zig/test
Andrew Kelley 9b8e23934b
introduce --single-threaded build option
closes #1764

This adds another boolean to the test matrix; hopefully it does not
inflate the time too much.

std.event.Loop does not work with this option yet. See #1908
2019-02-01 18:05:54 -05:00
..
stage1 introduce vector type for SIMD 2019-01-30 23:39:25 -05:00
stage2 fix race conditions in self-hosted compiler; add test 2018-07-24 21:28:54 -04:00
standalone New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
assemble_and_link.zig
build_examples.zig disable C ABI tests on macos due to LLD deficiency 2018-10-06 00:06:36 -04:00
cli.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
compare_output.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
compile_errors.zig Fix runtime assignment to comptime aggregate field 2019-02-01 17:14:12 -05:00
gen_h.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
runtime_safety.zig fix @intCast not catching negative numbers to unsigned 2018-11-24 14:36:16 -05:00
tests.zig introduce --single-threaded build option 2019-02-01 18:05:54 -05:00
translate_c.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00