Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add path test and empty eat_path handling | Edwin Cheng | 2019-04-06 | 1 | -0/+22 |
* | Add proper test for literals and fixed typo bug | Edwin Cheng | 2019-04-05 | 1 | -4/+7 |
* | Add classify_literal and undo expose next_token | Edwin Cheng | 2019-04-05 | 1 | -4/+2 |
* | Fix literal support in token tree to ast item list | Edwin Cheng | 2019-04-05 | 1 | -0/+41 |
* | always show token text | Aleksey Kladov | 2019-04-02 | 1 | -8/+8 |
* | add name resolution from the old impl | Aleksey Kladov | 2019-03-17 | 1 | -10/+10 |
* | Add parser unit tests | Wilco Kusee | 2019-03-03 | 1 | -1/+1 |
* | Split parse and expand errors | Wilco Kusee | 2019-03-03 | 1 | -5/+8 |
* | Replace option with result in mbe | Wilco Kusee | 2019-03-02 | 1 | -3/+12 |
* | Add a test for macro parsing | Aleksey Kladov | 2019-02-23 | 1 | -2/+59 |
* | implement tt -> ast | Aleksey Kladov | 2019-02-23 | 1 | -1/+1 |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -3/+3 |
* | assign ids when converting tt | Aleksey Kladov | 2019-02-11 | 1 | -4/+4 |
* | Merge #790 | bors[bot] | 2019-02-11 | 1 | -10/+10 |
|\ | |||||
| * | make macro-rules eq | Aleksey Kladov | 2019-02-11 | 1 | -10/+10 |
* | | typo | Aleksey Kladov | 2019-02-11 | 1 | -1/+1 |
|/ | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -20/+8 |
* | mbe: Ensure repetition separator matches | Jeff Muizelaar | 2019-02-05 | 1 | -0/+24 |
* | mbe: Add support matching for matching idents | Jeff Muizelaar | 2019-02-04 | 1 | -0/+24 |
* | Factor out rules parsing | Jeff Muizelaar | 2019-02-04 | 1 | -24/+20 |
* | Make sure we match the entire pattern | Jeff Muizelaar | 2019-02-03 | 1 | -1/+31 |
* | Fill out test a little more | Jeff Muizelaar | 2019-02-03 | 1 | -14/+18 |
* | Fix macro_rules separator parsing. | Jeff Muizelaar | 2019-02-03 | 1 | -0/+42 |
* | explain the magic | Aleksey Kladov | 2019-01-31 | 1 | -0/+7 |
* | cleanup the api | Aleksey Kladov | 2019-01-31 | 1 | -5/+66 |
* | move test | Aleksey Kladov | 2019-01-31 | 1 | -1/+8 |
* | split macros across crates | Aleksey Kladov | 2019-01-31 | 1 | -0/+88 |