zig/test
Andrew Kelley 598170756c `a catch unreachable` generates unwrap-error code
See #545
See #510
See #632
2018-01-07 18:13:54 -05:00
..
cases replace `a %% b` with `a catch b` 2018-01-07 17:28:20 -05:00
standalone explicitly return from blocks 2017-12-22 00:50:30 -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 replace `a %% b` with `a catch b` 2018-01-07 17:28:20 -05:00
compile_errors.zig replace `a %% b` with `a catch b` 2018-01-07 17:28:20 -05:00
debug_safety.zig `a catch unreachable` generates unwrap-error code 2018-01-07 18:13:54 -05:00
tests.zig replace `a %% b` with `a catch b` 2018-01-07 17:28:20 -05:00
translate_c.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00