rust/src/compiletest
Alex Crichton a2ebb24ee6 std: Rename io/path features with old_ prefix
This commit renames the features for the `std::old_io` and `std::old_path`
modules to `old_io` and `old_path` to help facilitate migration to the new APIs.

This is a breaking change as crates which mention the old feature names now need
to be renamed to use the new feature names.

[breaking-change]
2015-02-17 14:02:45 -08:00
..
common.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
compiletest.rs std: Rename io/path features with old_ prefix 2015-02-17 14:02:45 -08:00
errors.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
header.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
procsrv.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
runtest.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
util.rs std: Tweak the std::env OsString/String interface 2015-02-11 13:46:35 -08:00