zig/test
Andrew Kelley ef761c2cbc
Merge pull request #13360 from topolarity/comptime-bool-binops
Make `x and false` and `x or true` comptime-known
2022-10-30 22:11:44 -04:00
..
behavior Merge pull request #13360 from topolarity/comptime-bool-binops 2022-10-30 22:11:44 -04:00
c_abi x86_64 llvm: correct lowering of ptr sized float struct 2022-10-22 22:00:59 +03:00
cases Merge pull request #13093 from jacobly0/backend-fixes 2022-10-29 23:06:59 -04:00
link test/link: add Wasm linker tests for features 2022-10-25 20:48:08 +02:00
src std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
stage2 cbe: update test cases 2022-10-25 05:11:29 -04:00
standalone Module: fix early exit conditions during compilation 2022-10-15 14:18:35 -04:00
assemble_and_link.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
behavior.zig cbe: implement optional slice representation change 2022-10-29 05:58:41 -04:00
cases.zig re-enable nvptx tests 2022-10-15 10:39:19 -07:00
cli.zig Compilation: strip debug info from ReleaseSmall by default 2022-10-11 17:51:25 +02:00
compare_output.zig validate number literals in AstGen 2022-09-13 20:26:04 -04:00
compile_errors.zig Sema: further enhance explanation of why expr is evaluated at comptime 2022-10-28 13:31:16 +03:00
gen_h.zig run zig fmt on src/ and test/ 2020-10-31 12:21:49 +02:00
link.zig test/link: add Wasm linker tests for features 2022-10-25 20:48:08 +02:00
run_translated_c.zig translate-c: Fix #12263 2022-10-10 22:29:56 +02:00
stack_traces.zig stage2: Keep error return traces alive when storing to const 2022-10-21 12:40:29 -07:00
standalone.zig make a .rsp file for zig clang 2022-10-26 23:50:51 +02:00
tests.zig CI: disable failing C backend test 2022-10-30 03:21:18 -07:00
translate_c.zig translate-c: fix redefinition of label on left recursive comma operator 2022-10-27 01:31:18 +03:00