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
/
src
/
arch
Age
Commit message (
Expand
)
Author
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-23
Merge pull request #23209 from jacobly0/x86_64-rewrite
Jacob Young
2025-03-22
x86_64: fix rare miscomp that clobbers memory
Jacob Young
2025-03-22
x86_64: fix packedStore miscomp by spilling EFLAGS
Bingwu Zhang
2025-03-21
x86_64: rewrite scalar shifts
Jacob Young
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-10
x86_64: implement select of register mask
Jacob Young
2025-03-10
x86_64: fix symbol bugs
Jacob Young
2025-03-07
x86_64: reuse single register code during register write splitting
Jacob Young
2025-03-07
x86_64: implement write register splitting
Jacob Young
2025-03-07
x86_64: rewrite aggregate init
Jacob Young
2025-03-02
Merge pull request #22529 from xtexx/x86-64/shl-sat-int
Jacob Young
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-25
x86_64: use ZON for encodings
mlugg
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
arch/sparc64/CodeGen: Fix indentation in realStackOffset
87flowers
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-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
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-17
x86_64: implement prefetch
Jacob Young
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: reuse integer `@divTrunc` for `@divExact`
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-15
x86_64: implement error set and enum safety
Jacob Young
2025-02-12
x86_64: implement conversions between float and int vectors
Jacob Young
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-09
x86_64: implement conversions between scalar floats and ints
Jacob Young
2025-02-07
x86_64: fix backend assertion failures
Jacob Young
2025-02-07
Merge pull request #22717 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-07
x86_64: fix calling convention typos
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: remove cases that are impossible to lower
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-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
Sema: introduce all_vector_instructions backend feature
Jacob Young
[next]