rust/src/libstd
Aaron Turon fa94fdad3e Runtime removal: fully remove rtio
This patch cleans up the remnants of the runtime IO interface.

Because this eliminates APIs in `libnative` and `librustrt`, it is a:

[breaking-change]

This functionality is likely to be available publicly, in some form,
from `std` in the future.
2014-11-08 20:40:39 -08:00
..
collections Implements Extend for EnumSet and LruCache 2014-11-08 15:02:09 +01:00
io Runtime removal: fully remove rtio 2014-11-08 20:40:39 -08:00
num Fixing #18659 2014-11-07 07:20:28 +10:00
path Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
rand Test fixes and rebase conflicts 2014-11-06 14:18:07 -08:00
rt Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
sync
sys Runtime removal: fully remove rtio 2014-11-08 20:40:39 -08:00
time Repair various cases where values of distinct types were being operated 2014-11-05 09:15:28 -05:00
ascii.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
bitflags.rs Repair various cases where values of distinct types were being operated 2014-11-05 09:15:28 -05:00
c_vec.rs
dynamic_lib.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
error.rs std::error: fix stray doc comment 2014-11-04 12:43:35 -08:00
failure.rs
fmt.rs Register snapshots. 2014-11-05 12:55:58 +02:00
from_str.rs
hash.rs
lib.rs Runtime removal: add private sys, sys_common modules 2014-11-08 20:40:38 -08:00
macros.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
os.rs Runtime removal: refactor pipes and networking 2014-11-08 20:40:38 -08:00
prelude.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
rtdeps.rs
task.rs
to_string.rs