zig/test
2023-12-22 14:51:41 +00:00
..
behavior use casted_rhs instead of rhs so icmp works correctly for airShlSat 2023-12-22 14:51:41 +00:00
c_abi test: update remaining code to fix 'var is never mutated' errors 2023-11-19 09:57:04 +00:00
cases Revert "Sema: forbid @breakpoint from being called at comptime" 2023-12-11 12:24:15 -07:00
link lib/std/Build/CheckObject: update all tests to new API 2023-12-13 12:06:25 +01:00
src AstGen: add error for using inline loops in comptime only scopes 2023-12-08 16:54:32 -08:00
standalone lib/std/Build/CheckObject: update all tests to new API 2023-12-13 12:06:25 +01:00
assemble_and_link.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
behavior.zig Zir: add missing extra index for linksection_or_addspace 2023-11-25 11:39:37 +00:00
cases.zig llvm: fix data layout calculation for experimental llvm targets 2023-08-01 19:20:22 -07:00
cbe.zig Move duplicate field detection for struct init expressions into AstGen 2023-11-16 14:38:16 +00:00
compare_output.zig test: update remaining code to fix 'var is never mutated' errors 2023-11-19 09:57:04 +00:00
compile_errors.zig give modules friendly names for error reporting 2023-10-08 20:58:04 -07:00
gen_h.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
link.zig test/link: spawn ELF and MachO tests from the same root test/link/link.zig 2023-11-10 13:44:43 +01:00
llvm_targets.zig llvm: fix data layout calculation for experimental llvm targets 2023-08-01 19:20:22 -07:00
nvptx.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
run_translated_c.zig tests: translate-c and run-translated-c to the test harness 2023-10-17 11:55:17 +03:00
stack_traces.zig zig fmt: fix extra whitespace with multiline strings 2022-12-17 00:24:58 +02:00
standalone.zig sema: fixup underflows during struct / ptr array init when using -fstrip 2023-11-12 18:22:57 -05:00
tests.zig test: test with -fstrip and fix failures 2023-12-01 04:34:50 +00:00
translate_c.zig translate-c: use Aro's tokenizer 2023-11-25 12:28:19 +02:00