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
/
behavior
Age
Commit message (
Expand
)
Author
2025-11-04
codegen: fix tuple padding
Jacob Young
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-10-29
x86_64: continue hacking around unimplemented linker logic
Jacob Young
2025-10-18
tweak tests to avoid timeouts
mlugg
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-10-08
don't make OPV tuple fields `comptime`
xdBronch
2025-10-07
don't make anonymous tuple fields referencing `comptime var`s `comptime`
xdBronch
2025-10-06
don't pass zero-length `@memset` to the backend
xdBronch
2025-10-03
x86_64: fix bool vector init register clobber
Jacob Young
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-10-02
x86_64: fix windows calling convention abi
Jacob Young
2025-09-27
x86_64: fix `~`/`!` miscomps
Jacob Young
2025-09-25
Merge pull request #24497 from ziglang/aro-translate-c
Andrew Kelley
2025-09-24
x86_64: improve support for large enums
Jacob Young
2025-09-24
remove behavior test that depended on std.zig.c_translation
Andrew Kelley
2025-09-23
forbid trivial local address returned from functions (#25333)
Andrew Kelley
2025-09-20
add behavior test: comptime C pointer to optional pointer
Andrew Kelley
2025-09-20
add behavior test: avoid unused field function body compile error
Andrew Kelley
2025-09-20
add behavior test: resist alias of explicit copy...
Andrew Kelley
2025-09-20
allow some test cases to regress
Andrew Kelley
2025-09-20
Revert "frontend: another packedStructFieldPtrInfo fix"
mlugg
2025-09-20
aarch64: fix behavior failures
Jacob Young
2025-09-20
disable failing stage2_aarch64 behavior tests
Andrew Kelley
2025-09-20
frontend: another packedStructFieldPtrInfo fix
Andrew Kelley
2025-09-20
frontend: packed struct field ptr no longer finds byte borders
Andrew Kelley
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-20
add behavior test: return undefined pointer from function
Andrew Kelley
2025-09-18
test: disable some vector ctz/clz behavior tests on LoongArch with LSX
Alex Rønne Petersen
2025-09-18
test: skip `alternative constraints` behavior test on LoongArch
Alex Rønne Petersen
2025-09-17
fix handling of comptime-only union fields in `Type.getUnionLayout` (#25182)
Silver
2025-09-17
Merge pull request #25201 from jacobly0/x86_64-addsat
Andrew Kelley
2025-09-13
std.math.big.int: normalize zero result for small multiplications
mlugg
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-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
behavior tests: update for new requirement
Andrew Kelley
2025-09-04
Reenable vector tests for armeb/thumbeb
Luna Schwalbe
2025-08-31
delete behavior test that depends on std.fmt
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: re-enable a bunch of vector behavior tests on hexagon
Alex Rønne Petersen
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
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-15
Add test for passing extern function to function
antlilja
[next]