This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-01-07 05:15:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce29d172a5
rust
/
crates
/
ra_syntax
/
fuzz
/
.gitignore
5 lines
35 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore lockfile in fuzz It's too much trouble maintaining it
2019-02-21 12:44:38 +00:00
Cargo.lock
Add trivial fuzzer for parser As described in #61, fuzz testing some parts of this would be ~~fun~~ helpful. So, I started with the most trivial fuzzer I could think of: Put random stuff into File::parse and see what happens. To speed things up, I also did cp src/**/*.rs fuzz/corpus/parser/ in the `crates/libsyntax2/` directory (running the fuzzer once will generate the necessary directories).
2018-09-08 14:55:53 +00:00
target
corpus
artifacts
Reference in New Issue
Copy Permalink