aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/subtree_parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* simplifyAleksey Kladov2019-09-021-35/+5
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
| | | | | | 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
* Store referece in tokenbufferEdwin Cheng2019-06-021-2/+2
|
* Simpliy how collecting token from srcEdwin Cheng2019-05-271-11/+31
|
* Change TokenSource to iteration basedEdwin Cheng2019-05-251-2/+2
|
* Refactor SubtreeSourceEdwin Cheng2019-05-221-2/+4
|
* Add mbe expand limit and poision macro setEdwin Cheng2019-04-221-3/+10
|
* Add vis matcherEdwin Cheng2019-04-191-0/+4
|
* add block matcherEdwin Cheng2019-04-191-0/+4
|
* Add block matcherEdwin Cheng2019-04-191-0/+4
|
* Add `item` matcher in mbeEdwin Cheng2019-04-181-0/+4
|
* Add mbe stmt matcherEdwin Cheng2019-04-171-0/+4
|
* Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-141-0/+12
|
* Remove skip Delimiter::None and handle DollarsEdwin Cheng2019-04-121-2/+1
|
* Refactoring and add some docsEdwin Cheng2019-04-081-1/+3
|
* Use SubtreeWalker instread of flatten TtTokenEdwin Cheng2019-04-081-5/+5
|
* Combine all tokensource to one and refactoringEdwin Cheng2019-04-071-0/+59