rust/src/libstd
Aaron Turon d34b1b0ca9 Runtime removal: refactor pipes and networking
This patch continues the runtime removal by moving pipe and
networking-related code into `sys`.

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:38 -08:00
..
collections Implements Extend for EnumSet and LruCache 2014-11-08 15:02:09 +01:00
io Runtime removal: refactor pipes and networking 2014-11-08 20:40:38 -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
platform_imp Runtime removal: refactor fs 2014-11-08 20:40:38 -08: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 rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
sys Runtime removal: refactor pipes and networking 2014-11-08 20:40:38 -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 bubble up out-of-memory errors from liballoc 2014-11-01 19:23:20 -04:00
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 Rename fail! to panic! 2014-10-29 11:43:07 -04:00
fmt.rs Register snapshots. 2014-11-05 12:55:58 +02:00
from_str.rs
hash.rs DSTify Hash 2014-10-31 07:25:34 -05:00
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 Rename fail! to panic! 2014-10-29 11:43:07 -04:00
to_string.rs