aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parsing/reparsing.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix reparsing failure when removing newlinepcpthm2019-03-211-0/+7
* Fix reparsing bug on "{}{}"pcpthm2019-03-211-1/+1
* Fix reparsing bug when lex result is differentpcpthm2019-03-211-2/+9
* Fix an arithmetic overflow in reparserpcpthm2019-03-211-2/+2
* renameAleksey Kladov2019-02-231-4/+4
* kill utils moduleAleksey Kladov2019-02-211-3/+3
* docsAleksey Kladov2019-02-211-2/+9
* fix compilationAleksey Kladov2019-02-211-11/+10
* make grammar independent of syntax treeAleksey Kladov2019-02-211-1/+5
* move whitespace handling to tree builderAleksey Kladov2019-02-211-2/+3
* move syntax error to parserAleksey Kladov2019-02-201-1/+1
* simplifyAleksey Kladov2019-02-201-1/+1
* flattern module structureAleksey Kladov2019-02-201-4/+2
* fix testsAleksey Kladov2019-02-201-3/+5
* flatten modulesAleksey Kladov2019-02-201-1/+2
* move reparsers to grammarAleksey Kladov2019-02-201-25/+1
* move all parsing related bits to a separate moduleAleksey Kladov2019-02-201-0/+370