Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | This factors out an assert_expansion function to make things more managable. | ||||
* | Fix macro_rules separator parsing. | Jeff Muizelaar | 2019-02-03 | 1 | -0/+42 |
| | | | | | macro_rules rules are separated by ';' including an optional ';' at the end | ||||
* | 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 |