summaryrefslogtreecommitdiff
path: root/fuzz/atom
AgeCommit message (Collapse)Author
2025-12-03hook up fuzzer to stdin and stdout instead of spawning a subprocimprove-fuzzingJohn Turner
2025-12-03give fuzzer library targets different namesJohn Turner
If these targets have the same names, only the last processed target gets put into rust-project.json.
2025-12-03configure fuzzers separatelyJohn Turner
2025-12-01clean up fuzzer related meson logicJohn Turner
2025-11-23rearrange modulesJohn Turner
2025-11-22print the remaining input on fuzzer failuresJohn Turner
2025-11-21remove build-id from control version and reject inputs with itJohn Turner
2025-11-19fix lintsJohn Turner
2025-11-19remove dbg!John Turner
2025-11-19impl vercmp fuzzerJohn Turner
2025-11-18setup meson to allow building multiple fuzzers easilyJohn Turner