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
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-4
/
+4
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-7
/
+2
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-8
/
+1
2024-05-10
Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.
Nicholas Nethercote
-0
/
+1
2024-04-11
Silence unused_imports lint for redundant imports
Michael Goulet
-0
/
+2
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-3
/
+3
2024-03-20
store segment and module in `UnresolvedImportError`
bohan
-16
/
+39
2024-03-14
fixes #121331
surechen
-4
/
+7
2024-03-07
Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr
bors
-2
/
+0
2024-03-06
Fix redundant import errors for preload extern crate
yukang
-2
/
+0
2024-03-06
avoid overlapping privacy suggestion for single nested imports
bohan
-1
/
+1
2024-03-05
Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkov
Matthias Krüger
-4
/
+6
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-5
/
+5
2024-03-05
Rename `DiagnosticMode` as `DiagMode`.
Nicholas Nethercote
-3
/
+3
2024-03-01
only compare ambiguity item that have hard error
bohan
-4
/
+6
2024-02-18
By tracking import use types to check whether it is scope uses or the other s...
surechen
-34
/
+41
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-2
/
+2
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-21
exclude unexported macro bindings from extern crate
bohan
-5
/
+9
2024-01-13
store the segment name when resolution fails
bohan
-1
/
+2
2024-01-10
Shorten some error invocations.
Nicholas Nethercote
-2
/
+2
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-2
/
+2
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-18
/
+11
2023-12-12
more clippy::complexity fixes
Matthias Krüger
-6
/
+2
2023-12-11
remove some redundant clones
Matthias Krüger
-1
/
+1
2023-12-06
Use the glob binding in resolve_rustdoc_path process
r0cky
-0
/
+3
2023-12-02
Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors
bors
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-12-01
vis note for no pub reexports glob import
bohan
-4
/
+14
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-19
/
+21
2023-09-19
fix confusing let chain indentation in rustc_resolve
Ethan Brierley
-3
/
+3
2023-09-13
resolve: determined binding after parent module macro expand
bohan
-7
/
+2
2023-07-31
Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkov
Matthias Krüger
-23
/
+30
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-8
/
+7
2023-07-29
fix(resolve): update the ambiguity glob binding as warning recursively
bohan
-20
/
+94
2023-07-29
fix(resolve): report unresolved imports firstly
bohan
-23
/
+30
2023-07-25
resolve: ensure compile failed when has dummy or ambiguous
bohan
-8
/
+8
2023-07-25
fix(resolve): skip panic when resolution is dummy
bohan
-1
/
+4
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+1
2023-07-05
resolve: Add comments explaining use of `Interned`
Vadim Petrochenkov
-0
/
+2
2023-07-05
resolve: Use `Interned` for `Module`
Vadim Petrochenkov
-6
/
+6
2023-07-05
resolve: Use `Interned` for `Import`
Vadim Petrochenkov
-29
/
+20
2023-07-05
resolve: Use `Interned` for `NameBinding`
Vadim Petrochenkov
-28
/
+25
2023-07-01
fix(resolve): skip assertion judgment when `NonModule` is dummy
bohan
-2
/
+3
2023-06-29
resolve: Remove artificial import ambiguity errors
Vadim Petrochenkov
-17
/
+6
2023-06-26
Rollup merge of #112979 - NotStirred:translatable_diag/resolve_imports, r=fee...
Matthias Krüger
-44
/
+49
2023-06-25
Add translatable diagnostic for import resolution strings
Tom Martin
-44
/
+49
2023-06-24
fix: add cfg diagnostic for unresolved import error
bohan
-1
/
+12
[next]