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
/
compile-fail
/
unresolved-import.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-57
/
+0
2017-07-25
Point at path segment on module not found
Esteban Küber
-3
/
+3
2016-10-27
Add semicolon to "Maybe a missing `extern crate foo`" message
Robin Stocker
-1
/
+1
2016-09-05
show `self` suggestion when items are in the block
Andy Russell
-0
/
+11
2016-09-05
resolve: Suggest `use self` when import resolves
Andy Russell
-0
/
+9
2016-08-22
Updated E0432 to new format
Knight
-4
/
+8
2016-02-08
Replace children and import_resolutions with a single NameResolution-valued map.
Jeffrey Seyfried
-2
/
+2
2015-12-16
Modify the Levenshtein-based suggestions to include imports
Ravi Shankar
-6
/
+8
2015-08-08
rustc: rename multiple imports in a list
Sean McArthur
-1
/
+15
2014-08-14
libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`
Patrick Walton
-1
/
+1
2014-06-18
rustc: reduce redundant resolve errors.
Kevin Butler
-4
/
+3
2014-06-17
rustc: Add self/super hint for extern crate resolve errors.
Kevin Butler
-2
/
+2
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2013-05-14
Add span to some import resolution errors
Corey Richardson
-3
/
+3
2013-05-14
Add test for resolution errors
Corey Richardson
-1
/
+7
2013-05-09
compile-fail test for new unresolved import error
Corey Richardson
-0
/
+12