aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe
Commit message (Collapse)AuthorAgeFilesLines
* mbe: Add support matching for matching identsJeff Muizelaar2019-02-042-0/+29
|
* Factor out rules parsingJeff Muizelaar2019-02-041-24/+20
|
* Make sure we match the entire patternJeff Muizelaar2019-02-032-1/+34
|
* Fill out test a little moreJeff Muizelaar2019-02-031-14/+18
| | | | | This factors out an assert_expansion function to make things more managable.
* Fix macro_rules separator parsing.Jeff Muizelaar2019-02-032-1/+49
| | | | | macro_rules rules are separated by ';' including an optional ';' at the end
* explain the magicAleksey Kladov2019-01-312-19/+56
|
* cleanup the apiAleksey Kladov2019-01-313-56/+70
|
* cleanupAleksey Kladov2019-01-313-40/+42
|
* move testAleksey Kladov2019-01-314-3/+124
|
* split macros across cratesAleksey Kladov2019-01-315-0/+451