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
/
rust-2018
/
uniform-paths
Age
Commit message (
Expand
)
Author
Lines
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-04-10
clarify what the item is in "not a module" error
Andy Russell
-1
/
+1
2019-03-16
resolve: Account for new importable entities
Vadim Petrochenkov
-0
/
+42
2019-03-11
Update tests
Vadim Petrochenkov
-13
/
+13
2019-01-12
Stabilize `uniform_paths`
Vadim Petrochenkov
-66
/
+14
2019-01-12
resolve: Prohibit use of imported tool modules
Vadim Petrochenkov
-6
/
+44
2019-01-12
resolve: Prohibit use of imported non-macro attributes
Vadim Petrochenkov
-4
/
+23
2019-01-12
resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` items
Vadim Petrochenkov
-40
/
+13
2018-12-29
Auto merge of #57181 - petrochenkov:impice3, r=estebank
bors
-0
/
+12
2018-12-29
resolve: Fix another ICE in import validation
Vadim Petrochenkov
-0
/
+12
2018-12-28
resolve: Fix an ICE in import validation
Vadim Petrochenkov
-0
/
+33
2018-12-25
Remove licenses
Mark Rousskov
-88
/
+18
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-26
/
+37
2018-12-17
Stabilize `underscore_imports`
Vadim Petrochenkov
-1
/
+1
2018-11-27
resolve: Suggest `crate::` for resolving ambiguities when appropriate
Vadim Petrochenkov
-6
/
+6
2018-11-18
Add a couple more tests + address review comments
Vadim Petrochenkov
-0
/
+59
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-1
/
+1
2018-11-18
resolve: Reintroduce feature gate for uniform paths in imports
Vadim Petrochenkov
-39
/
+33
2018-11-18
Fix ICEs from imports of items not defined in modules
Vadim Petrochenkov
-0
/
+154
2018-11-18
resolve: Tweak some articles in ambiguity diagnostics
Vadim Petrochenkov
-12
/
+12
2018-11-18
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-33
/
+101
2018-11-18
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-0
/
+12
2018-11-18
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