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-03-21
behavior: split up x86_64 math tests
Jacob Young
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-18
spirv: aligned load for physical storage variables
Ali Cheraghi
2025-03-18
spirv: packed struct init + field val access
Ali Cheraghi
2025-03-17
spirv/target: arbitrary_precision_integers feature support
Ali Cheraghi
2025-03-17
Sema: error on illegal code when targeting spirv
Ali Cheraghi
2025-03-17
spirv: don't hardcode test error type alignment
Ali Cheraghi
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-03-16
Sema: correctly handle empty by-ref initializers
mlugg
2025-03-11
Merge pull request #23188 from jacobly0/fix-23143
Andrew Kelley
2025-03-11
Sema: fix handling of `@This()` on opaques
mlugg
2025-03-10
x86_64: implement select of register mask
Jacob Young
2025-03-09
Merge pull request #21933 from kcbanner/comptime_nan_comparison
Andrew Kelley
2025-03-04
test: add comptime memoization tests for bit-for-bit float equality
kcbanner
2025-03-04
test: skip the float vector cmp tests on failing targets
kcbanner
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-03-03
Merge pull request #22979 from mlugg/remove-legacy-coercions
Matthew Lugg
2025-03-03
test: separate out float vector tests and skip them on unsupported backends
kcbanner
2025-03-03
Value: fix comparison of NaN in compareHeteroAdvanaced
kcbanner
2025-03-02
Merge pull request #22529 from xtexx/x86-64/shl-sat-int
Jacob Young
2025-03-02
x86_64: add behavior tests for saturating shift left
Bingwu Zhang
2025-03-02
x86_64: implement integer saturating left shifting codegen
xtex
2025-03-01
x86_64: rewrite wrapping add/sub
Jacob Young
2025-02-26
test: remove dependencies on legacy coercion
mlugg
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-22
Dwarf: fix lowering of comptime-only optional pointer `null` values
Jacob Young
2025-02-22
Type: resolve union tag type before checking for runtime bits
David Rubin
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switches
Pavel Verigo
2025-02-22
x86_64: rewrite scalar `@bitReverse`
Jacob Young
2025-02-22
Sema: Fix fnptr alignment safety checks to account for potential ISA tag.
Alex Rønne Petersen
2025-02-18
x86_64: rewrite scalar `@popCount`
Jacob Young
2025-02-18
x86_64: rewrite scalar `@ctz`
Jacob Young
2025-02-17
Merge pull request #22913 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
x86_64: rewrite scalar `@byteSwap`
Jacob Young
2025-02-17
x86_64: rewrite unsafe int vector multiplication
Jacob Young
2025-02-15
x86_64: rewrite unsafe scalar int multiplication
Jacob Young
2025-02-15
x86_64: rewrite array access
Jacob Young
2025-02-15
x86_64: rewrite scalar and vector int `@rem`
Jacob Young
2025-02-15
x86_64: rewrite scalar and vector int `@divTrunc`
Jacob Young
2025-02-15
x86_64: implement unsafe scalar and vector integer add/sub
Jacob Young
2025-02-12
x86_64: implement conversions between float and int vectors
Jacob Young
2025-02-10
cbe: fix ub triggered by mulw overflowing the promoted type
Jacob Young
2025-02-10
cbe: fix crash rendering argument names in lazy functions
Jacob Young
2025-02-09
x86_64: implement conversions between scalar floats and ints
Jacob Young
2025-02-07
Merge pull request #22717 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-07
test: check @tagName() in callconv C function
Isaac Freund
2025-02-06
wasm: disable failing tests
Jacob Young
[prev]
[next]