zig/test
Andrew Kelley f885a1ab61 change async function call syntax
* instead of `async(allocator) call()`, now it is
   `async<allocator> call()`.
 * Fixes syntax ambiguity when leaving off the allocator
 * Fixes parse failure when call is a field access

This sets a precedent for using `<` to pass arguments
to a keyword. This will affect `enum`, `union`, and
`fn` (see #661)
2018-03-21 19:56:41 -04:00
..
cases change async function call syntax 2018-03-21 19:56:41 -04:00
standalone add test for addIncludeDir for test step 2018-03-17 18:19:23 -04:00
assemble_and_link.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
behavior.zig some return types disqualify comptime fn call caching 2018-03-12 12:56:25 -04:00
build_examples.zig add test for addIncludeDir for test step 2018-03-17 18:19:23 -04:00
compare_output.zig fix broken tests from previous commit 2018-03-06 16:46:45 -05:00
compile_errors.zig change async function call syntax 2018-03-21 19:56:41 -04:00
gen_h.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
runtime_safety.zig error sets: runtime safety for int-to-err and err set cast 2018-02-08 21:54:44 -05:00
tests.zig std lib: modify allocator idiom 2018-02-09 18:27:50 -05:00
translate_c.zig Translate C now correctly converts ints, floats, ptrs and enums to bools 2018-03-08 15:34:00 +01:00