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-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
std.Io.Writer: introduce rebase to the vtable
Andrew Kelley
2025-08-14
Validate wildcard TLS certificates correctly (#24829)
Frank Denis
2025-08-13
std.fs.File.Writer.sendFile: handle sendfile errors
Andrew Kelley
2025-08-14
Linux: Use time64 syscalls when available
Stephen Gregoratto
2025-08-14
Linux: Update syscall list for 6.16
Stephen Gregoratto
2025-08-13
build runner: fix single-threaded build
mlugg
2025-08-13
http: fix handling of limit in chunkedSendFile
Kendall Condon
2025-08-13
std.fs.File.Reader: fix seekBy
Andrew Kelley
2025-08-13
sema: strip `@splat` operand result type before checking it
David Rubin
2025-08-13
Merge pull request #24381 from Justus2308/switch-better-underscore
Matthew Lugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-13
std.crypto.aegis: Absorb ad instead of encrypting it.
Erik Schlyter
2025-08-13
std.Target: bump default android API level from 24 to 29
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
aarch64: implement more assembler instructions
Jacob Young
2025-08-11
std: introduce orderedRemoveMany
Andrew Kelley
2025-08-11
std.fs.File: prefer getSize over getEndPos
Andrew Kelley
2025-08-11
Dwarf: port to new Writer API
Jacob Young
2025-08-10
Writer: Delete writePreserve/writeAllPreserve
Ryan Liptak
2025-08-10
std.fs.File.Reader.getSize: check file kind on stat
Andrew Kelley
2025-08-10
std.net.Stream.Reader: init size_err
Andrew Kelley
2025-08-10
Merge pull request #24774 from kcbanner/fixup_webui_windows
Andrew Kelley
2025-08-10
docs(zon/stringify.zig): Added missing non-serializable type
Alexandre Blais
2025-08-10
std.c: Remove serenity's internet_checksum() function
Linus Groh
2025-08-09
Merge pull request #24743 from ziglang/BufferedWriter
Andrew Kelley
2025-08-09
net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework sen...
kcbanner
2025-08-09
Fix `respondWebSocket`, enable --webui on Windows
kcbanner
2025-08-08
std.Io.Writer.Allocating: configurable bump amount
Andrew Kelley
2025-08-08
zig std: fix build failures
Andrew Kelley
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-08-08
std.compress.flate.Decompress: fix buffer size in test
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
2025-08-08
std.Io.Writer.Allocating.sendFile: use logicalPos
Andrew Kelley
2025-08-08
Io.Writer fix dangling pointer
Igor Anić
2025-08-08
Fix: std.elf offset computation
Giuseppe Cesarano
2025-08-08
Merge pull request #24740 from ziglang/http-plus-fixes
Andrew Kelley
2025-08-08
Merge pull request #24742 from ziglang/CountingWriter
Andrew Kelley
2025-08-08
Io.Reader fix defaultReadVec
Igor Anić
2025-08-08
flate: Handle invalid block type
Ryan Liptak
2025-08-07
link.Dwarf: minimal changes to remove CountingWriter
Andrew Kelley
2025-08-07
std.Io: delete CountingWriter
Andrew Kelley
2025-08-08
std.os.windows: map RtlGenRandom() failure to error.SystemResources
Alex Rønne Petersen
[next]