zig/test
Lewis Gaul 387b0ac4f1
Make NaNs quiet by default and other NaN tidy-up (#16826)
* Generalise NaN handling and make std.math.nan() give quiet NaNs

* Address uses of std.math.qnan_* and std.math.nan_* consts

* Comment out failing test due to issues with signalling NaN

* Fix issue in c_builtins.zig where we need qnan_u32
2023-08-18 02:07:49 -04:00
..
behavior Make NaNs quiet by default and other NaN tidy-up (#16826) 2023-08-18 02:07:49 -04:00
c_abi
cases InternPool: preserve indices of builtin types when resolved 2023-08-15 11:45:23 +01:00
link macho: add smoke test for re-exports in static libs 2023-08-16 12:19:34 +02:00
src change uses of std.builtin.Mode to OptimizeMode (#16745) 2023-08-09 14:39:34 -04:00
standalone
assemble_and_link.zig
behavior.zig
cases.zig llvm: fix data layout calculation for experimental llvm targets 2023-08-01 19:20:22 -07:00
cbe.zig
compare_output.zig
compile_errors.zig cases: modify error wording to match new errors 2023-08-10 10:00:37 +01:00
gen_h.zig
link.zig macho: add smoke test for re-exports in static libs 2023-08-16 12:19:34 +02:00
llvm_targets.zig llvm: fix data layout calculation for experimental llvm targets 2023-08-01 19:20:22 -07:00
nvptx.zig
run_translated_c.zig translate-c: Use canonical type of field for flexible array definition 2023-08-15 23:59:07 -07:00
stack_traces.zig
standalone.zig
tests.zig llvm: fix data layout calculation for experimental llvm targets 2023-08-01 19:20:22 -07:00
translate_c.zig