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
Group-Canceled
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
groupAwait
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
2023-03-21
Value: implement reinterpreting enum field index as integer
Veikka Tuominen
2023-03-21
Value: handle comparisons of runtime_values
Veikka Tuominen
2023-03-21
llvm: fix lowering packed union initiated to zero-bit value
Veikka Tuominen
2023-03-17
Sema: make @returnAddress return 0 at comptime
mlugg
2023-03-17
Sema: allow dereferencing ill-defined pointers to zero-bit types at comptime
mlugg
2023-03-15
disable failing aarch64 backend behavior tests
Andrew Kelley
2023-03-15
x86_64: handle duplicate prong deaths
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-14
Sema: allow comptime mutation of multiple array elements
mlugg
2023-03-13
Sema: avoid panic on callconv(.C) generic return type
Ian Johnson
2023-03-09
sema: fix result ptr coercion array -> vector
John Schmidt
2023-03-09
sema: add peer type resolution for vectors
John Schmidt
2023-03-07
CBE: implement unsigned big int div and mod
Jacob Young
2023-03-07
compiler_rt: fix rare case in udivei4
Jacob Young
2023-03-05
Merge pull request #14789 from jacobly0/ditype
Andrew Kelley
2023-03-05
AstGen: ensure certain builtin functions return void
r00ster91
2023-03-05
behavior: disable failing tests
Jacob Young
2023-03-05
behavior: fix comptime issue and disable failing test
Jacob Young
2023-03-05
CBE: ensure uniqueness of more internal identifiers
Jacob Young
2023-03-05
CBE: implement select and shuffle
Jacob Young
2023-03-05
CBE: implement splat
Jacob Young
2023-03-05
CBE: implement vector truncate
Jacob Young
2023-03-05
CBE: implement vector element pointers
Jacob Young
2023-03-05
CBE: implement vector operations
Jacob Young
2023-03-05
CBE: implement some big integer and vector unary operations
Jacob Young
2023-03-05
CBE: implement big integer and vector comparisons
Jacob Young
2023-03-05
CBE: implement big integer literals
Jacob Young
2023-03-04
add behavior test case for previous commit
Andrew Kelley
2023-03-04
Merge pull request #14781 from ziglang/codegen-cleanup
Jakub Konka
2023-03-04
Ast: properly handle sentinel-terminated slices in tuple
r00ster91
2023-03-03
arm: skip unimplemented behavior test for @fieldParentPtr
Jakub Konka
2023-02-24
CBE: reuse locals with the same `CType` instead of `Type`
Jacob Young
2023-02-23
CBE: implement the future
Jacob Young
2023-02-23
CBE: implement c varargs
Jacob Young
2023-02-23
CType: fix lowering of generic function pointer
Jacob Young
2023-02-23
CBE: cleanup field access
Jacob Young
2023-02-22
Merge pull request #14691 from jacobly0/ctype
Andrew Kelley
2023-02-21
CBE: fix windows test failures
Jacob Young
2023-02-21
behavior: enable passing CBE tests
Jacob Young
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2023-02-20
Merge pull request #14685 from ziglang/bitcast-fixes
Jakub Konka
2023-02-20
arm: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-20
x86: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-19
add test coverage for fixed bug. closes #5518
Andrew Kelley
2023-02-19
add test coverage for fixed bug. closes #5516
Andrew Kelley
2023-02-19
add test coverage for fixed bug. closes #5508
Andrew Kelley
2023-02-19
add test coverage for fixed bug. closes #5497
Andrew Kelley
2023-02-18
Sema: add missing coercion when checking for loop len
Andrew Kelley
2023-02-18
implement error for unbounded for loops
Andrew Kelley
2023-02-18
omit safety checks for element access in for loops
Andrew Kelley
[prev]
[next]