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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-09
MacroData in ResolverArenas + split macro_map into extern_macro_map and local...
LorrensP-2158466
-2
/
+7
2025-07-04
Port `#[non_exhaustive]` to the new attribute parsing infrastructure
Jonathan Brouwer
-3
/
+3
2025-06-27
Rollup merge of #142730 - bend-n:suggest_declaring_modules_when_file_found_bu...
Matthias Krüger
-0
/
+51
2025-06-25
Add runtime check to avoid overwrite arg easily in diag and store and restore...
xizheyin
-8
/
+6
2025-06-25
suggest declaring modules when file found but module not defined
bendn
-0
/
+51
2025-06-12
Detect when attribute is provided by missing `derive` macro
Esteban Küber
-2
/
+132
2025-05-28
consider glob imports in cfg suggestion
bohan
-2
/
+48
2025-05-17
Use `crate::` prefix for root macro suggestions
bohan
-1
/
+1
2025-05-09
Suggest stable candidates rather than unstable ones
mu001999
-6
/
+68
2025-05-02
resolve: Support imports of associated types and glob imports from traits
Vadim Petrochenkov
-5
/
+3
2025-04-11
Avoid a reverse map that is only used in diagnostics paths
Oli Scherer
-3
/
+3
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-4
/
+8
2025-04-01
Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors
Matthias Krüger
-11
/
+11
2025-04-01
Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease
bors
-1
/
+1
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-1
/
+1
2025-04-01
Use `sym::dummy` in one more place.
Nicholas Nethercote
-1
/
+1
2025-03-25
Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errors
Matthias Krüger
-1
/
+1
2025-03-25
Use `Option<Symbol>` in `ModuleKind::Def`.
Nicholas Nethercote
-1
/
+1
2025-03-24
resolve: Avoid some unstable iteration 2
Vadim Petrochenkov
-1
/
+0
2025-03-22
Note potential but private items in show_candidates
xizheyin
-11
/
+11
2025-03-14
resolve: Avoid some unstable iteration
Vadim Petrochenkov
-10
/
+5
2025-03-12
Disentangle ForwardGenericParamBan and ConstParamTy ribs
Michael Goulet
-10
/
+20
2025-03-12
Introduce `sym::dummy` and `Ident::dummy`.
Nicholas Nethercote
-1
/
+1
2025-02-28
Introduce `feature(generic_const_parameter_types)`
Boxy
-3
/
+3
2025-02-26
Rollup merge of #137529 - klensy:unused3, r=lcnr
León Orell Valerian Liehr
-7
/
+2
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-1
/
+1
2025-02-24
cleanup few unused args
klensy
-7
/
+2
2025-02-11
Rollup merge of #135677 - yotamofek:resolve-cleanups2, r=compiler-errors
Matthias Krüger
-7
/
+8
2025-02-08
Rustfmt
bjorn3
-8
/
+4
2025-01-27
Use identifiers in diagnostics more often
Michael Goulet
-1
/
+1
2025-01-25
Auto merge of #133154 - estebank:issue-133137, r=wesleywiser
bors
-4
/
+32
2025-01-24
Reword "crate not found" resolve message
Esteban Küber
-4
/
+32
2025-01-21
rustc_resolve: don't open-code `Option::filter`
Yotam Ofek
-4
/
+1
2025-01-21
rustc_resolve: reduce rightwards drift with `let..else` 👉💨
Yotam Ofek
-195
/
+199
2025-01-21
rustc_resolve: flatten nested `if`s
Yotam Ofek
-69
/
+58
2025-01-21
rustc_resolve: remove unneeded `return`s
Yotam Ofek
-2
/
+0
2025-01-21
use slice patterns for checking for elements of slice
Yotam Ofek
-5
/
+6
2025-01-21
don't use partial ordering on types that support total ordering
Yotam Ofek
-2
/
+2
2025-01-20
Rollup merge of #135676 - yotamofek:resolve-cleanups, r=BoxyUwU
许杰友 Jieyou Xu (Joe)
-24
/
+15
2025-01-20
rustc_resolve: use structured fields in traces
Yotam Ofek
-24
/
+15
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-3
/
+3
2025-01-16
Implement `use` associated items of traits
Frank King
-1
/
+5
2024-12-18
Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu
bors
-2
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
update uses of extract_if in the compiler
The 8472
-3
/
+3
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-11-23
Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease
许杰友 Jieyou Xu (Joe)
-3
/
+15
2024-11-22
Diagnostic for using macro_rules macro as attr/derive
clubby789
-3
/
+15
2024-11-14
Use `for_each_child` in a suitable place.
Nicholas Nethercote
-7
/
+5
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-3
/
+2
[prev]
[next]