summary refs log tree commit diff
path: root/src/compiletest/procsrv.rs
AgeCommit message (Expand)AuthorLines
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-6/+4
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+3
2015-03-12Stabilize std::pathAaron Turon-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-11/+18
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-28Fallout from stabilizing core::optionAaron Turon-2/+2
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-4/+3
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-16/+19
2014-06-16Fix --disable-rpath and testsAlex Crichton-12/+12
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-9/+9
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+2
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-42/+19
2014-05-16compiletest: Remove all uses of `~str` from `compiletest`Patrick Walton-20/+23
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-17/+3
2014-05-13io: Implement process wait timeoutsAlex Crichton-3/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-03compiletest: Fix bitrotted win32 routinesklutzy-10/+12
2014-03-31compiletest: Switch field privacy where necessaryAlex Crichton-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-5/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-7/+10
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-2/+20
2014-02-23Roll std::run into std::io::processAlex Crichton-12/+15
2014-02-21mk: Get "make check" passing with --disable-rpathAlex Crichton-2/+20
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-8/+2
2014-02-03compiletest: Remove io_error usageAlex Crichton-6/+6
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-16/+26
2013-12-04std::str: remove from_utf8.Huon Wilson-5/+4
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-1/+2
2013-11-06Add make check support(arm-linux-androideabi debuginfo)sh8281.kim-0/+23
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-3/+3
2013-10-09Implement io::native::processAlex Crichton-1/+1
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-2/+2
2013-08-27Implement process bindings to libuvAlex Crichton-2/+2
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-5/+3