aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/fuzz.rs
Commit message (Expand)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* rename range -> text_rangeAleksey Kladov2019-07-201-1/+1
* move debug_dump to fmt::DebugAleksey Kladov2019-07-201-3/+3
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-7/+7
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-2/+2
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
* remove old parsing methodsAleksey Kladov2019-05-281-10/+11
* Completely ignore errors for reparse fuzzpcpthm2019-03-211-1/+0
* Use template text to improve reparse fuzzingpcpthm2019-03-211-1/+5
* Improve reparse fuzz testpcpthm2019-03-211-1/+13
* Add fuzz test for reparsingpcpthm2019-03-211-1/+41
* Refactor parser fuzz testingpcpthm2019-03-211-0/+12