rust/src/libstd
Alex Crichton f72b164510 std: Rename io to old_io
In preparation for the I/O rejuvination of the standard library, this commit
renames the current `io` module to `old_io` in order to make room for the new
I/O modules. It is expected that the I/O RFCs will land incrementally over time
instead of all at once, and this provides a fresh clean path for new modules to
enter into as well as guaranteeing that all old infrastructure will remain in
place for some time.

As each `old_io` module is replaced it will be deprecated in-place for new
structures in `std::{io, fs, net}` (as appropriate).

This commit does *not* leave a reexport of `old_io as io` as the deprecation
lint does not currently warn on this form of use. This is quite a large breaking
change for all imports in existing code, but all functionality is retained
precisely as-is and path statements simply need to be renamed from `io` to
`old_io`.

[breaking-change]
2015-01-26 16:01:16 -08:00
..
collections Rollup merge of #21217 - Gankro:docadoca, r=steveklabnik 2015-01-22 18:09:58 -05:00
ffi Add ffi::OsString and OsStr 2015-01-24 10:21:30 -08:00
num rollup merge of #21258: aturon/stab-3-index 2015-01-21 11:53:49 -08:00
old_io std: Rename io to old_io 2015-01-26 16:01:16 -08:00
path rollup merge of #21457: alexcrichton/issue-21436 2015-01-21 09:20:35 -08:00
prelude use slicing sugar 2015-01-07 17:35:56 -05:00
rand Fallout from stabilization. 2015-01-21 08:11:07 -08:00
rt Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnik 2015-01-22 18:09:58 -05:00
sync std: Relax Result::unwrap() to Debug 2015-01-23 14:11:34 -08:00
sys Auto merge of #20613 - dgriffen:master, r=alexcrichton 2015-01-25 10:59:28 +00:00
thread_local Test fixes and rebase conflicts 2015-01-21 10:32:56 -08:00
time std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
ascii.rs
bool.rs
dynamic_lib.rs std::dynamic_lib: Fix Windows error handling 2015-01-19 00:12:45 +09:00
failure.rs
fmt.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
lib.rs std: Rename io to old_io 2015-01-26 16:01:16 -08:00
macros.rs fix rollup 2015-01-17 13:58:54 -05:00
os.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
rtdeps.rs
thread.rs Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnik 2015-01-22 18:09:58 -05:00
thunk.rs
tuple.rs
unit.rs