summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/macros.rs
AgeCommit message (Expand)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+2
2025-07-28Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLiibors-32/+31
2025-07-28use let chains in mir, resolve, targetKivooeo-32/+31
2025-07-27split up define into define_extern and define_localLorrensP-2158466-1/+1
2025-07-24Auto merge of #144272 - petrochenkov:disambunder2, r=oli-obkbors-1/+1
2025-07-23resolve: Make disambiguators for underscore bindings module-localVadim Petrochenkov-1/+1
2025-07-22mbe: Use concrete type for `get_unused_rule`Josh Triplett-2/+7
2025-07-19Revert "resolve: Make disambiguators for underscore bindings module-local"Rémy Rakic-1/+1
2025-07-18Rollup merge of #144013 - petrochenkov:disambunder, r=oli-obkMatthias Krüger-1/+1
2025-07-17resolve: Make disambiguators for underscore bindings module-localVadim Petrochenkov-1/+1
2025-07-17resolve: Change `&mut Resolver` to `&Resolver` when possibleVadim Petrochenkov-2/+2
2025-07-16resolve: Remove trait `ToNameBinding`Vadim Petrochenkov-4/+3
2025-07-15Define datastructures for `#[cfg]` attribute, move StrippedCfgItemJonathan Brouwer-4/+13
2025-07-13Auto merge of #140717 - mejrs:diagnostic_lints, r=oli-obkbors-2/+2
2025-07-11Split up the `unknown_or_malformed_diagnostic_attributes` lintmejrs-2/+2
2025-07-09Use reference for MacroRulesScopeRef instead of Interned.LorrensP-2158466-2/+1
2025-07-09MacroData in ResolverArenas + split macro_map into extern_macro_map and local...LorrensP-2158466-4/+4
2025-07-06mbe: Change `unused_macro_rules` to a `DenseBitSet`Josh Triplett-2/+2
2025-07-05mbe: Defer checks for `compile_error!` until reporting an unused macro ruleJosh Triplett-10/+20
2025-06-25Don't give APITs names with macro expansion placeholder fragments in itMichael Goulet-0/+4
2025-06-13Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiserbors-3/+27
2025-06-12Detect when attribute is provided by missing `derive` macroEsteban Küber-3/+27
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-1/+2
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-1/+1
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-8/+1
2025-04-11Avoid a node_id_to_def_id call by just storing DefIds instead of NodeIdsOli Scherer-1/+1
2025-04-11Avoid storing the `LocalDefId` twiceOli Scherer-5/+3
2025-04-11Avoid another node_id_to_def_id callOli Scherer-5/+3
2025-04-11Avoid a reverse map that is only used in diagnostics pathsOli Scherer-2/+2
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-2/+2
2025-04-02Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxuTakayuki Maeda-4/+11
2025-03-31Expose `registered_tools` directly without `TyCtxt`-queryUrgau-4/+11
2025-03-25Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errorsMatthias Krüger-1/+1
2025-03-25Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errorsMatthias Krüger-5/+6
2025-03-25Track whether an assoc item is in a trait impl or an inherent implOli Scherer-1/+1
2025-03-25Rollup merge of #138580 - petrochenkov:resinstab, r=NadrierilTakayuki Maeda-2/+1
2025-03-25Use `Option<Symbol>` in `ModuleKind::Def`.Nicholas Nethercote-5/+6
2025-03-24resolve: Avoid some unstable iteration 2Vadim Petrochenkov-2/+1
2025-03-24Add do_not_recommend typo helpmejrs-7/+7
2025-03-21Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkinMatthias Krüger-1/+8
2025-03-19Address review comments.Mara Bos-1/+4
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-1/+5
2025-03-19Allow builtin macros to be used more than once.Mara Bos-16/+7
2025-03-14resolve: Avoid some unstable iterationVadim Petrochenkov-4/+2
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-2/+1
2025-02-20Reword messageEsteban Küber-2/+2
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-5/+21
2025-02-08Rustfmtbjorn3-6/+9
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-8/+8
2025-01-20Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxubors-1/+1