rust/src/rustbook
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
..
book.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
build.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
css.rs Make the book chapters printable 2015-02-05 10:21:06 +01:00
error.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
help.rs "The Rust Programming Language" 2015-01-08 12:02:11 -05:00
javascript.rs Fix for misspelled comments. 2015-02-04 23:00:02 -05:00
main.rs std: Rename io/path features with old_ prefix 2015-02-17 14:02:45 -08:00
serve.rs "The Rust Programming Language" 2015-01-08 12:02:11 -05:00
subcommand.rs "The Rust Programming Language" 2015-01-08 12:02:11 -05:00
term.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
test.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00