about summary refs log tree commit diff
path: root/src/libstd/io/process.rs
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename io to old_ioAlex Crichton-1231/+0
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-11/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-11/+4
2015-01-20Register snapshot for 9006c3cFlavio Percoco-3/+0
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-0/+2
2015-01-08Improvements to feature stagingBrian Anderson-3/+3
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-7/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-4/+4
2015-01-07Register new snapshotsAlex Crichton-7/+0
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-0/+15
2015-01-07falloutNick Cameron-4/+4
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-0/+15
2015-01-05std: Redesign c_str and c_vecAlex Crichton-35/+46
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