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
/
Build
/
Fuzz
Age
Commit message (
Expand
)
Author
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-22
std.tar: update to new I/O API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
add runs per second to fuzzing ui
Andrew Kelley
2024-09-11
make lowest stack an internal libfuzzer detail
Andrew Kelley
2024-09-11
fuzzer: move web files into separate directory
Andrew Kelley
2024-08-28
fuzzing: fix entry address logic
Andrew Kelley
2024-08-23
fix autodocs regression FTBFS
Andrew Kelley
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-08-13
std.Build.Fuzz.WebServer: sort pcs before source location lookup
Andrew Kelley
2024-08-13
avoid a branch in resolveAddressesDwarf
Andrew Kelley
2024-08-08
more optimized and correct management of 8-bit PC counters
Andrew Kelley
2024-08-08
fuzzing: comptime assertions to protect the ABI
Andrew Kelley
2024-08-07
build runner: output hint when no --port provided
Andrew Kelley
2024-08-07
update branch for latest std.sort changes
Andrew Kelley
2024-08-07
fuzzer web ui: resolve cwd in sources.tar
Andrew Kelley
2024-08-07
fuzzer web ui: introduce entry points
Andrew Kelley
2024-08-07
fuzzer web UI: receive coverage information
Andrew Kelley