Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migrate mbe to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -1/+2 |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -1/+1 |
* | Fix clippy::or_fun_call | Alan Du | 2019-06-04 | 1 | -2/+2 |
* | move mbe to the new API | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 |
* | Fix `$true` and `$false` as $var name error | Edwin Cheng | 2019-05-04 | 1 | -3/+24 |
* | Add test | Edwin Cheng | 2019-05-04 | 1 | -0/+2 |
* | Error out when parse_subtree is not a subtree | Edwin Cheng | 2019-05-04 | 1 | -3/+6 |
* | Add handling `token` seperator in mbe | Edwin Cheng | 2019-04-25 | 1 | -13/+27 |
* | fix mbe_parser rhs colon parsing | Edwin Cheng | 2019-04-21 | 1 | -10/+11 |
* | Fix missing last token in mbe $repeat parsing | Edwin Cheng | 2019-04-18 | 1 | -1/+0 |
* | Add parser unit tests | Wilco Kusee | 2019-03-03 | 1 | -3/+55 |
* | Split parse and expand errors | Wilco Kusee | 2019-03-03 | 1 | -12/+12 |
* | Replace option with result in mbe | Wilco Kusee | 2019-03-02 | 1 | -16/+17 |
* | assign ids to tokens | Aleksey Kladov | 2019-02-11 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -9/+2 |
* | Fix macro_rules separator parsing. | Jeff Muizelaar | 2019-02-03 | 1 | -1/+7 |
* | cleanup the api | Aleksey Kladov | 2019-01-31 | 1 | -3/+2 |
* | cleanup | Aleksey Kladov | 2019-01-31 | 1 | -21/+23 |
* | split macros across crates | Aleksey Kladov | 2019-01-31 | 1 | -0/+93 |