summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe/macro_rules.rs
AgeCommit message (Expand)AuthorLines
2021-01-28Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lintAaron Hill-1/+13
2021-01-17Remove dead codeRyan Levick-29/+1
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2020-12-30Implement edition-based macro pat featuremark-5/+11
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-7/+8
2020-10-19Fix brace problem in panic message in rustc_expand.Mara Bos-1/+2
2020-10-30Fix some more clippy warningsJoshua Nelson-5/+4
2020-10-19Avoid cloning the contents of a `TokenStream` in a few placesAaron Hill-1/+2
2020-08-30mv compiler to compiler/mark-0/+1193