about summary refs log tree commit diff
path: root/src/libstd/process.rs
AgeCommit message (Expand)AuthorLines
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-7/+7
2015-03-08Small fixes to example to be more idiomaticSteve Klabnik-3/+3
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-3/+2
2015-03-01std: Stabilize the `process` moduleAlex Crichton-15/+57
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-3/+2
2015-02-23Fix the std::process::Stdio constructorsKevin Ballard-2/+2
2015-02-20try to reduce bajillion warningsAlexis-6/+2
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-1/+1
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-3/+3
2015-02-18Update tests for the Send - 'static change.Huon Wilson-1/+1
2015-02-17Fallout from stabilizationAaron Turon-3/+3
2015-02-16change the signal used to test signal_reported_rightSébastien Marie-3/+3
2015-02-13Add std::processAaron Turon-0/+834