aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parsing/reparsing.rs
Commit message (Expand)AuthorAgeFilesLines
* 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