Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use cfg(test) instead of allow(unused) | Edwin Cheng | 2019-05-28 | 1 | -1/+1 |
* | Simpliy how collecting token from src | Edwin Cheng | 2019-05-27 | 1 | -56/+7 |
* | Remove Queier and SubtreeWalk | Edwin Cheng | 2019-05-27 | 1 | -52/+34 |
* | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 1 | -21/+38 |
* | Formatting | Edwin Cheng | 2019-05-23 | 1 | -1/+1 |
* | Refactor SubtreeSource | Edwin Cheng | 2019-05-22 | 1 | -192/+70 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -11/+11 |
* | Make `vis` matcher optional and fix typo | Edwin Cheng | 2019-05-02 | 1 | -1/+1 |
* | Remove unused code in subtree_source | Edwin Cheng | 2019-05-02 | 1 | -182/+41 |
* | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 1 | -9/+1 |
* | Use panic instead of unwrap | Edwin Cheng | 2019-04-25 | 1 | -8/+6 |
* | Fix more bugs | Edwin Cheng | 2019-04-25 | 1 | -4/+5 |
* | Add handling `token` seperator in mbe | Edwin Cheng | 2019-04-25 | 1 | -9/+13 |
* | Add cached for SubtreeSource | Edwin Cheng | 2019-04-22 | 1 | -4/+20 |
* | Fix offset bug in SourceWalker | Edwin Cheng | 2019-04-21 | 1 | -6/+7 |
* | Fix lifetime in tt to syntax node conversion | Edwin Cheng | 2019-04-21 | 1 | -1/+6 |
* | Fix bugs | Edwin Cheng | 2019-04-20 | 1 | -19/+0 |
* | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 1 | -3/+11 |
* | Remove skip Delimiter::None and handle Dollars | Edwin Cheng | 2019-04-12 | 1 | -198/+156 |
* | Refactoring and add some docs | Edwin Cheng | 2019-04-08 | 1 | -82/+103 |
* | Fixed infintite loop bug | Edwin Cheng | 2019-04-08 | 1 | -30/+4 |
* | Fixed empty node bug | Edwin Cheng | 2019-04-08 | 1 | -10/+49 |
* | Use SubtreeWalker instread of flatten TtToken | Edwin Cheng | 2019-04-08 | 1 | -244/+379 |
* | Combine all tokensource to one and refactoring | Edwin Cheng | 2019-04-07 | 1 | -28/+28 |
* | Refactoring subtree_source | Edwin Cheng | 2019-04-07 | 1 | -0/+352 |