Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |