summary refs log tree commit diff
path: root/src/test/compile-fail/unresolved-import.rs
AgeCommit message (Expand)AuthorLines
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-1/+1
2014-06-18rustc: reduce redundant resolve errors.Kevin Butler-4/+3
2014-06-17rustc: Add self/super hint for extern crate resolve errors.Kevin Butler-2/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2013-05-14Add span to some import resolution errorsCorey Richardson-3/+3
2013-05-14Add test for resolution errorsCorey Richardson-1/+7
2013-05-09compile-fail test for new unresolved import errorCorey Richardson-0/+12