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
/
src
/
test
/
ui
/
unresolved
Age
Commit message (
Collapse
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-204
/
+0
2022-10-10
suggest candidates for unresolved import
SparrowLii
-0
/
+39
2022-05-25
suggest `extern crate foo` when failing to resolve `use foo`
Takayuki Maeda
-5
/
+10
fix ci error
2022-03-04
fix invalid `unresolved imports` errors the asterisk wildcard syntax causes
Takayuki Maeda
-0
/
+13
use a path variabale
2019-08-05
Don't recommend `extern crate` syntax
Kornel
-2
/
+2
2019-03-23
Mark duplicate import removal suggestion tool only
Esteban Küber
-1
/
+0
2019-03-23
Tweak unnecessary import suggestion
Esteban Küber
-4
/
+2
2019-03-11
Update tests
Vadim Petrochenkov
-7
/
+7
2019-03-09
use structured suggestions for E0432
Andy Russell
-17
/
+32
2019-01-31
Add suggestion for duplicated import.
David Wood
-5
/
+4
This commit adds a suggestion when a import is duplicated (ie. the same name is used twice trying to import the same thing) to remove the second import.
2018-12-25
Remove licenses
Mark Rousskov
-38
/
+8
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-2
/
+2
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-6
/
+6
2018-10-17
fix other tests failing due to change in case or new suggestion for extern crate
François Mockers
-1
/
+1
2018-08-31
cleanup: Add main functions to some UI tests
Vadim Petrochenkov
-7
/
+4
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+169