about summary refs log tree commit diff
path: root/src/test/ui/run-pass/rfcs
AgeCommit message (Expand)AuthorLines
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-2118/+0
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-0/+16
2018-09-15rustc_resolve: always include core, std and meta in the extern prelude.Eduard-Mihai Burtescu-0/+24
2018-09-15rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.Eduard-Mihai Burtescu-0/+2
2018-09-13introduce SelfCtorF001-0/+129
2018-09-07rustc_resolve: only prepend CrateRoot to a non-keyword segment.Eduard-Mihai Burtescu-2/+12
2018-09-06Add `#![allow(..)]` for a slew of lints of migrated run-pass tests, to silenc...Felix S. Klock II-0/+2
2018-09-06Add `// run-pass` annotations to all the tests under `ui/run-pass/`.Felix S. Klock II-0/+50
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-0/+1885