about summary refs log tree commit diff
path: root/src/test/run-pass/uniform-paths/basic-nested.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-61/+0
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ↵Felix S. Klock II-0/+1
with clean stderr again. Most were added mechanically.
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+70
Fix #54047
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to ↵Felix S. Klock II-59/+0
`src/test/ui/run-pass/`.
2018-08-17rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting.Eduard-Mihai Burtescu-1/+8
2018-08-14#[feature(uniform_paths)]: allow `use x::y;` to resolve through `self::x`, ↵Taylor Cramer-0/+52
not just `::x`.