aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* a lot of clippy::style fixesMatthias Krüger2021-03-211-1/+1
* Make bare underscore token an Ident rather than Punct in proc-macroKevin Mehall2021-03-201-10/+2
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-1/+1
* NFA parser for mbe matcherEdwin Cheng2021-02-281-1/+79
* Simpilfy mbe parsingEdwin Cheng2021-01-301-9/+5
* Simplify mbe match error.Edwin Cheng2021-01-291-18/+22
* Fix bug when $crate in LHS in mbeEdwin Cheng2021-01-081-0/+4
* Proper handling $crate Take 2Edwin Cheng2021-01-071-4/+7
* Revert "Proper handling $crate and local_inner_macros"Jonas Schievink2021-01-031-7/+4
* Introduce HygieneFrames for proper token hygineeEdwin Cheng2021-01-021-4/+7
* Refactor mbe parsing codeEdwin Cheng2020-12-291-34/+34
* Special case underscore in mbe meta opEdwin Cheng2020-12-281-2/+9
* mbe: treat _ as identLaurențiu Nicola2020-12-201-1/+3
* Rename ra_mbe -> mbeAleksey Kladov2020-08-131-0/+184