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
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
2025-02-06
x86_64: rewrite float `@mod`
Jacob Young
2025-02-06
x86_64: avoid comparing different transcendental function impls
Jacob Young
2025-02-06
x86_64: rewrite most of the remaining float ops
Jacob Young
2025-02-06
x86_64: rewrite vector `@truncate`
Jacob Young
2025-02-06
x86_64: rewrite scalar `@truncate`
Jacob Young
2025-02-06
behavior: add test for old bug
mlugg
2025-02-06
behavior: add test for old bug
mlugg
2025-02-06
behavior: add test for old bug
mlugg
2025-02-05
Sema: fix `@typeInfo` of function with generic return type and IES
mlugg
2025-02-05
Sema: fix `@errorCast` with error unions
mlugg
2025-02-05
Sema: disable runtime safety checks in comptime blocks
mlugg
2025-02-05
Sema: fix comparison between error set and comptime-known error union
mlugg
2025-02-05
Sema: fix PTR of slice of sentinel-terminated array
mlugg
2025-02-05
compiler: provide result type to sentinel expression in slice operation
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-02-01
Merge pull request #22672 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-01
compiler: do not propagate result type to `try` operand
mlugg
2025-02-01
Sema: skip aliasing check and runtime operation for `@memcpy` of zero-bit type
mlugg
2025-01-31
x86_64: rewrite vector `@intCast`
Jacob Young
2025-01-31
x86_64: rewrite scalar `@intCast`
Jacob Young
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-31
x86_64: rewrite scalar float conversions
Jacob Young
2025-01-29
x86_64: rewrite comparisons
Jacob Young
2025-01-26
x86_64: rewrite `@min`/`@max` for float vectors
Jacob Young
2025-01-26
x86_64: rewrite `@min`/`@max` for scalar floats
Jacob Young
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: fix typo and lower optimized insts
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-24
x86_64: rewrite scalar float equality comparisons
Jacob Young
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2025-01-21
x86_64: rewrite `@abs` for scalar floats
Jacob Young
[prev]
[next]