about summary refs log tree commit diff
path: root/src/test/ui/run-pass/issues
AgeCommit message (Expand)AuthorLines
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-35122/+0
2018-09-15rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.Eduard-Mihai Burtescu-0/+3
2018-09-11Recover proper regression test for issue #16278.Felix S. Klock II-2/+4
2018-09-09stabilize `#[used]`Jorge Aparicio-1/+0
2018-09-06Add `#![allow(stable_features)]` to ease review.Felix S. Klock II-0/+1
2018-09-06Allow uses of `#[unsafe_destructor_blind_to_params]`. Should be ported to `#[...Felix S. Klock II-0/+8
2018-09-06Allow illegal_floating_point_literal_pattern. These will need to be updated a...Felix S. Klock II-0/+3
2018-09-06Update line numbers to reflect added lines at beginning of tests.Felix S. Klock II-4/+4
2018-09-06Add `.stderr` file for test where there are conflicting repr hints.Felix S. Klock II-0/+16
2018-09-06Add `#[allow(improper_ctypes)]` to slew of cases that need e.g. `repr(C)`.Felix S. Klock II-0/+6
2018-09-06Add `#![allow(..)]` for a slew of lints of migrated run-pass tests, to silenc...Felix S. Klock II-2/+161
2018-09-06Remove references to a collection of unknown lints.Felix S. Klock II-8/+0
2018-09-06Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`.Felix S. Klock II-0/+1777
2018-09-06Add `// run-pass` annotations to all the tests under `ui/run-pass/`.Felix S. Klock II-8/+932
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-0/+32232