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-09-20
frontend: replace field_val and field_val_named
Andrew Kelley
2025-09-20
std.zon.parse: fix not initializing array sentinel
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-20
Reader.defaultReadVec: Workaround bad `r.end += r.vtable.stream()` behavior
Ryan Liptak
2025-09-20
std.json: delete test tightly coupled to ArrayList growth
Andrew Kelley
2025-09-20
std: remove loop from growCapacity
Andrew Kelley
2025-09-20
Merge pull request #25298 from ziglang/SegmentedList-orphaned-again
Andrew Kelley
2025-09-20
std.c: add MSG support for dragonfly
John Benediktsson
2025-09-20
std.crypto.ascon: disable Ascon-AEAD128 test on RISC-V with V support
Alex Rønne Petersen
2025-09-20
std.c: adjust shm_open to be variadic on darwin
John Benediktsson
2025-09-19
std.Build.Step.Run: Enable passing (generated) file content as args
Justus Klausecker
2025-09-19
std: delete SegmentedList again
Andrew Kelley
2025-09-19
Merge pull request #23416 from gooncreeper/improved-fuzzer
Andrew Kelley
2025-09-19
Merge pull request #25268 from alexrp/loongarch
Alex Rønne Petersen
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-18
fuzzer: remove rodata load tracing
Kendall Condon
2025-09-18
add some new fuzz tests
Kendall Condon
2025-09-18
greatly improve capabilities of the fuzzer
Kendall Condon
2025-09-18
std.Target: adjustments to LoongArch CPU models
Alex Rønne Petersen
2025-09-18
std.zig.system: implement native CPU detection for LoongArch
Alex Rønne Petersen
2025-09-18
std.math.modf: disable vector test on LoongArch with LSX
Alex Rønne Petersen
2025-09-18
std.crypto.ml_kem: disable some Kyber tests on LoongArch with LSX
Alex Rønne Petersen
2025-09-18
std.mem: work around LoongArch inline asm bug in doNotOptimizeAway()
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
Merge pull request #25257 from linusg/bump-macos-headers
Alex Rønne Petersen
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
libc: Update macOS headers to SDK 26.0
Linus Groh
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
compiler-rt: export __aeabi_read_tp for arm-freebsd
Alex Rønne Petersen
2025-09-11
use pointer subtraction
marko
[prev]
[next]