aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge #790bors[bot]2019-02-111-10/+10
|\ | | | | | | | | | | | | | | 790: make macro-rules eq r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * make macro-rules eqAleksey Kladov2019-02-111-10/+10
| |
* | typoAleksey Kladov2019-02-111-1/+1
|/
* reformat the worldAleksey Kladov2019-02-081-20/+8
|
* mbe: Ensure repetition separator matchesJeff Muizelaar2019-02-051-0/+24
|
* mbe: Add support matching for matching identsJeff Muizelaar2019-02-041-0/+24
|
* Factor out rules parsingJeff Muizelaar2019-02-041-24/+20
|
* Make sure we match the entire patternJeff Muizelaar2019-02-031-1/+31
|
* 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-031-0/+42
| | | | | macro_rules rules are separated by ';' including an optional ';' at the end
* explain the magicAleksey Kladov2019-01-311-0/+7
|
* cleanup the apiAleksey Kladov2019-01-311-5/+66
|
* move testAleksey Kladov2019-01-311-1/+8
|
* split macros across cratesAleksey Kladov2019-01-311-0/+88