aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Change TokenSource to iteration basedEdwin Cheng2019-05-251-24/+33
* apply T! macro where it is possibleSergey Parilin2019-05-151-13/+12
* Skip Dollars when bump raw tokenEdwin Cheng2019-05-011-1/+9
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-281-4/+60
* Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-141-13/+79
* Remove skip Delimiter::None and handle DollarsEdwin Cheng2019-04-121-0/+12
* replace todo with fixmeAleksey Kladov2019-03-231-2/+2
* Replace `contract_child` to a less ad-hoc APIpcpthm2019-03-191-30/+27
* Mark non-code block as textpcpthm2019-03-191-1/+1
* Allow attributes on top level expressionpcpthm2019-03-191-0/+23
* move parser to a separate crateAleksey Kladov2019-02-211-0/+267