about summary refs log tree commit diff
path: root/src/libstd/rt/io/process.rs
AgeCommit message (Expand)AuthorLines
2013-10-24Migrate std::run to libuv processesAlex Crichton-1/+1
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-1/+1
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-16/+15
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-2/+2
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-5/+3
2013-10-24Address a few XXX comments throughout the runtimeAlex Crichton-7/+0
2013-10-24Implement io::net::unixAlex Crichton-1/+1
2013-10-09Implement io::native::processAlex Crichton-0/+7
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-10-01Move the rt::io::process tests to run-passAlex Crichton-142/+2
2013-09-19Ignore io::process testsAlex Crichton-0/+6
2013-09-18Implement process bindings to libuvAlex Crichton-0/+278