index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_resolve
/
src
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-09
Use reference for MacroRulesScopeRef instead of Interned.
LorrensP-2158466
-2
/
+1
2025-07-09
MacroData in ResolverArenas + split macro_map into extern_macro_map and local...
LorrensP-2158466
-4
/
+4
2025-07-06
mbe: Change `unused_macro_rules` to a `DenseBitSet`
Josh Triplett
-2
/
+2
2025-07-05
mbe: Defer checks for `compile_error!` until reporting an unused macro rule
Josh Triplett
-10
/
+20
2025-06-25
Don't give APITs names with macro expansion placeholder fragments in it
Michael Goulet
-0
/
+4
2025-06-13
Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiser
bors
-3
/
+27
2025-06-12
Detect when attribute is provided by missing `derive` macro
Esteban Küber
-3
/
+27
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-1
/
+2
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-1
/
+1
2025-04-20
Remove #[rustc_macro_edition_2021].
Mara Bos
-8
/
+1
2025-04-11
Avoid a node_id_to_def_id call by just storing DefIds instead of NodeIds
Oli Scherer
-1
/
+1
2025-04-11
Avoid storing the `LocalDefId` twice
Oli Scherer
-5
/
+3
2025-04-11
Avoid another node_id_to_def_id call
Oli Scherer
-5
/
+3
2025-04-11
Avoid a reverse map that is only used in diagnostics paths
Oli Scherer
-2
/
+2
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-2
/
+2
2025-04-02
Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu
Takayuki Maeda
-4
/
+11
2025-03-31
Expose `registered_tools` directly without `TyCtxt`-query
Urgau
-4
/
+11
2025-03-25
Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors
Matthias Krüger
-1
/
+1
2025-03-25
Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errors
Matthias Krüger
-5
/
+6
2025-03-25
Track whether an assoc item is in a trait impl or an inherent impl
Oli Scherer
-1
/
+1
2025-03-25
Rollup merge of #138580 - petrochenkov:resinstab, r=Nadrieril
Takayuki Maeda
-2
/
+1
2025-03-25
Use `Option<Symbol>` in `ModuleKind::Def`.
Nicholas Nethercote
-5
/
+6
2025-03-24
resolve: Avoid some unstable iteration 2
Vadim Petrochenkov
-2
/
+1
2025-03-24
Add do_not_recommend typo help
mejrs
-7
/
+7
2025-03-21
Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin
Matthias Krüger
-1
/
+8
2025-03-19
Address review comments.
Mara Bos
-1
/
+4
2025-03-19
add rustc_macro_edition_2021
Jana Dönszelmann
-1
/
+5
2025-03-19
Allow builtin macros to be used more than once.
Mara Bos
-16
/
+7
2025-03-14
resolve: Avoid some unstable iteration
Vadim Petrochenkov
-4
/
+2
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-2
/
+1
2025-02-20
Reword message
Esteban Küber
-2
/
+2
2025-02-19
Specify scope in `out_of_scope_macro_calls` lint
Esteban Küber
-5
/
+21
2025-02-08
Rustfmt
bjorn3
-6
/
+9
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-8
/
+8
2025-01-20
Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxu
bors
-1
/
+1
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-19
fully de-stabilize all custom inner attributes
Ralf Jung
-42
/
+9
2025-01-14
Enforce syntactical stability of const traits in HIR
Michael Goulet
-0
/
+1
2024-12-18
Stabilize `#[diagnostic::do_not_recommend]`
Georg Semmler
-2
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-16
split attributes
Jonathan Dönszelmann
-1
/
+2
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-2
/
+2
2024-12-10
Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...
Esteban Küber
-1
/
+1
2024-10-29
Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot
Jubilee
-1
/
+1
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-1
/
+1
2024-10-26
expand: Stop using artificial `ast::Item` for macros loaded from metadata
Vadim Petrochenkov
-15
/
+25
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-10-22
terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...
Ralf Jung
-4
/
+2
2024-10-20
Stop relying on hashmap iteration for unused macro rules arms
Noratrieb
-12
/
+20
[next]