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-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-2
/
+2
2022-09-02
Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkov
Guillaume Gomez
-18
/
+9
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+0
2022-08-31
access_levels.rs refactor
Bryanskiy
-18
/
+9
2022-08-27
rustc_middle: Remove `Visibility::Invisible`
Vadim Petrochenkov
-17
/
+23
2022-08-15
Update compiler/rustc_resolve/src/imports.rs
Camille Gillot
-1
/
+1
2022-08-15
Manually implement Debug for ImportKind.
Camille GILLOT
-1
/
+39
2022-07-28
change the type of `note` field to `Option<String>`
Takayuki Maeda
-9
/
+7
2022-06-29
Avoid unnecessary work in `finalize_resolutions_in`.
Nicholas Nethercote
-23
/
+23
2022-06-15
implement `MacroData`
Takayuki Maeda
-9
/
+2
2022-06-14
suggest adding a `#[macro_export]` to a private macro
Takayuki Maeda
-6
/
+30
2022-06-01
Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...
Matthias Krüger
-0
/
+4
2022-05-25
suggest `extern crate foo` when failing to resolve `use foo`
Takayuki Maeda
-0
/
+4
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-5
/
+5
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-8
/
+1
2022-05-01
resolve: Rename `unusable_binding` to `ignore_binding`
Vadim Petrochenkov
-2
/
+2
2022-05-01
resolve: Merge `last_import_segment` into `Finalize`
Vadim Petrochenkov
-11
/
+6
2022-05-01
resolve: Pass full `Finalize` in nearly all cases
Vadim Petrochenkov
-2
/
+2
2022-05-01
resolve: Turn `enum Finalize` into an optional struct
Vadim Petrochenkov
-5
/
+2
2022-04-16
Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot
Dylan DPC
-30
/
+28
2022-04-12
Pass last_import_segment and unusable_binding as parameters.
Camille GILLOT
-20
/
+18
2022-04-12
Move ident resolution to a dedicated module.
Camille GILLOT
-281
/
+8
2022-04-10
resolve: Create dummy bindings for all unresolved imports
Vadim Petrochenkov
-30
/
+28
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-1
/
+1
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
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
[next]