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
/
lib
/
std
Age
Commit message (
Expand
)
Author
2025-08-30
std.Target: add managarm OS tag
Alex Rønne Petersen
2025-08-30
std.Target: make ultrasparc3 the baseline for sparc64-solaris
Alex Rønne Petersen
2025-08-30
std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require eve...
Alex Rønne Petersen
2025-08-30
std.Target: bump feature bit count from 288 to 317
Alex Rønne Petersen
2025-08-30
std.Target: update CPU features to LLVM 21
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
std.Io: delete CountingReader
Andrew Kelley
2025-08-28
std.debug.Pdb: migrate more towards new Reader API
Andrew Kelley
2025-08-28
std.tz: fix redundant endian handling
Andrew Kelley
2025-08-28
std.Io.Reader: work around llvm backend bug
Andrew Kelley
2025-08-28
fix not discarding delimiter
Andrew Kelley
2025-08-28
update more to avoid GenericWriter
Andrew Kelley
2025-08-28
update GenericWriter usage found by test-cases
Andrew Kelley
2025-08-28
std.crypto.ml_kem: update to not use GenericWriter
Andrew Kelley
2025-08-28
std.tz: update to new Reader API
Andrew Kelley
2025-08-28
std: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-08-28
std.Io.Writer: add toArrayList/fromArrayList
Andrew Kelley
2025-08-28
std.Io: delete GenericWriter
Andrew Kelley
2025-08-28
process.totalSystemMemory: Avoid overflow on Linux when totalram is a 32-bit ...
Ryan Liptak
2025-08-28
Reader.appendRemaining: Take ownership of the full allocated slice
Ryan Liptak
2025-08-28
AstGen: forward result type through unary float builtins
David Rubin
2025-08-28
std.debug: remove `@frameAddress()` "UAF"
mlugg
2025-08-28
std.os.uefi: fix type error at MemoryType.format()
tokyo4j
2025-08-28
std.os.linux: powerpc syscalls clobber ctr and xer
Alex Rønne Petersen
2025-08-27
Merge pull request #25034 from ziglang/lzma
Andrew Kelley
2025-08-27
Fix TLS 1.2 client key exchange to use negotiated named group (#25007)
Frank Denis
2025-08-27
std.c: add correct SOMAXCONN for BSDs
Brandon Black
2025-08-26
std.compress.xz: fix 32-bit targets
Andrew Kelley
2025-08-26
std: update xz unit tests to new I/O API
Andrew Kelley
2025-08-26
std.compress.lzma: fix unpacked size checking logic
Andrew Kelley
2025-08-26
std.compress.xz.Decompress: some tests passing
Andrew Kelley
2025-08-26
std.compress.xz: skeleton in place
Andrew Kelley
2025-08-26
std.compress.lzma2: tests passing
Andrew Kelley
2025-08-26
std.compress.lzma: delete dead parameter
Andrew Kelley
2025-08-26
std.compress.lzma: tests passing
Andrew Kelley
2025-08-26
std.compress.lzma: update for new I/O API
Andrew Kelley
2025-08-26
std.compress.xz: flatten namespaces
Andrew Kelley
2025-08-26
std.compress: flatten lzma and lzma2 namespaces
Andrew Kelley
2025-08-26
std.Build.WebServer: fix race
mlugg
2025-08-26
std.Build.Step.Compile: fix race condition in args file creation
Ian Johnson
2025-08-26
Compilation: use std.Deque
Isaac Freund
2025-08-26
`std.ArrayList`: add `insertSliceAssumeCapacity()` and `insertSliceBounded()`...
Rue
2025-08-26
std.Target: add vita os
Maciej 'vesim' Kuliński
2025-08-26
std.Build.Step.TranslateC: forward --cache-dir and --global-cache-dir flags
AdamGoertz
2025-08-25
add macOS handling for totalSystemMemory (#24903)
Sardorbek Imomaliev
2025-08-25
os.linux: faccessat wrapper prefer to faccessat syscall when flags is zero.
Qun He
2025-08-25
std: add a Deque data structure
Isaac Freund
2025-08-25
Adds non allocating alternatives to ZON parse functions (#22916)
Mason Remaley
2025-08-25
Fix #24999: copy left-overs before we XOR into c. (#25001)
Erik Schlyter
[prev]
[next]