aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/tt_cursor.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make `vis` matcher optional and fix typoEdwin Cheng2019-05-021-2/+9
|
* FormatingEdwin Cheng2019-05-021-1/+1
|
* Remove unused code and add space bewteen ttEdwin Cheng2019-05-021-2/+46
|
* Fix more bugsEdwin Cheng2019-04-251-1/+1
|
* Add handling `token` seperator in mbeEdwin Cheng2019-04-251-0/+91
|
* Fix incorrect repeat sep eatingEdwin Cheng2019-04-251-0/+13
|
* Fix bug for ident to lifetimeEdwin Cheng2019-04-191-0/+7
|
* Add vis matcherEdwin Cheng2019-04-191-0/+5
|
* Add literal matcherEdwin Cheng2019-04-191-0/+14
|
* Add lifetime matcherEdwin Cheng2019-04-191-0/+4
|
* add block matcherEdwin Cheng2019-04-191-0/+5
|
* Add block matcherEdwin Cheng2019-04-191-0/+5
|
* Add `item` matcher in mbeEdwin Cheng2019-04-181-0/+5
|
* Add mbe stmt matcherEdwin Cheng2019-04-171-0/+5
|
* Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-141-0/+15
|
* Combine all tokensource to one and refactoringEdwin Cheng2019-04-071-55/+3
|
* Refactoring subtree_sourceEdwin Cheng2019-04-071-122/+10
|
* Add TtCursorTokenSource and TtCursorTokenSinkEdwin Cheng2019-04-061-2/+168
|
* Add path test and empty eat_path handlingEdwin Cheng2019-04-061-0/+4
|
* Add parser unit testsWilco Kusee2019-03-031-2/+2
|
* Split parse and expand errorsWilco Kusee2019-03-031-23/+21
|
* Replace option with result in mbeWilco Kusee2019-03-021-28/+28
|
* split macros across cratesAleksey Kladov2019-01-311-0/+91