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-11-27
Remove legacy asm clobbers syntax handling
Linus Groh
2025-11-27
Update std.zig.system.NativePaths.detect to support some more flags on NixOS ...
Purple
2025-11-27
std.sort.partitionPoint: faster implementation (#30005)
Andrew Kelley
2025-11-27
std.crypto: add hybrid post-quantum/traditional key encapsulation
Frank Denis
2025-11-26
http.requestHasBody: a PUT response can have a body
Frank Denis
2025-11-26
Merge pull request #26005 from jedisct1/kt128r
Alex Rønne Petersen
2025-11-26
std.Progress: Terminate progress escape codes with `ST` not `BEL`
Jay Petacat
2025-11-26
std.elf implemented DynamicSectionBufferIterator
Giuseppe Cesarano
2025-11-26
crypto.blake3: sequentially process larger small tree layers (#26046)
Frank Denis
2025-11-26
std.crypto.kt128: add support for threads
Frank Denis
2025-11-26
Add std.crypto.hash.sha3.{KT128,KT256} - RFC 9861. (#25593)
Frank Denis
2025-11-26
`Build.Step.Options`: add `comptime_float` support
IOKG04
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
[prev]
[next]