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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
rust-2018
/
uniform-paths
Age
Commit message (
Expand
)
Author
Lines
2018-11-25
resolve: Suggest `crate::` for resolving ambiguities when appropriate
Vadim Petrochenkov
-6
/
+6
2018-11-17
Add a couple more tests + address review comments
Vadim Petrochenkov
-0
/
+59
2018-11-17
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-1
/
+1
2018-11-17
resolve: Reintroduce feature gate for uniform paths in imports
Vadim Petrochenkov
-39
/
+33
2018-11-17
Fix ICEs from imports of items not defined in modules
Vadim Petrochenkov
-0
/
+154
2018-11-17
resolve: Tweak some articles in ambiguity diagnostics
Vadim Petrochenkov
-12
/
+12
2018-11-17
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-33
/
+101
2018-11-17
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-0
/
+12
2018-11-17
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-36
/
+58
2018-09-15
rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration.
Eduard-Mihai Burtescu
-0
/
+38
2018-09-10
rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...
Eduard-Mihai Burtescu
-0
/
+32
2018-09-06
rustc_resolve: allow `use crate_name;` under `uniform_paths`.
Eduard-Mihai Burtescu
-31
/
+0
2018-08-17
rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting.
Eduard-Mihai Burtescu
-21
/
+92
2018-08-14
rustc_resolve: also inject canaries to detect block scopes shadowing `uniform...
Eduard-Mihai Burtescu
-0
/
+36
2018-08-14
rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is...
Eduard-Mihai Burtescu
-0
/
+172