about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe
AgeCommit message (Expand)AuthorLines
2021-09-15chore(rustc_expand): fix typo in commentMichael Howell-1/+1
2021-08-29Auto merge of #88262 - klensy:pprust-cow, r=nagisabors-1/+1
2021-08-25Convert some functions to return Cow<'static,str> instead of String to reduce...klensy-1/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-1/+1
2021-07-27Only emit lint for local macrosAaron Hill-7/+19
2021-07-24Display an extra note for trailing semicolon lint with trailing macroAaron Hill-3/+12
2021-07-17Compute a better `lint_node_id` during expansionAaron Hill-2/+1
2021-07-17Use LocalExpnId where possible.Camille GILLOT-3/+3
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-2/+4
2021-06-24Don't lint :pat when re-parsing a macro from another crate.Mara Bos-32/+34
2021-06-07Include macro name in 'local ambiguity' errorAaron Hill-5/+10
2021-05-29Use correct edition when parsing `:pat` matchersAaron Hill-5/+24
2021-04-28Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakisbors-22/+7
2021-04-27remove pat2021mark-15/+3
2021-04-19fix few typosklensy-2/+2
2021-04-15rename pat2015 to pat_parammark-4/+4
2021-04-15stabilize :pat2015, leave :pat2021 gatedmark-13/+10
2021-04-02address commentshi-rustin-1/+1
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-3/+39
2021-03-26Use iter::zip in compiler/Josh Stone-1/+3
2021-03-22rename :pat2018 -> :pat215mark-3/+3
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-5/+5
2020-12-30Implement edition-based macro pat featuremark-46/+62
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-14/+32
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-10-19Fix brace problem in panic message in rustc_expand.Mara Bos-1/+2
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+0
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-4/+0
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-1/+5
2020-10-31expand: Tweak a comment in implementation of `macro_rules`Vadim Petrochenkov-9/+11
2020-10-30Fix some more clippy warningsJoshua Nelson-9/+5
2020-10-19Avoid cloning the contents of a `TokenStream` in a few placesAaron Hill-1/+2
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-2/+2
2020-08-30mv compiler to compiler/mark-0/+3248