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
juice
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
std.Io.Threaded-groups-2
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-11-26
std.zig.AstGen: rename token_bytes parameter to ident_name_raw
Mateusz Poliwczak
2025-11-25
std.Zig.AstGen: handle properly .inferred_ptr and .destructure in enum_litera...
Mateusz Poliwczak
2025-11-25
std.testing: Fix expectEqualDeep formatted enum (#25960)
Nir Lahad
2025-11-25
std.Io.Threaded: fix QueryPerformanceCounter usage
Zihad
2025-11-25
Merge pull request #26037 from ziglang/build-runner-std.Io
Andrew Kelley
2025-11-24
Merge pull request #25993 from squeek502/windows-paths
Ryan Liptak
2025-11-24
build runner: update Mutex and Condition usage to std.Io
Andrew Kelley
2025-11-24
build runner: update from std.Thread.Pool to std.Io
Andrew Kelley
2025-11-24
std.Io: add Group.concurrent
Andrew Kelley
2025-11-24
std.Io.File.readPositional fixed buffer type
Giuseppe Cesarano
2025-11-24
crypto.ml_kem: avoid redundant assignment & fix K-PKE.KeyGen (#26031)
Frank Denis
2025-11-24
Merge pull request #17541 from moosichu/fix/wine-get-final-path-name-by-handle
Ryan Liptak
2025-11-23
Move Windows rename implementation from std.posix to windows.RenameFile
Ryan Liptak
2025-11-23
os.windows: Delete unused functions and kernel32 bindings
Ryan Liptak
2025-11-23
windows.GetFinalPathNameByHandle: add links to bugs tracking the Wine workaround
Ryan Liptak
2025-11-23
std.math.big.int: fix format functions
Justus Klausecker
2025-11-23
std.Target: remove Abi.code16
Alex Rønne Petersen
2025-11-23
Merge pull request #23733 from alichraghi/bp
Matthew Lugg
2025-11-23
Revert "std.os.linux.sparc64: use icc instead of xcc in asm clobbers"
Alex Rønne Petersen
2025-11-22
flate.Compress: simplify huffman node comparisons
Kendall Condon
2025-11-22
blake3: remove unnecessary comptime, digest_length instead of key_length
Frank Denis
2025-11-22
all: replace all `@Type` usages
Ali Cheraghi
2025-11-22
compiler: replace `@Type` with individual type-creating builtins
Matthew Lugg
2025-11-21
Reader.defaultDiscard: Fix for use with an indirect reader
Ryan Liptak
2025-11-21
fs.path: Fix on big-endian architectures, make PathType.isSep assume WTF-16 i...
Ryan Liptak
2025-11-21
std.Thread: update doc comments
Andrew Kelley
2025-11-21
std.Io.Threaded: forward cancellation requests to awaited tasks
Andrew Kelley
2025-11-21
std.Io.Threaded: import std.mem.Alignment
Andrew Kelley
2025-11-21
std.Io.Threaded: slightly different semantics
Andrew Kelley
2025-11-21
std.Io.Threaded: remove dead code
Andrew Kelley
2025-11-21
std.Io.Threaded: allow calling init in single-threaded mode
Andrew Kelley
2025-11-21
std.Io: update async documentation to reflect the guarantee
Andrew Kelley
2025-11-21
fix logic bug in groupAsync
Loris Cro
2025-11-21
fix single-threaded builds
Loris Cro
2025-11-21
Io.Threaded PoC reimplementation
Loris Cro
2025-11-21
Revert std.crypto kangarootwelve addition
Andrew Kelley
2025-11-21
std.zig.system.linux: implement s390x native CPU detection
Alex Rønne Petersen
2025-11-21
std.zig.system: disable vector support on s390x for now
Alex Rønne Petersen
2025-11-21
std.crypto.ml_kem: disable some tests on s390x with vector support
Alex Rønne Petersen
2025-11-21
std.zig.system.linux: don't arbitrarily limit sparc CPU detection to 64-bit
Alex Rønne Petersen
2025-11-21
Deal with NT paths in GetFinalPathNameByHandle
Tom Read Cutting
2025-11-21
Teach fs.path about the wonderful world of Windows paths
Ryan Liptak
2025-11-20
system specific errno
rpkak
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
Merge pull request #25981 from mlugg/macos-fuzz-2
Matthew Lugg
2025-11-20
Merge pull request #25898 from jacobly0/elfv2-progress
Andrew Kelley
2025-11-20
std.Io.Writer: fix some bugs
Matthew Lugg
2025-11-20
std.http: stop assuming previous chunk state
Matthew Lugg
2025-11-20
std.Build: fix crashes running fuzz tests
Matthew Lugg
2025-11-20
std.debug.MachOFile: handle 'path/to/archive.a(entry.o)' form
Matthew Lugg
[next]