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
Age
Commit message (
Expand
)
Author
2025-08-22
Merge pull request #24926 from mrjbq7/http-fetch
John Benediktsson
2025-08-22
chore(std.Target): explicitly set baseline only to `arm` with 3ds
GasInfinity
2025-08-22
chore(std.Target): document the 3ds version range
GasInfinity
2025-08-22
feat(std.Target): add 3ds os
GasInfinity
2025-08-22
std: remove lossy int to float coercion on json parse
Raiden1411
2025-08-21
Merge pull request #24921 from Justus2308/messy-mach
Andrew Kelley
2025-08-21
zig reduce: adapt to new Writer API
Justus Klausecker
2025-08-21
langref: sync with zig-spec grammar.peg
Isaac Freund
2025-08-21
drop NameTooLong from sysctlbynameZ error set (#24909)
Sardorbek Imomaliev
2025-08-21
make some compile errors aliases instead
Justus Klausecker
2025-08-21
std.os.uefi: Fix typo that causes compile time error #22809"
Lwazi Dube
2025-08-20
Add mlock syscalls to std.c and std.posix
Brandon Black
2025-08-20
Use readStreaming, not readPositional, for streaming file readVec on Windows
Carl Åstholm
2025-08-20
wasi-libc: update to c89896107d7b57aef69dcadede47409ee4f702ee
Alex Rønne Petersen
2025-08-20
std.c.darwin: cleanup, expose everything in std.c
Justus Klausecker
2025-08-19
expose darwin.PT in std.c
Justus Klausecker
2025-08-19
Fix bugs in Windows readVec implementations
Carl Åstholm
2025-08-19
std.Io.Writer: fix upper case hex float formatting
TemariVirus
2025-08-19
never advance seek position in `std.Io.Reader.peekDelimiterExclusive` (#24899)
Rohlem
2025-08-18
std.http.Client: discard response body when reusing connection
Andrew Kelley
2025-08-18
Expanded std.os.linux perf-related definitions (#24264)
Giuseppe Cesarano
2025-08-17
http.BodyWriter: improve clarity of chunked state machine
Isaac Freund
2025-08-16
Merge pull request #24864 from ifreund/fix-std-cmd
Andrew Kelley
2025-08-16
Build.Step.Run: fix missing stdin buffer and flush
Isaac Freund
2025-08-16
Merge pull request #24874 from ziglang/tls-client
Andrew Kelley
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-16
http.BodyWriter: handle EOF in chunkedSendFile, simplify
Isaac Freund
2025-08-16
std-docs: improve error message on write failure
Isaac Freund
2025-08-16
[std] fix compile error in std.Io.Writer.failing
Josh Wolfe
2025-08-16
implement registering NAPI on IoUring (#24850)
Özgür Akkurt
2025-08-16
std: more reliable HTTP and TLS networking
Andrew Kelley
2025-08-15
zstd: Protect against index out-of-bounds when decoding sequences
Ryan Liptak
2025-08-16
re-enable std.math.modf vector tests (#24786)
Rue
2025-08-15
std.Build: improve error for peak RSS exceeding declared value
mlugg
2025-08-15
std.math: Add splat for vectors of u0s in rotl/rotr (#24822)
Fri3dNstuff
2025-08-15
zon: Add anonymous struct literal in the example
Manlio Perillo
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-15
crypto/aes_ocb.zig: actually check against test vectors (#24835)
Frank Denis
2025-08-14
std.fs.File.Reader: fix freestanding build failures
Andrew Kelley
2025-08-15
Merge pull request #24702 from The-King-of-Toasters/syscall-tables
Alex Rønne Petersen
2025-08-14
zstd.Decompress.stream: Fix handling of skippable frames in new_frame state
Ryan Liptak
2025-08-14
Merge pull request #24847 from squeek502/zstd-partial-magic
Andrew Kelley
2025-08-14
zig fmt: add tests for cast builtin canonicalization
Justus Klausecker
2025-08-14
zstd.Decompress: Delete unused/impossible "end" state
Ryan Liptak
2025-08-14
zstd.Decompress: Treat a partial magic number as a failure
Ryan Liptak
2025-08-14
Merge pull request #24845 from alexrp/netbsd-fixes
Alex Rønne Petersen
2025-08-14
std.Io.Writer: introduce rebase to the vtable
Andrew Kelley
2025-08-14
Validate wildcard TLS certificates correctly (#24829)
Frank Denis
2025-08-14
netbsd: add some missing system headers
Alex Rønne Petersen
2025-08-13
std.fs.File.Writer.sendFile: handle sendfile errors
Andrew Kelley
[prev]
[next]