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
Age
Commit message (
Expand
)
Author
2025-07-30
Sema: disallow tags on non-auto unions when reifying (#23488)
Krzysztof Wolicki
2025-07-30
std.Target: pull Os.requiresLibC() up to Target
Alex Rønne Petersen
2025-07-30
compiler: disable self-hosted x86_64 backend on OpenBSD
Alex Rønne Petersen
2025-07-30
Sema: remove incorrect safety check for saturating left shift
Justus Klausecker
2025-07-30
Sema: catch error sets in atomic operations
Kendall Condon
2025-07-30
llvm: fix atomic widening of packed structs
Kendall Condon
2025-07-30
update `zig env` to respect `ZIG_LIB_DIR` and support wasi
Techatrix
2025-07-29
Sema: don't rely on Liveness
mlugg
2025-07-29
Sema: remove dead logic
mlugg
2025-07-29
Sema: fix comptime-known union initialization with OPV field
mlugg
2025-07-29
Sema: remove redundant comptime-known initializer tracking
mlugg
2025-07-28
aarch64: implement scalar `@mod`
Jacob Young
2025-07-28
Update `zig init` help with new `-m` arg
Silver
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-27
aarch64: fix error union constants
Jacob Young
2025-07-27
aarch64: implement var args
Jacob Young
2025-07-27
Merge pull request #24585 from jacobly0/aarch64
Andrew Kelley
2025-07-26
Merge pull request #24587 from jacobly0/x86_64
Andrew Kelley
2025-07-26
aarch64: implement more optional/error union/union support
Jacob Young
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-26
aarch64: implement stack probing
Jacob Young
2025-07-26
aarch64: implement complex switch prongs
Jacob Young
2025-07-26
Sema: exclude sentinel from source array length in pointer cast to slice
mlugg
2025-07-26
x86_64: fix dst create alloc reg clobbering src
Jacob Young
2025-07-26
x86_64: fix switch on mod result
Jacob Young
2025-07-25
std: rework zstd for new I/O API
Andrew Kelley
2025-07-25
aarch64: more progress
Jacob Young
2025-07-25
init: replace '--strip' with '--minimal'
mlugg
2025-07-24
Autodoc: fix sources.tar generation
Ian Johnson
2025-07-23
Merge pull request #24561 from linusg/serenity-fixes
Andrew Kelley
2025-07-24
Merge pull request #24557 from pavelverigo/wasm-try-ptr
Alex Rønne Petersen
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-24
target: Add libc link flags for serenity
Linus Groh
2025-07-24
stage2-wasm: implement try_ptr + is_(non_)err_ptr
Pavel Verigo
2025-07-23
Merge pull request #24523 from ziglang/fifno
Andrew Kelley
2025-07-22
codegen: prevent AnyMir from bloating zig1.wasm
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-22
llvm: fix switch loop on larger than pointer integer
Matthew Lugg
2025-07-22
give the Reader API adapter a buffer
Andrew Kelley
2025-07-22
std.tar: update to new I/O API
Andrew Kelley
2025-07-22
Merge pull request #24521 from ziglang/fs-streaming
Andrew Kelley
2025-07-21
Sema: fix missed block OPV
Andrew Kelley
2025-07-21
Sema: fix missed error union OPV
Andrew Kelley
2025-07-21
Sema: fix missed union access OPV
Andrew Kelley
2025-07-21
Sema: fix missed union init OPV
Andrew Kelley
2025-07-21
Sema: fix missed slice access OPV
Andrew Kelley
2025-07-21
Sema: fix missed pointer access OPV
Andrew Kelley
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-20
use stdout_buffer instead of stdio_buffer in main.zig
antlilja
2025-07-20
Merge pull request #24488 from ziglang/more
Andrew Kelley
[prev]
[next]