about summary refs log tree commit diff
path: root/src/libstd/io/process.rs
AgeCommit message (Expand)AuthorLines
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-23/+106
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-2/+2
2014-02-03std: Fixing all documentationAlex Crichton-1/+1
2014-02-03std: Fix tests with io_error usageAlex Crichton-17/+8
2014-02-03std: Remove io::io_errorAlex Crichton-10/+5
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-1/+1
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-2/+5
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-7/+7
2013-12-27Bring native process bindings up to dateAlex Crichton-2/+149
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-13/+11
2013-12-11Make 'self lifetime illegal.Erik Price-6/+6
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-16/+13
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-2/+2
2013-11-14test: Fix signal-exit-status on windowsklutzy-0/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+177