zig/test
LemonBoy e3c92d0532 ir: More changes to sentinel-terminated const arrays
* Don't add an extra slot for the sentinel. Most of the code keeps using
  the constant value from the type descriptor, let's harmonize all the
  code dealing with sentinels.

* Properly write out sentinel values when reinterpreting pointers at
  comptime.

* Allow the reading of the 0th element in a `[0:S]T` type.
2020-03-19 09:53:30 -04:00
..
src
stage1 ir: More changes to sentinel-terminated const arrays 2020-03-19 09:53:30 -04:00
stage2
standalone fix regressions found by test suite 2020-03-10 20:22:30 -04:00
assemble_and_link.zig
cli.zig fix swapped logic for Windows 2020-03-18 16:42:47 -04:00
compare_output.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
compile_errors.zig Merge pull request #4707 from Vexu/small-atomics 2020-03-12 18:55:16 -04:00
gen_h.zig
run_translated_c.zig Revert "Translate C: Group generated casts" 2020-03-08 03:53:06 -04:00
runtime_safety.zig fix stray warn() in runtime safety test 2020-03-11 18:45:09 -04:00
stack_traces.zig improve the "external executor" detection logic 2020-02-28 14:51:54 -05:00
standalone.zig
tests.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
translate_c.zig translate-c fix order of tokens 2020-03-12 17:14:01 +02:00