about summary refs log tree commit diff
path: root/src/libstd/run.rs
AgeCommit message (Expand)AuthorLines
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-7/+27
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-2/+2
2014-02-07Cleaned up imports per coding standards.chromatic-2/+2
2014-02-07Removed prelude::* from libstd files.chromatic-1/+7
2014-02-03std: Fix tests with io_error usageAlex Crichton-48/+33
2014-02-03std: Remove io::io_errorAlex Crichton-26/+19
2014-01-30auto merge of #11784 : eminence/rust/fix_run_tests, r=alexcrichtonbors-1/+1
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-6/+6
2014-01-24Use an absolute path in test_process_output_fail_to_startAndrew Chin-1/+1
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-4/+4
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-9/+9
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-3/+2
2013-12-29auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmrbors-1/+1
2013-12-27Bring native process bindings up to dateAlex Crichton-1/+1
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-12-24std: Get stdtest all passing againAlex Crichton-2/+2
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-4/+4
2013-12-20std: silence warnings when compiling test.Huon Wilson-1/+1
2013-12-18Upgrade libuv to fix a leak on OSXAlex Crichton-2/+1
2013-12-17auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichtonbors-2/+7
2013-12-17Handle ENOENTCadence Marseille-2/+7
2013-12-16Fallout of rewriting std::commAlex Crichton-3/+2
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-27/+52
2013-12-11Make 'self lifetime illegal.Erik Price-3/+3
2013-12-10librustpkg: Make `io::ignore_io_error()` use RAII; remove a few morePatrick Walton-15/+14
2013-12-08Remove dead codesKiet Tran-1/+4
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-2/+2
2013-12-04std::str: remove from_utf8.Huon Wilson-8/+8
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-4/+4
2013-11-24Remove linked failure from the runtimeAlex Crichton-9/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-6/+6
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-13/+17
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-99/+7
2013-11-10Another round of test fixes from previous commitsAlex Crichton-2/+2
2013-11-10temporarily disable tests on android and tagging issue number #10380Young-il Choi-99/+7
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-4/+4
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-4/+4
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-2/+2
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-1/+1
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-1/+1
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-8/+19
2013-10-24Fixing some tests, adding some pipesAlex Crichton-3/+6
2013-10-24Migrate std::run to libuv processesAlex Crichton-12/+34
2013-10-24Test fixes and merge conflictsAlex Crichton-14/+3
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-2/+0
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-4/+4
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-3/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-2/+3