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
Age
Commit message (
Expand
)
Author
2025-09-10
Merge pull request #24968 from ifreund/deque
Andrew Kelley
2025-09-10
README: update llvm requirement to 21
Tea
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
standalone posix tests: add skeleton
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-10
langref: added missing newlines to destructuring tuples example
LukaTD
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
fix linker code writing undefined memory to the output file
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-08
Merge pull request #25186 from ziglang/vector-memory-coercion
Andrew Kelley
2025-09-07
add compile error test case
Andrew Kelley
2025-09-07
std.mem.indexOfSentinel: eliminate unnecessary `@ptrCast`
Andrew Kelley
2025-09-07
behavior tests: remove one dependency on std lib
Andrew Kelley
2025-09-07
std.debug.assertAligned: support const pointers
Andrew Kelley
2025-09-07
wasm backend: disable failing behavior tests
Andrew Kelley
2025-09-07
frontend: vectors and arrays no longer support in-memory coercion
Andrew Kelley
2025-09-06
Compilation: fix buildGlibcSharedObjects error handling
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
webui: fixup build errors in fuzz / time_report
kcbanner
2025-09-06
Merge pull request #25163 from ziglang/packed-union-unused
Andrew Kelley
2025-09-06
langref: update "Choosing an Allocator" section
Andrew Kelley
2025-09-05
disable failing behavior test on stage2_aarch64
Andrew Kelley
2025-09-05
remove ResponseStorage
rpkak
2025-09-05
add compile error test case for new error
Andrew Kelley
2025-09-05
langref: update for new packed union rules
Andrew Kelley
2025-09-05
std: update for new packed union rules
Andrew Kelley
2025-09-05
behavior tests: update for new requirement
Andrew Kelley
2025-09-05
Sema: forbid packed unions with mismatched field bit sizes
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
[prev]
[next]