COMMITS
/ test/behavior/while.zig May 27, 2024
D
riscv: rewrite "binOp"
David Rubin committed
May 2, 2024
D
riscv: `std.fmt.format` running
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
March 17, 2024
R
spirv: enable passing tests
Robin Voetter committed
February 7, 2024
A
spirv: make rusticl the primary testing implementation
Ali Chraghi committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter 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
March 19, 2023
J
x86_64: (re)implement optional ops
Jacob Young committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young committed
December 29, 2022
J
stage2 AArch64: implement errUnion{Err,Payload} for registers
joachimschmidt557 committed
December 27, 2022
J
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557 committed
October 11, 2022
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
December 7, 2022
A
add behavior test for while(true) not needing else unreachable
Andrew Kelley committed
November 30, 2022
A
LLVM: fix canElideLoad behavior with loops
Andrew Kelley committed
August 27, 2022
J
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557 committed
July 13, 2022
A
AstGen: fix loop control flow applying to wrong loop
Andrew Kelley committed
June 25, 2022
J
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557 committed
March 25, 2022
A
AstGen: emit break_inline from inline while loop
Andrew Kelley committed
March 18, 2022
V
stage2: add debug info for payload captures
Veikka Tuominen committed
March 10, 2022
A
Sema: implement pointer to tuple to pointer to array coercion
Andrew Kelley committed
March 8, 2022
J
stage2 ARM: implement ret_load
joachimschmidt557 committed
March 5, 2022
J
stage2 AArch64: add more slice support
joachimschmidt557 committed
February 28, 2022
J
x64: pass more behavior tests
Jakub Konka committed
February 27, 2022
J
stage2 ARM: implement slice and array_to_slice
joachimschmidt557 committed
February 22, 2022
J
Skip unsupported while behavior tests
Jakub Konka committed
J
Port more behavior tests
Jakub Konka committed
January 18, 2022
A
Sema: implement else capture value
Andrew Kelley committed
December 27, 2021
A
AstGen: fix loop result locations
Andrew Kelley committed
November 27, 2021
A
stage2: implement `@typeName`
Andrew Kelley committed
October 15, 2021
A
stage2: LLVM backend: implement `wrap_optional` AIR
Andrew Kelley committed
October 3, 2021
A
AstGen: fix `while` and `for` with unreachable bodies
Andrew Kelley committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
April 29, 2021
A
move behavior tests from test/stage1/ to test/
Andrew Kelley committed