zig/test
Andrew Kelley 7b57454cc1 clean up error return tracing
* error return tracing is disabled in release-fast mode
 * add @errorReturnTrace
 * zig build API changes build return type from `void` to `%void`
 * allow `void`, `noreturn`, and `u8` from main. closes #535
2018-01-15 00:01:02 -05:00
..
cases the same string literal codegens to the same constant 2018-01-11 21:02:30 -05:00
standalone clean up error return tracing 2018-01-15 00:01:02 -05:00
assemble_and_link.zig @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00
behavior.zig add labeled loops, labeled break, labeled continue. remove goto 2017-12-20 23:00:19 -05:00
build_examples.zig std.os.ChildProcess: on windows cwd affects exe search path 2017-10-16 02:30:03 -04:00
compare_output.zig remove %% prefix operator 2018-01-09 00:51:51 -05:00
compile_errors.zig clean up error return tracing 2018-01-15 00:01:02 -05:00
debug_safety.zig clean up error return tracing 2018-01-15 00:01:02 -05:00
tests.zig clean up error return tracing 2018-01-15 00:01:02 -05:00
translate_c.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00