about summary refs log tree commit diff
path: root/src/libstd/io/pipe.rs
AgeCommit message (Expand)AuthorLines
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-0/+6
2014-02-03std: Fixing all documentationAlex Crichton-9/+7
2014-02-03std: Fix tests with io_error usageAlex Crichton-2/+2
2014-02-03std: Remove io::io_errorAlex Crichton-22/+4
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-2/+2
2014-01-09Remove eof() from io::ReaderAlex Crichton-2/+0
2014-01-06Don't read forever on a file descriptorAlex Crichton-0/+22
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-12/+6
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-9/+8
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+89