about summary refs log tree commit diff
path: root/src/test/ui/run-pass/consts
AgeCommit message (Collapse)AuthorLines
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-2184/+0
Fix #54047
2018-09-06Allow more lints, mainly overflowing_literals for cases that only arose on ↵Felix S. Klock II-0/+1
32-bit.
2018-09-06Add `#![allow(stable_features)]` to ease review.Felix S. Klock II-0/+2
That is, opting to ignore stable `#![feature(..)]`, under my theory that a reviewer would prefer as much stuff to be bucketed under "ah another `#![allow(..)]` here." as possible.
2018-09-06Add `#![allow(..)]` for a slew of lints of migrated run-pass tests, to ↵Felix S. Klock II-5/+31
silence stderr output.
2018-09-06Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`.Felix S. Klock II-0/+80
2018-09-06Add `// run-pass` annotations to all the tests under `ui/run-pass/`.Felix S. Klock II-0/+72
(I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.)
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-0/+2003