rust/src/libstd/io
Alex Crichton 2a14e084cf Move std::{trie, hashmap} to libcollections
These two containers are indeed collections, so their place is in
libcollections, not in libstd. There will always be a hash map as part of the
standard distribution of Rust, but by moving it out of the standard library it
makes libstd that much more portable to more platforms and environments.

This conveniently also removes the stuttering of 'std::hashmap::HashMap',
although 'collections::HashMap' is only one character shorter.
2014-02-23 00:35:11 -08:00
..
net Implement named pipes for windows, touch up unix 2014-02-16 18:46:01 -08:00
buffered.rs Mass rename if_ok! to try! 2014-02-20 09:16:52 -08:00
comm_adapters.rs Fix all code examples 2014-02-14 23:49:22 -08:00
extensions.rs move extra::test to libtest 2014-02-20 16:03:58 +08:00
flate.rs
fs.rs Mass rename if_ok! to try! 2014-02-20 09:16:52 -08:00
mem.rs Mass rename if_ok! to try! 2014-02-20 09:16:52 -08:00
mod.rs auto merge of #12422 : alexcrichton/rust/buffered-default, r=brson 2014-02-21 23:56:47 -08:00
pipe.rs
process.rs Allow configuration of uid/gid/detach on processes 2014-02-16 16:01:03 -08:00
result.rs
signal.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
stdio.rs Return a buffered stdin by default. 2014-02-20 09:11:56 -08:00
test.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
timer.rs
util.rs Mass rename if_ok! to try! 2014-02-20 09:16:52 -08:00