rust/src/compiletest
Alex Crichton 212e03181e std: Remove old_io/old_path from the prelude
This commit removes the reexports of `old_io` traits as well as `old_path` types
and traits from the prelude. This functionality is now all deprecated and needs
to be removed to make way for other functionality like `Seek` in the `std::io`
module (currently reexported as `NewSeek` in the io prelude).

Closes #23377
Closes #23378
2015-03-20 20:07:19 -07:00
..
common.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
compiletest.rs RUST_TEST_TASKS -> RUST_TEST_THREADS 2015-03-19 15:42:56 -04:00
errors.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
header.rs Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichton 2015-03-20 17:45:15 +00:00
procsrv.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
runtest.rs std: Tweak some unstable features of str 2015-03-17 18:03:03 -07:00
util.rs Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android 2015-03-19 15:33:15 +09:00