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-09-18
Remove usages of deprecatedWriter
andrewkraevskii
2025-09-19
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson
2025-09-19
std.simd: suggest more sensible vector sizes across the board
Alex Rønne Petersen
2025-09-17
Merge pull request #25195 from blblack/netdefs
Andrew Kelley
2025-09-17
Merge pull request #25197 from rootbeer/24380-flaky-sigset-test
Andrew Kelley
2025-09-17
Merge pull request #25217 from blblack/setsiderr
Andrew Kelley
2025-09-17
Merge pull request #25225 from Justus2308/darwin-fixes
Andrew Kelley
2025-09-17
mem.replace: Document that input/output cannot overlap
Ryan Liptak
2025-09-17
Merge pull request #25249 from jedisct1/siv
Andrew Kelley
2025-09-17
std.crypto: add Ascon-AEAD, Ascon-Hash, Ascon-CHash (#25239)
Frank Denis
2025-09-17
std.sort.pdq: fix out-of-bounds access in partialInsertionSort (#25253)
Frank Denis
2025-09-17
use block break instead of return
marko
2025-09-17
Avoid logic where we return success in case of an error (#25251)
Frank Denis
2025-09-16
Parallelize deriveKeys
Frank Denis
2025-09-16
Import crypto/aes_gcm_siv.zig
Frank Denis
2025-09-16
std.crypto: add AES-SIV and AES-GCM-SIV
Frank Denis
2025-09-15
bpf: use bitCast instead of intCast in ld_imm_impl
George Huebner
2025-09-15
std.net.Ip6Address: format numerical scope id
database64128
2025-09-13
std.math.big.int: normalize zero result for small multiplications
mlugg
2025-09-13
std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* values
Justus Klausecker
2025-09-13
std.posix.ptrace: support more platforms more correctly
Justus Klausecker
2025-09-12
linux: Doc and check retval for no-fail pid calls
Brandon Black
2025-09-12
std.os.linux.setsid(): return raw syscall0 result
Brandon Black
2025-09-12
std.os.linux.socketpair(): switch to unsigned args
Brandon Black
2025-09-11
use pointer subtraction
marko
2025-09-10
Merge pull request #24968 from ifreund/deque
Andrew Kelley
2025-09-09
standalone posix tests for sigaction
Pat Tullmann
2025-09-09
standalone posix tests for relative path linking
Pat Tullmann
2025-09-09
standalone posix test for env vars
Pat Tullmann
2025-09-09
standalone posix test for current working directory
Pat Tullmann
2025-09-09
posix/test.zig: "sigset_t bits" test fixes
Pat Tullmann
2025-09-09
Move some Thread tests out of posix/test.zig into Thread.zig
Pat Tullmann
2025-09-09
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black
2025-09-09
std: add linger struct for SO.LINGER
Brandon Black
2025-09-09
std: add in_pktinfo and in6_pktinfo structs defs
Brandon Black
2025-09-09
std.c: Add accept_filter_arg for some BSDs
Brandon Black
2025-09-09
std: Add SCM constants for socket control messages
Brandon Black
2025-09-09
Merge pull request #25191 from ziglang/fix-linker-undef-memory
Andrew Kelley
2025-09-08
Merge pull request #25190 from blblack/netcalls
Andrew Kelley
2025-09-08
std.Io.Writer.writeSliceEndian: add compile error
Andrew Kelley
2025-09-08
std.crypto.ed25519: support cofactorless verification
Frank Denis
2025-09-08
ECDSA signature der encoding should produce smallest number of octets (#25177)
Igor Anić
2025-09-08
recvmsg: posix wrapper, void on windows
Brandon Black
2025-09-08
socketpair: posix wrapper, void on windows
Brandon Black
2025-09-07
std.mem.indexOfSentinel: eliminate unnecessary `@ptrCast`
Andrew Kelley
2025-09-07
std.debug.assertAligned: support const pointers
Andrew Kelley
2025-09-06
std.http.Client.Connection: make host() public
baltevl
2025-09-06
Document std.mem.* functions (#25168)
Frank Denis
2025-09-06
Merge pull request #25163 from ziglang/packed-union-unused
Andrew Kelley
2025-09-05
remove ResponseStorage
rpkak
[next]