about summary refs log tree commit diff
path: root/src/libstd/io/process.rs
AgeCommit message (Expand)AuthorLines
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-6/+6
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-12/+14
2015-01-02std: Stabilize the prelude moduleAlex Crichton-21/+20
2014-12-29Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-12/+14
2014-12-29std: Stabilize the prelude moduleAlex Crichton-19/+20
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-2/+4
2014-12-27Fix falloutNick Cameron-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-6/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-4/+7
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-3/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-12-07Fix syntax error on android testsJorge Aparicio-2/+2
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-5/+5
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-12/+9
2014-11-20Fallout from libgreen and libnative removalAaron Turon-2/+0
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-16Fix warningsJakub Bukaj-1/+1
2014-11-08Runtime removal: refactor processAaron Turon-78/+150
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-11-03std: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-1/+0
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-9/+9
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-13Clean up rustc warnings.NODA, Kai-4/+4
2014-10-09std: Convert statics to constantsAlex Crichton-4/+4
2014-10-03rollup merge of #17739 : eddyb/fix-process-testAlex Crichton-26/+0
2014-10-03Fix a race condition between remove_from_env and other io::process tests.Eduard Burtescu-26/+0
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+1
2014-10-02std: Help diagnose a flaky testAlex Crichton-1/+3
2014-10-01Remove iotest macroAaron Turon-66/+107
2014-10-01auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichtonbors-1/+16
2014-10-01libstd: Pass-through PATH in test_override_envRicardo M. Correia-1/+16
2014-09-30Fix libstdSteven Fackler-7/+7
2014-09-17Pacify lint gods.Vadim Chugunov-2/+3
2014-09-17Case-insensitive environment keys.Vadim Chugunov-7/+75
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-28Fallout from stabilizing core::optionAaron Turon-2/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+0
2014-08-13std: Clarify what timers do with zero and negative durationsBrian Anderson-1/+1
2014-08-13std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.Brian Anderson-1/+1
2014-08-12libnative: process spawning should not close inherited file descriptorsIvan Petkov-1/+24
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-6/+5
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-9/+4
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1