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
Age
Commit message (
Expand
)
Author
2025-09-17
fix handling of comptime-only union fields in `Type.getUnionLayout` (#25182)
Silver
2025-09-17
Merge pull request #25197 from rootbeer/24380-flaky-sigset-test
Andrew Kelley
2025-09-17
Elf: implement `linksection`
Jacob Young
2025-09-17
Merge pull request #25201 from jacobly0/x86_64-addsat
Andrew Kelley
2025-09-16
test: move glibc_compat from link to standalone tests
Alex Rønne Petersen
2025-09-16
test: remove @cImport usage in interdependent_static_c_libs
Alex Rønne Petersen
2025-09-16
test: pull tests in test/cases/llvm/ up to test/cases/
Alex Rønne Petersen
2025-09-16
test: delete old stage1 compile_errors tests
Alex Rønne Petersen
2025-09-16
test: rename backend=stage2 to backend=selfhosted, and add backend=auto
Alex Rønne Petersen
2025-09-16
test: rename issue_8550 standalone test to compile_asm
Alex Rønne Petersen
2025-09-16
test: remove test-compare-output and test-asm-link tests
Alex Rønne Petersen
2025-09-15
frontend: fix reference tracking through coerced function bodies
mlugg
2025-09-13
std.math.big.int: normalize zero result for small multiplications
mlugg
2025-09-11
Fix standalone test simple/cat/main.zig after Writergate update (#25188)
Sardorbek Imomaliev
2025-09-10
x86_64: delete usages of avx2 `vpack?s??`
Jacob Young
2025-09-10
x86_64: fix strictness edge cases in `+|`
Jacob Young
2025-09-09
standalone posix tests for sigaction
Pat Tullmann
2025-09-09
standalone posix tests for relative path linking
Pat Tullmann
2025-09-09
standalone posix test for env vars
Pat Tullmann
2025-09-09
standalone posix test for current working directory
Pat Tullmann
2025-09-09
standalone posix tests: add skeleton
Pat Tullmann
2025-09-07
add compile error test case
Andrew Kelley
2025-09-07
behavior tests: remove one dependency on std lib
Andrew Kelley
2025-09-07
wasm backend: disable failing behavior tests
Andrew Kelley
2025-09-05
disable failing behavior test on stage2_aarch64
Andrew Kelley
2025-09-05
add compile error test case for new error
Andrew Kelley
2025-09-05
behavior tests: update for new requirement
Andrew Kelley
2025-09-04
Reenable vector tests for armeb/thumbeb
Luna Schwalbe
2025-09-03
Revert "test: disable non-native loongarch64 behavior and std tests"
Alex Rønne Petersen
2025-08-31
delete behavior test that depends on std.fmt
Andrew Kelley
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
child process test: preemptively use streaming mode
Andrew Kelley
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
test: disable some varargs behavior tests on RISC-V due to LLVM 21 regression
Alex Rønne Petersen
2025-08-30
test: use -Wno-unterminated-string-initialization for cbe tests
Alex Rønne Petersen
2025-08-30
test: re-enable a bunch of vector behavior tests on hexagon
Alex Rønne Petersen
2025-08-30
test: use long calls for hexagon-linux module tests
Alex Rønne Petersen
2025-08-30
test: expand C ABI test coverage to hexagon-linux-musl
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
Merge pull request #25036 from ziglang/GenericWriter
Andrew Kelley
2025-08-29
LLVM backend:fix align 1 sret parameter load returned
Andrew Kelley
2025-08-28
update more to avoid GenericWriter
Andrew Kelley
2025-08-28
behavior tests: remove "variadic functions" dependency on std lib
Andrew Kelley
2025-08-28
update GenericWriter usage found by test-cases
Andrew Kelley
2025-08-28
AstGen: forward result type through unary float builtins
David Rubin
2025-08-28
std.debug: remove `@frameAddress()` "UAF"
mlugg
2025-08-26
std.Target: add vita os
Maciej 'vesim' Kuliński
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-22
test(llvm_targets): remove unused thumb-3ds
GasInfinity
[next]