aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/mbe_parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* migrate mbe to the new rowanAleksey Kladov2019-07-191-1/+2
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Fix clippy::or_fun_callAlan Du2019-06-041-2/+2
|
* move mbe to the new APIAleksey Kladov2019-05-281-1/+1
|
* Fix `$true` and `$false` as $var name errorEdwin Cheng2019-05-041-3/+24
|
* Add testEdwin Cheng2019-05-041-0/+2
|
* Error out when parse_subtree is not a subtreeEdwin Cheng2019-05-041-3/+6
|
* Add handling `token` seperator in mbeEdwin Cheng2019-04-251-13/+27
|
* fix mbe_parser rhs colon parsingEdwin Cheng2019-04-211-10/+11
|
* Fix missing last token in mbe $repeat parsingEdwin Cheng2019-04-181-1/+0
|
* Add parser unit testsWilco Kusee2019-03-031-3/+55
|
* Split parse and expand errorsWilco Kusee2019-03-031-12/+12
|
* Replace option with result in mbeWilco Kusee2019-03-021-16/+17
|
* assign ids to tokensAleksey Kladov2019-02-111-1/+1
|
* reformat the worldAleksey Kladov2019-02-081-9/+2
|
* Fix macro_rules separator parsing.Jeff Muizelaar2019-02-031-1/+7
| | | | | macro_rules rules are separated by ';' including an optional ';' at the end
* cleanup the apiAleksey Kladov2019-01-311-3/+2
|
* cleanupAleksey Kladov2019-01-311-21/+23
|
* split macros across cratesAleksey Kladov2019-01-311-0/+93