about summary refs log tree commit diff
path: root/src/test/run-pass/issue-17351.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-19/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-2/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-0/+4
This commit cleans out a large amount of deprecated APIs from the standard library and some of the facade crates as well, updating all users in the compiler and in tests as it goes along.
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2014-12-17Add tests for E-needstest issuesJakub Bukaj-0/+13