about summary refs log tree commit diff
path: root/src/libstd/rt/io/pipe.rs
AgeCommit message (Expand)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-89/+0
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-2/+0
2013-10-24Fixing some tests, adding some pipesAlex Crichton-1/+33
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-3/+3
2013-10-24Remove io::read_errorAlex Crichton-2/+2
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-3/+3
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-23/+1
2013-10-24Implement io::net::unixAlex Crichton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-4/+9
2013-09-30std: Remove usage of fmt!Alex Crichton-2/+2
2013-09-18Implement process bindings to libuvAlex Crichton-0/+76
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-77/+0
2013-08-27Implement process bindings to libuvAlex Crichton-0/+77