summary refs log tree commit diff
path: root/src/libstd/run.rs
AgeCommit message (Expand)AuthorLines
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
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-4/+4
2013-10-10Remove usage of io::FILE_writerAlex Crichton-12/+13
2013-10-10Move std::run off of std::ioAlex Crichton-769/+65
2013-09-30std: Remove usage of fmt!Alex Crichton-26/+26
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-4/+17
2013-09-18Remove rust_run_program.cppAlex Crichton-4/+17
2013-09-18Register new snapshotsAlex Crichton-2/+0
2013-09-16switch Drop to `&mut self`Daniel Micay-6/+3
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-12/+12