aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Fuzz.zig
AgeCommit message (Expand)Author
2025-11-24build runner: update Mutex and Condition usage to std.IoAndrew Kelley
2025-11-24build runner: update from std.Thread.Pool to std.IoAndrew Kelley
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-20std.debug.Info: basic Mach-O supportMatthew Lugg
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-18build runner: remove `--prominent-compile-errors`, introduce `--error-style`mlugg
2025-09-25web ui: fix not sending initial context sometimesAndrew Kelley
2025-09-24fuzzing: implement limited fuzzingLoris Cro
2025-09-18greatly improve capabilities of the fuzzerKendall Condon
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-07update build system to new http.Server APIAndrew Kelley
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-07fix build runnerAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-01-30Make -freference-trace work without colorsGuillaume Wenzek
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-11add runs per second to fuzzing uiAndrew Kelley
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-07fuzzer web UI: receive coverage informationAndrew Kelley
2024-08-07fuzzing: progress towards web UIAndrew Kelley
2024-08-07fuzzer: share zig to html rendering with autodocsAndrew Kelley
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew Kelley
2024-07-25std.Build.Fuzz: fix progress node hierarchyAndrew Kelley
2024-07-25build runner sends a start_fuzzing message to test runnerAndrew Kelley
2024-07-25build runner: extract logic to std.Build.FuzzAndrew Kelley