rust-analyzer/crates
Pascal Hertleif a37cd5ad43 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 16:55:53 +02:00
..
cli kill more reexports 2018-08-25 11:48:59 +03:00
gen_lsp_server use correct workdir for the server 2018-09-05 21:38:43 +03:00
libanalysis Don't overflow when limiting symbol search 2018-09-08 15:39:28 +03:00
libeditor nested mod completion 2018-09-08 01:35:20 +03:00
libsyntax2 Add trivial fuzzer for parser 2018-09-08 16:55:53 +02:00
server Some abstraction around workers 2018-09-08 13:15:01 +03:00
test_utils move 2018-08-25 14:30:54 +03:00
tools default method name to type name 2018-08-31 15:10:37 +03:00