zig/test
Andrew Kelley 0c5f897904
fix @bitCast when src/dest types have mismatched handle_is_ptr
* separate BitCast and BitCastGen instructions
 * closes #991
 * closes #1934
 * unrelated: fix typo in docs (thanks gamester for pointing it out)
2019-02-22 08:49:27 -05:00
..
stage1 fix @bitCast when src/dest types have mismatched handle_is_ptr 2019-02-22 08:49:27 -05:00
stage2
standalone std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
assemble_and_link.zig
build_examples.zig
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 better handling of arrays in packed structs 2019-02-21 14:44:14 -05: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 deduplicate compile errors for undeclared identifiers 2019-02-20 08:04:46 -05:00
translate_c.zig Translate parameterless C functions (#1978) 2019-02-18 10:26:45 -05:00