COMMITS
/ test/behavior/for.zig March 24, 2025
D
test: add a behavior test for 0-length loop fix
David Rubin committed
February 18, 2025
A
test: skip failing tests with spirv-vulkan
Ali Cheraghi committed
July 26, 2024
D
riscv: update tests and fix reuse bug
David Rubin committed
July 25, 2024
D
riscv: airAsm rewrite
David Rubin committed
July 5, 2024
D
riscv: implement more operators
David Rubin committed
May 27, 2024
D
riscv: rewrite "binOp"
David Rubin committed
May 12, 2024
D
riscv: add `airAggregateInit` for arrays
David Rubin committed
May 2, 2024
D
riscv: `std.fmt.format` running
David Rubin committed
April 29, 2024
D
riscv: arbitrary sized arrays
David Rubin committed
April 16, 2024
D
riscv: math progress
David Rubin committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
February 19, 2024
A
spirv: implement `@mulWithOverflow`
Ali Chraghi committed
January 13, 2024
R
spirv: update tests
Robin Voetter committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
November 29, 2023
D
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 7, 2023
R
spirv: fix incorrect repr of some optional operations
Robin Voetter committed
R
spirv: make bitcasts between the same spirv type a no-op
Robin Voetter committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
July 25, 2023
J
AstGen: fix missing deferred ref
Jacob Young committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 7, 2023
M
Sema: allow indexing tuple and vector pointers
mlugg committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 19, 2023
R
spirv: ptr_elem_val
Robin Voetter committed
R
spirv: more passing tests
Robin Voetter committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 2, 2023
J
x86_64: implement slice elem ptr for more MCValue tags
Jacob Young committed
April 8, 2023
J
x86_64: rewrite inst tracking
Jacob Young committed
April 6, 2023
March 23, 2023
J
x86_64: fix value tracking bugs
Jacob Young committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young committed
February 19, 2023
A
Sema: add missing coercion when checking for loop len
Andrew Kelley committed
February 18, 2023
A
implement error for unbounded for loops
Andrew Kelley committed
A
omit safety checks for element access in for loops
Andrew Kelley committed
A
AstGen: add error for discard of unbounded counter
Andrew Kelley committed
A
disable failing x86_64 backend tests
Andrew Kelley committed
A
add passing for loop test: two counters
Andrew Kelley committed
A
Sema: fix for loops with comptime-known int ranges
Andrew Kelley committed
A
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley committed
December 28, 2022
V
add tests for fixed stage1 bugs
Veikka Tuominen committed
October 11, 2022
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
October 10, 2022
J
cbe: canonicalize types that have the same C type when emitting typedefs
Jacob Young committed
September 9, 2022
J
stage2 ARM: implement basic array_elem_val
joachimschmidt557 committed
September 4, 2022
J
stage2 ARM: implement struct_field_val for registers
joachimschmidt557 committed
July 13, 2022
A
AstGen: fix loop control flow applying to wrong loop
Andrew Kelley committed
March 28, 2022
D
CBE: fix C output after PR #11302, reenable tests
Daniele Cocca committed
March 25, 2022
M
stage2: runtime safety check integer cast truncating bits
Mitchell Hashimoto committed
March 15, 2022
D
CBE: enable more tests that are currently passing
Daniele Cocca committed
March 13, 2022
A
stage2: add debug info for locals in the LLVM backend
Andrew Kelley committed