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.zig
Age
Commit message (
Expand
)
Author
2025-11-24
build runner: update Mutex and Condition usage to std.Io
Andrew Kelley
2025-11-24
build runner: update from std.Thread.Pool to std.Io
Andrew Kelley
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
std.debug.Info: basic Mach-O support
Matthew Lugg
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-18
build runner: remove `--prominent-compile-errors`, introduce `--error-style`
mlugg
2025-09-25
web ui: fix not sending initial context sometimes
Andrew Kelley
2025-09-24
fuzzing: implement limited fuzzing
Loris Cro
2025-09-18
greatly improve capabilities of the fuzzer
Kendall Condon
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-07
update build system to new http.Server API
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-07
fix build runner
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-01-30
Make -freference-trace work without colors
Guillaume Wenzek
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-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-07
fuzzer web UI: receive coverage information
Andrew Kelley
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
2024-08-07
fuzzer: share zig to html rendering with autodocs
Andrew Kelley
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
std.Build.Fuzz: fix progress node hierarchy
Andrew Kelley
2024-07-25
build runner sends a start_fuzzing message to test runner
Andrew Kelley
2024-07-25
build runner: extract logic to std.Build.Fuzz
Andrew Kelley