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
2025-02-26
Rollup merge of #137529 - klensy:unused3, r=lcnr
León Orell Valerian Liehr
-5
/
+3
2025-02-24
cleanup few unused args
klensy
-5
/
+3
2025-02-22
Fix binding mode problems
Michael Goulet
-9
/
+9
2025-02-17
Enforce T: Hash for Interned<...>
Mark Rousskov
-0
/
+13
2025-02-09
Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum
bors
-6
/
+9
2025-02-08
Rustfmt
bjorn3
-6
/
+9
2025-02-08
Small resolve refactor
Andre Bogus
-2
/
+2
2025-01-21
rustc_resolve: reduce rightwards drift with `let..else` 👉💨
Yotam Ofek
-99
/
+99
2025-01-21
rustc_resolve: flatten nested `if`s
Yotam Ofek
-44
/
+39
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-16
Implement `use` associated items of traits
Frank King
-1
/
+13
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-10
Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ...
Esteban Küber
-1
/
+6
2024-12-10
Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...
Esteban Küber
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-19
/
+16
2024-09-12
Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkov
Matthias Krüger
-34
/
+38
2024-09-12
Introduce `'ra` lifetime name.
Nicholas Nethercote
-34
/
+38
2024-09-11
Also fix if in else
Michael Goulet
-21
/
+15
2024-08-10
rm `import.used`
bohan
-3
/
+2
2024-08-07
make `import.vis` is not mutable
bohan
-27
/
+26
2024-08-04
docs(resolve): more explain about `target`
bohan
-0
/
+1
2024-07-31
Introduce REDUNDANT_IMPORTS lint
Michael Goulet
-5
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-20
/
+20
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-06-25
resolve: Tweak some naming around import ambiguities
Vadim Petrochenkov
-42
/
+32
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-2
/
+2
2024-06-11
Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril
许杰友 Jieyou Xu (Joe)
-8
/
+16
2024-06-04
resolve: mark it undetermined if single import is not has any bindings
bohan
-2
/
+2
2024-06-03
Spruce up the diagnostics of some early lints
León Orell Valerian Liehr
-8
/
+16
2024-05-29
Rollup merge of #125381 - estebank:issue-96799, r=petrochenkov
许杰友 Jieyou Xu (Joe)
-7
/
+15
2024-05-28
Silence some resolve errors when there have been glob import errors
Esteban Küber
-7
/
+15
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
[next]