summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe/macro_parser.rs
AgeCommit message (Expand)AuthorLines
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2020-12-30Implement edition-based macro pat featuremark-19/+5
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-3/+17
2020-12-19implement edition-specific :pat behavior for 2015/18mark-7/+26
2020-12-16Remove docs for non-existent parameters in `rustc_expand`Camelid-4/+1
2020-08-30mv compiler to compiler/mark-0/+745