This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-analyzer
Watch
2
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer
synced
2024-12-26 13:03:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
07da02fc37
rust-analyzer
/
crates
/
syntax
/
fuzz
/
.gitignore
5 lines
35 B
Text
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 a new issue
Copy permalink