index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
cases.zig
Age
Commit message (
Expand
)
Author
2023-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
2023-07-23
test: test for issues starting codegen on many targets
Jacob Young
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2022-10-15
re-enable nvptx tests
Guillaume Wenzek
2022-04-28
test: migrate stage1 compile error tests to updated test manifest
Jakub Konka
2022-04-28
test: migrate llvm incremental tests
Jakub Konka
2022-04-28
test: migrate plan9 and sparcv9 incremental tests
Jakub Konka
2022-04-28
test: migrate arm incremental tests
Jakub Konka
2022-04-28
test: migrate aarch64 incremental tests
Jakub Konka
2022-04-28
test: migrate riscv64 incremental tests
Jakub Konka
2022-04-28
test: migrate wasm incremental tests
Jakub Konka
2022-04-14
stage2: sparcv9: Load tests to the list of testcases
Koakuma
2022-03-14
disable failing nvptx test cases
Andrew Kelley
2022-03-12
fix nvptx test failure #10968
Guillaume Wenzek
2022-02-21
disable failing nvptx test case
Andrew Kelley
2022-02-21
enable Gpu address spaces (#10884)
gwenzek
2021-12-15
stage2: clean up tests
Jakub Konka
2021-11-29
wasm: Update wasm stage2 test backend to use 'main'
Luuk de Gram
2021-11-19
stage2: re-enable all tests
Jakub Konka
2021-11-19
stage2,x86_64: revert fixing callee preserved regs
Jakub Konka
2021-11-19
add tests for previous commit
Jacob G-W
2021-09-22
Fix failing tests and windows link dependencies
Martin Wickham
2021-09-20
Address Spaces: fmt a bunch of stuff
Robin Voetter
2021-09-20
Address Spaces: Move stage 2 tests to stage2/llvm.zig
Robin Voetter
2021-09-20
Address Spaces: compiles() test cases
Robin Voetter
2021-09-20
Address Spaces: Pointer coercion errors tests
Robin Voetter
2021-09-20
Address Spaces: Address space on local variable test
Robin Voetter
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-08-28
AstGen: pre-scan all decls in a namespace
Andrew Kelley
2021-08-24
fix stage2 test cases expecting wrong line numbers
Andrew Kelley
2021-08-19
stage2 x86_64: enable bitwise and + or and add tests
Jacob G-W
2021-08-19
stage2: add error set type equality
Jacob G-W
2021-08-13
Merge pull request #9227 from mathetake/libc-wasi-test
Jakub Konka
2021-08-12
Merge pull request #9166 from joachimschmidt557/stage2
Andrew Kelley
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
2021-08-04
stage2 generics improvements: anytype and param type exprs
Andrew Kelley
2021-08-04
stage2 Sema: Resolve LazySrcLocs for bitwise and arithmetic exprs
joachimschmidt557
2021-08-04
stage2 Sema: Resolve source locations of @TypeOf parameters
joachimschmidt557
2021-07-29
stage2: more principled approach to comptime references
Andrew Kelley
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-07-14
astgen: errors for shadowing in if captures
Jacob G-W
2021-07-14
astgen: errors for shadowing in loop captures
Jacob G-W
2021-07-11
Merge pull request #9352 from g-w1/fix-9346
Andrew Kelley
2021-07-11
stage2: remove redundancy from error message
Jacob G-W
2021-07-09
plan9 codegen, add tests
Jacob G-W
2021-07-08
stage2 astgen: provide 3 more errors for invalid inline assembly
Jacob G-W
2021-07-06
stage2: add error note for comparing booleans with '||'
Jacob G-W
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-07-02
AstGen: cleanups to pass more compile error test cases
Andrew Kelley
[next]