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
2023-05-19
Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov
bors
-5
/
+6
2023-05-18
fix(resolve): only disambiguate binding key during define
bohan
-2
/
+2
2023-05-18
fix(resolve): replace bindings to dummy for unresolved imports
bohan
-5
/
+6
2023-05-04
Rollup merge of #110908 - petrochenkov:notagain4, r=compiler-errors
Dylan DPC
-13
/
+6
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-7
/
+7
2023-05-02
resolve: One more attempt to simplify `module_children`
Vadim Petrochenkov
-13
/
+6
2023-04-18
rustc_metadata: Remove `Span` from `ModChild`
Vadim Petrochenkov
-7
/
+1
2023-04-12
resolve: Pre-compute non-reexport module children
Vadim Petrochenkov
-5
/
+11
2023-04-08
resolve: Preserve reexport chains in `ModChild`ren
Vadim Petrochenkov
-0
/
+21
2023-03-23
Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov
Matthias Krüger
-1
/
+31
2023-03-20
Lint ambiguous glob re-exports
许杰友 Jieyou Xu (Joe)
-1
/
+31
2023-03-19
fix: modify the condition that `resolve_imports` stops
bohan
-15
/
+23
2023-03-17
resolve: Improve debug impls for `NameBinding`
Vadim Petrochenkov
-4
/
+12
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-5
/
+5
2023-02-22
resolve: Remove `ImportResolver`
Vadim Petrochenkov
-76
/
+65
2023-02-21
Use `source_span` query instead of passing the untracked vec around
Oli Scherer
-4
/
+2
2023-02-21
Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov
bors
-12
/
+12
2023-02-20
Stuff a TyCtxt into the Resolver
Oli Scherer
-2
/
+2
2023-02-20
Make untracked.source_span lockable so that resolution can still write to it ...
Oli Scherer
-2
/
+2
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-10
/
+10
2023-02-19
Make public API, docs algorithm-agnostic
Jacob Pratt
-1
/
+1
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-5
/
+5
2023-02-13
rustdoc: Eliminate remaining uses of resolver
Vadim Petrochenkov
-6
/
+6
2023-01-09
review comment
Michael Goulet
-2
/
+8
2022-12-27
Fix some totally useless suggestions
Michael Goulet
-1
/
+1
2022-12-27
Dont clobber `as ..` rename in import suggestion
Michael Goulet
-2
/
+4
2022-12-27
Note alternative import candidates in nested use tree
Michael Goulet
-9
/
+20
2022-12-27
Suppress suggestions for nested use tree
Michael Goulet
-17
/
+27
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-1
/
+1
2022-12-03
fix #105069, Add AmbiguityError for inconsistent resolution for an import
yukang
-5
/
+16
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-5
/
+0
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-4
/
+4
2022-11-04
Rollup merge of #103953 - TaKO8Ki:remove-unused-arg-from-throw_unresolved_imp...
Matthias Krüger
-18
/
+10
2022-11-04
remove unused argument from `throw_unresolved_import_error`
Takayuki Maeda
-18
/
+10
2022-10-31
resolve: Turn the binding from `#[macro_export]` into a proper `Import`
Vadim Petrochenkov
-3
/
+6
2022-10-31
resolve: Not all imports have their own `NodeId`
Vadim Petrochenkov
-60
/
+91
2022-10-19
resolve: Revert "Set effective visibilities for imports more precisely"
Vadim Petrochenkov
-26
/
+1
2022-10-16
resolve: Shadow erroneous glob imports with erroneous single imports
Vadim Petrochenkov
-1
/
+1
2022-10-10
suggest candidates for unresolved import
SparrowLii
-2
/
+26
2022-09-22
resolve: Set effective visibilities for imports more precisely
Vadim Petrochenkov
-1
/
+26
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
[next]