about summary refs log tree commit diff
path: root/src/libstd/rt/uv/process.rs
AgeCommit message (Expand)AuthorLines
2013-10-29Register new snapshotsAlex Crichton-202/+0
2013-10-24Migrate std::run to libuv processesAlex Crichton-6/+5
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-1/+1
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-19/+0
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-5/+8
2013-10-24Implement io::net::unixAlex Crichton-3/+3
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-09-30std: Remove usage of fmt!Alex Crichton-1/+1
2013-09-18Implement process bindings to libuvAlex Crichton-0/+219
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-264/+0
2013-08-27Implement process bindings to libuvAlex Crichton-0/+264