COMMITS
/ test/cases.zig March 28, 2024
V
remove `test/cbe.zig`
Veikka Tuominen committed
December 3, 2023
A
zig build system: change target, compilation, and module APIs
Andrew Kelley committed
July 31, 2023
J
llvm: fix data layout calculation for experimental llvm targets
Jacob Young committed
July 24, 2023
J
test: test for issues starting codegen on many targets
Jacob Young committed
March 10, 2023
A
re-enable test-cases and get them all passing
Andrew Kelley committed
October 4, 2022
G
re-enable nvptx tests
Guillaume Wenzek committed
April 28, 2022
J
test: migrate stage1 compile error tests to updated test manifest
Jakub Konka committed
J
test: migrate llvm incremental tests
Jakub Konka committed
April 27, 2022
J
test: migrate plan9 and sparcv9 incremental tests
Jakub Konka committed
J
test: migrate arm incremental tests
Jakub Konka committed
J
test: migrate aarch64 incremental tests
Jakub Konka committed
J
test: migrate riscv64 incremental tests
Jakub Konka committed
J
test: migrate wasm incremental tests
Jakub Konka committed
April 14, 2022
K
stage2: sparcv9: Load tests to the list of testcases
Koakuma committed
March 14, 2022
A
disable failing nvptx test cases
Andrew Kelley committed
March 1, 2022
G
fix nvptx test failure #10968
Guillaume Wenzek committed
February 22, 2022
A
disable failing nvptx test case
Andrew Kelley committed
February 21, 2022
G
enable Gpu address spaces (#10884)
gwenzek committed
December 15, 2021
J
stage2: clean up tests
Jakub Konka committed
November 28, 2021
L
wasm: Update wasm stage2 test backend to use 'main'
Luuk de Gram committed
November 19, 2021
J
stage2: re-enable all tests
Jakub Konka committed
J
stage2,x86_64: revert fixing callee preserved regs
Jakub Konka committed
November 13, 2021
J
add tests for previous commit
Jacob G-W committed
September 22, 2021
M
Fix failing tests and windows link dependencies
Martin Wickham committed
August 29, 2021
R
Address Spaces: fmt a bunch of stuff
Robin Voetter committed
R
Address Spaces: compiles() test cases
Robin Voetter committed
September 1, 2021
R
Address Spaces: Move stage 2 tests to stage2/llvm.zig
Robin Voetter committed
August 27, 2021
R
Address Spaces: Pointer coercion errors tests
Robin Voetter committed
R
Address Spaces: Address space on local variable test
Robin Voetter committed
September 17, 2021
A
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley committed
August 31, 2021
A
std: fix regressions from this branch
Andrew Kelley committed
August 28, 2021
A
AstGen: pre-scan all decls in a namespace
Andrew Kelley committed
August 24, 2021
A
fix stage2 test cases expecting wrong line numbers
Andrew Kelley committed
August 19, 2021
J
stage2 x86_64: enable bitwise and + or and add tests
Jacob G-W committed
August 17, 2021
J
stage2: add error set type equality
Jacob G-W committed
August 13, 2021
J
Merge pull request #9227 from mathetake/libc-wasi-test
Jakub Konka committed
August 12, 2021
A
Merge pull request #9166 from joachimschmidt557/stage2
Andrew Kelley committed
August 9, 2021
T
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda committed
August 5, 2021
A
stage2 generics improvements: anytype and param type exprs
Andrew Kelley committed
July 9, 2021
J
stage2 Sema: Resolve LazySrcLocs for bitwise and arithmetic exprs
joachimschmidt557 committed
June 23, 2021
J
stage2 Sema: Resolve source locations of @TypeOf parameters
joachimschmidt557 committed
July 29, 2021
A
stage2: more principled approach to comptime references
Andrew Kelley committed
July 26, 2021
T
WASI,libc: enable tests.
Takeshi Yoneda committed
July 14, 2021
J
astgen: errors for shadowing in if captures
Jacob G-W committed
J
astgen: errors for shadowing in loop captures
Jacob G-W committed
July 11, 2021
A
Merge pull request #9352 from g-w1/fix-9346
Andrew Kelley committed
J
stage2: remove redundancy from error message
Jacob G-W committed
July 8, 2021
J
plan9 codegen, add tests
Jacob G-W committed
June 22, 2021
J
stage2 astgen: provide 3 more errors for invalid inline assembly
Jacob G-W committed
July 6, 2021
J
stage2: add error note for comparing booleans with '||'
Jacob G-W committed