aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Fuzz.zig
AgeCommit message (Expand)Author
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