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-18
inline CrateLoader inside of CStore
LorrensP-2158466
-1
/
+2
2025-07-17
Rollup merge of #143550 - petrochenkov:lessmutres, r=lcnr
Matthias Krüger
-19
/
+27
2025-07-17
resolve: Change `&mut Resolver` to `&Resolver` when possible
Vadim Petrochenkov
-10
/
+5
2025-07-17
resolve: Split `module_map` into two maps for local and extern modules
Vadim Petrochenkov
-1
/
+10
2025-07-17
resolve: Use `module_map` and `get_module` less
Vadim Petrochenkov
-17
/
+21
2025-07-17
Improve path segment joining.
Nicholas Nethercote
-15
/
+14
2025-07-16
resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`
Vadim Petrochenkov
-27
/
+13
2025-07-15
Define attribute parser & config evaluator
Jonathan Brouwer
-14
/
+7
2025-07-12
replace binding and shadowed_glob on NameResolution with non_glob_binding and...
b-naber
-2
/
+2
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
[next]