Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify | Aleksey Kladov | 2019-09-02 | 1 | -35/+5 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -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 tokenbuffer | Edwin Cheng | 2019-06-02 | 1 | -2/+2 |
| | |||||
* | Simpliy how collecting token from src | Edwin Cheng | 2019-05-27 | 1 | -11/+31 |
| | |||||
* | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 1 | -2/+2 |
| | |||||
* | Refactor SubtreeSource | Edwin Cheng | 2019-05-22 | 1 | -2/+4 |
| | |||||
* | Add mbe expand limit and poision macro set | Edwin Cheng | 2019-04-22 | 1 | -3/+10 |
| | |||||
* | Add vis matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+4 |
| | |||||
* | add block matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+4 |
| | |||||
* | Add block matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+4 |
| | |||||
* | Add `item` matcher in mbe | Edwin Cheng | 2019-04-18 | 1 | -0/+4 |
| | |||||
* | Add mbe stmt matcher | Edwin Cheng | 2019-04-17 | 1 | -0/+4 |
| | |||||
* | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 1 | -0/+12 |
| | |||||
* | Remove skip Delimiter::None and handle Dollars | Edwin Cheng | 2019-04-12 | 1 | -2/+1 |
| | |||||
* | Refactoring and add some docs | Edwin Cheng | 2019-04-08 | 1 | -1/+3 |
| | |||||
* | Use SubtreeWalker instread of flatten TtToken | Edwin Cheng | 2019-04-08 | 1 | -5/+5 |
| | |||||
* | Combine all tokensource to one and refactoring | Edwin Cheng | 2019-04-07 | 1 | -0/+59 |