aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* 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