rust/src/libstd
bors ecf8c64e1b Auto merge of #23470 - alexcrichton:less-prelude, r=aturon
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-21 05:25:21 +00:00
..
collections Register new snapshots 2015-03-18 16:32:32 -07:00
ffi Register new snapshots 2015-03-18 16:32:32 -07:00
fs Auto merge of #23470 - alexcrichton:less-prelude, r=aturon 2015-03-21 05:25:21 +00:00
io Auto merge of #23470 - alexcrichton:less-prelude, r=aturon 2015-03-21 05:25:21 +00:00
net Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton 2015-03-20 23:16:47 +00:00
num std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
old_io Auto merge of #23470 - alexcrichton:less-prelude, r=aturon 2015-03-21 05:25:21 +00:00
old_path std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
prelude std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
rand Register new snapshots 2015-03-18 16:32:32 -07:00
rt std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
sync don't use Result::ok just to be able to use unwrap/unwrap_or 2015-03-20 08:19:13 +01:00
sys Auto merge of #23470 - alexcrichton:less-prelude, r=aturon 2015-03-21 05:25:21 +00:00
thread_local
time
ascii.rs
bool.rs
dynamic_lib.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
env.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
lib.rs Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=Manishearth 2015-03-18 22:21:07 +05:30
macros.rs Document include! 2015-03-19 08:24:41 +05:30
os.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
panicking.rs
path.rs Register new snapshots 2015-03-18 16:32:32 -07:00
process.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
rtdeps.rs
thread.rs Auto merge of #23470 - alexcrichton:less-prelude, r=aturon 2015-03-21 05:25:21 +00:00
thunk.rs
tuple.rs
unit.rs