zig/test
LemonBoy e280dce30f Translate parameterless C functions (#1978)
Both FunctionNoProto and FunctionProto are subclasses of FunctionType,
the only difference is that the former is parameterless.
2019-02-18 10:26:45 -05:00
..
stage1 breaking: fix @sizeOf to be alloc size rather than store size 2019-02-15 18:05:50 -05:00
stage2 fix race conditions in self-hosted compiler; add test 2018-07-24 21:28:54 -04:00
standalone std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
assemble_and_link.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
build_examples.zig disable C ABI tests on macos due to LLD deficiency 2018-10-06 00:06:36 -04:00
cli.zig std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
compare_output.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
compile_errors.zig Check for duped error messages in compile tests 2019-02-17 15:33:28 -08:00
gen_h.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
runtime_safety.zig runtime safety check for casting null to pointer 2019-02-14 01:09:33 -05:00
tests.zig Check for duped error messages in compile tests 2019-02-17 15:33:28 -08:00
translate_c.zig Translate parameterless C functions (#1978) 2019-02-18 10:26:45 -05:00