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-17
Avoid logic where we return success in case of an error (#25251)
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-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
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
2025-09-05
std: update for new packed union rules
Andrew Kelley
2025-09-05
Revert "Merge pull request #24905 from gooncreeper/file-reader-buffered"
Andrew Kelley
2025-09-05
Merge pull request #24905 from gooncreeper/file-reader-buffered
Isaac Freund
2025-09-05
Merge pull request #25147 from lunagl/reenable-tests
Alex Rønne Petersen
2025-09-04
std.fs.File.Writer: break up seekTo
Andrew Kelley
2025-09-04
sendFileAll: use stream instead of sendFileReading
Kendall Condon
2025-09-04
fix sendFile implementations bypassing interface buffer
Kendall Condon
2025-09-04
File.Writer.sendFile: properly update reader pos
Kendall Condon
2025-09-04
Reenable vector tests for armeb/thumbeb
Luna Schwalbe
2025-09-04
Reenable std.fmt.test.vector for riscv64
Luna Schwalbe
2025-09-04
Merge pull request #25137 from alexrp/elf-gabi-4.3
Alex Rønne Petersen
2025-09-03
BitcodeReader: parse blockinfo inside block
Luna Schwalbe
2025-09-03
Add allocator that always fails
whatisaphone
2025-09-03
Fix cmsghdr struct for the *nixes
Brandon Black
2025-09-03
fix: std.fs.File.Writer.seekTo does not flush (#25135)
Josh GM Walker
2025-09-04
Merge pull request #25125 from alexrp/loongarch-qemu-crashes
Alex Rønne Petersen
2025-09-04
std.elf: change STV enum from u2 to u3
Alex Rønne Petersen
2025-09-04
std.elf: add new EM values from gABI 4.3
Alex Rønne Petersen
2025-09-04
std.elf: document which EM values are not assigned in gABI
Alex Rønne Petersen
2025-09-04
std.elf: document which OSABI values are not assigned in gABI
Alex Rønne Petersen
2025-09-03
Return runtime err for EISCONN when connecting
Brandon Black
2025-09-03
std.c: add getresuid & getresgid
doclic
2025-09-03
Merge pull request #25122 from linusg/fix-getrandombytesdevurandom
Alex Rønne Petersen
2025-09-03
std.debug: disable stack traces on loongarch
Alex Rønne Petersen
2025-09-03
lzma2: fix premature finish
binarycraft007
2025-09-03
std.c: Enable arc4random_buf for serenity
Linus Groh
2025-09-03
std.posix: Fix getRandomBytesDevURandom()
Linus Groh
2025-09-02
Merge pull request #25105 from binarycraft007/lzma2-fix
Andrew Kelley
2025-09-02
std.compress.lzma2: optimize appendLz
Andrew Kelley
2025-09-02
zstd.Decompress: Assert buffer length requirements as early as possible
Ryan Liptak
[next]