aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/fuzz.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename AtomTextEdit -> IndelAleksey Kladov2020-05-051-3/+3
|
* Switch to TryFromAleksey Kladov2020-04-251-3/+8
|
* Convert code to text-sizeAleksey Kladov2020-04-251-5/+3
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* 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
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* 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