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
Age
Commit message (
Expand
)
Author
2025-09-18
Remove usages of deprecatedWriter
andrewkraevskii
2025-09-19
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson
2025-09-19
std.simd: suggest more sensible vector sizes across the board
Alex Rønne Petersen
2025-09-18
zig fmt help: mention that the argument can be a directory
Frank Denis
2025-09-17
Merge pull request #25195 from blblack/netdefs
Andrew Kelley
2025-09-17
fix handling of comptime-only union fields in `Type.getUnionLayout` (#25182)
Silver
2025-09-17
Merge pull request #25197 from rootbeer/24380-flaky-sigset-test
Andrew Kelley
2025-09-17
Elf: implement `linksection`
Jacob Young
2025-09-17
Merge pull request #25201 from jacobly0/x86_64-addsat
Andrew Kelley
2025-09-17
Merge pull request #25217 from blblack/setsiderr
Andrew Kelley
2025-09-17
Merge pull request #25225 from Justus2308/darwin-fixes
Andrew Kelley
2025-09-17
mem.replace: Document that input/output cannot overlap
Ryan Liptak
2025-09-17
langref: mention union support of `@fieldParentPtr`
rohlem
2025-09-17
Merge pull request #25249 from jedisct1/siv
Andrew Kelley
2025-09-17
std.crypto: add Ascon-AEAD, Ascon-Hash, Ascon-CHash (#25239)
Frank Denis
2025-09-17
std.sort.pdq: fix out-of-bounds access in partialInsertionSort (#25253)
Frank Denis
2025-09-17
use block break instead of return
marko
2025-09-17
Merge pull request #25257 from linusg/bump-macos-headers
Alex Rønne Petersen
2025-09-17
Avoid logic where we return success in case of an error (#25251)
Frank Denis
2025-09-17
Some miscellaneous test suite cleanups (#25256)
Alex Rønne Petersen
2025-09-16
build: skip test-cimport when -Dskip-translate-c is given
Alex Rønne Petersen
2025-09-16
build: -Dskip-translate-c now implies -Dskip-run-translated-c
Alex Rønne Petersen
2025-09-16
test: move glibc_compat from link to standalone tests
Alex Rønne Petersen
2025-09-16
test: remove @cImport usage in interdependent_static_c_libs
Alex Rønne Petersen
2025-09-16
test: pull tests in test/cases/llvm/ up to test/cases/
Alex Rønne Petersen
2025-09-16
test: delete old stage1 compile_errors tests
Alex Rønne Petersen
2025-09-16
test: rename backend=stage2 to backend=selfhosted, and add backend=auto
Alex Rønne Petersen
2025-09-16
Parallelize deriveKeys
Frank Denis
2025-09-16
Import crypto/aes_gcm_siv.zig
Frank Denis
2025-09-16
libc: Update macOS headers to SDK 26.0
Linus Groh
2025-09-16
tools: Update fetch_them_macos_headers.zig for macOS 26
Linus Groh
2025-09-16
llvm: fix tagged union payload size in debug info
mlugg
2025-09-16
test: rename issue_8550 standalone test to compile_asm
Alex Rønne Petersen
2025-09-16
test: remove test-compare-output and test-asm-link tests
Alex Rønne Petersen
2025-09-16
std.crypto: add AES-SIV and AES-GCM-SIV
Frank Denis
2025-09-15
bpf: use bitCast instead of intCast in ld_imm_impl
George Huebner
2025-09-15
frontend: fix reference tracking through coerced function bodies
mlugg
2025-09-15
std.net.Ip6Address: format numerical scope id
database64128
2025-09-13
std.math.big.int: normalize zero result for small multiplications
mlugg
2025-09-13
std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* values
Justus Klausecker
2025-09-13
std.posix.ptrace: support more platforms more correctly
Justus Klausecker
2025-09-12
linux: Doc and check retval for no-fail pid calls
Brandon Black
2025-09-12
std.os.linux.setsid(): return raw syscall0 result
Brandon Black
2025-09-12
std.os.linux.socketpair(): switch to unsigned args
Brandon Black
2025-09-11
compiler-rt: export __aeabi_read_tp for arm-freebsd
Alex Rønne Petersen
2025-09-11
Fix standalone test simple/cat/main.zig after Writergate update (#25188)
Sardorbek Imomaliev
2025-09-11
use pointer subtraction
marko
2025-09-10
x86_64: fix `@splat` typo
Jacob Young
2025-09-10
x86_64: delete usages of avx2 `vpack?s??`
Jacob Young
2025-09-10
x86_64: fix strictness edge cases in `+|`
Jacob Young
[next]