zig/test
Andrew Kelley 8c39cdc89f fix await on early return when return type is struct
previously, await on an early return would try to access the
destroyed coroutine frame; now it copies the result into a
temporary variable before destroying the coroutine frame
2018-07-04 11:51:02 -04:00
..
cases fix await on early return when return type is struct 2018-07-04 11:51:02 -04:00
standalone load_dynamic_library test: no need to link libc 2018-06-16 18:54:41 -04:00
assemble_and_link.zig
behavior.zig fix await on early return when return type is struct 2018-07-04 11:51:02 -04:00
build_examples.zig disable failing macos test. see #1126 2018-06-18 01:09:51 -04:00
compare_output.zig update more tests 2018-06-17 12:33:24 -04:00
compile_errors.zig Merge pull request #1185 from ziglang/undefined-at-comptime-improvements 2018-07-01 01:33:23 -04:00
gen_h.zig
runtime_safety.zig add runtime safety for @intToEnum; add docs for runtime safety 2018-07-02 15:50:28 -04:00
tests.zig std: update stdlib to match updated allocator create signature; ref #733 2018-06-21 00:40:21 +09:00
translate_c.zig