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
/
imports.rs
Age
Commit message (
Expand
)
Author
Lines
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-25
resolve: Rename `CrateLint` to `Finalize`
Vadim Petrochenkov
-18
/
+17
2022-03-25
resolve: Stop passing unused spans and node ids to path resolution functions
Vadim Petrochenkov
-58
/
+26
2022-03-25
resolve: Do not build expensive suggestions if they are not actually used
Vadim Petrochenkov
-10
/
+6
2022-03-04
fix invalid `unresolved imports` errors the asterisk wildcard syntax causes
Takayuki Maeda
-1
/
+3
2022-02-24
resolve/metadata: Stop encoding macros as reexports
Vadim Petrochenkov
-7
/
+15
2022-02-19
Adopt let else in more places
est31
-12
/
+7
2022-02-15
Rename `PtrKey` as `Interned` and improve it.
Nicholas Nethercote
-4
/
+4
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-1
/
+3
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-3
/
+3
2021-11-20
Rollup merge of #90628 - ken-matsui:clarify-error-messages-caused-by-reexport...
Matthias Krüger
-17
/
+33
2021-11-20
Clarify error messages caused by re-exporting `pub(crate)` visibility to outside
Ken Matsui
-17
/
+33
2021-11-09
Add `ty::Visibility::is_public()`
inquisitivecrystal
-1
/
+1
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-1
/
+1
2021-10-08
remove unwrap_or! macro
klensy
-5
/
+4
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-1
/
+1
2021-10-02
resolve: Avoid comparing modules by optional def-id
Vadim Petrochenkov
-3
/
+3
2021-09-24
resolve: Rename some expansion def scope methods
Vadim Petrochenkov
-3
/
+3
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-3
/
+2
2021-08-22
Stop tracking namespce in used_imports.
Mara Bos
-6
/
+5
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-7
/
+8
2021-03-21
Fix ICE with `use clippy::a::b;`
Camelid
-2
/
+2
2021-02-11
resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lint
Vadim Petrochenkov
-12
/
+20
2021-02-10
resolve: Remove visibility hacks for enum variants and trait items
Vadim Petrochenkov
-74
/
+7
2020-11-24
Move lev_distance to rustc_ast, make non-generic
Arlie Davis
-22
/
+26
2020-11-06
Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo...
Mark Rousskov
-2
/
+11
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-23
/
+13
2020-10-02
Revert "resolve: Avoid "self-confirming" import resolutions in one more case"
Vadim Petrochenkov
-11
/
+2
2020-09-30
Improve wording for external crate resolution error
Camelid
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1505