about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process.rs
AgeCommit message (Expand)AuthorLines
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-1/+1
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-13/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-13/+1
2015-02-01openbsd supportSébastien Marie-2/+3
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-4/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-7/+7
2015-01-05std: Redesign c_str and c_vecAlex Crichton-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-3/+3
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-8/+8
2015-01-02std: Stabilize the prelude moduleAlex Crichton-9/+10
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-3/+3
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-8/+8
2014-12-29std: Stabilize the prelude moduleAlex Crichton-9/+10
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-5/+11
2014-12-13libstd: use tuple indexingJorge Aparicio-4/+4
2014-12-05libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2).NODA, Kai-10/+33
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-08Runtime removal: refactor processAaron Turon-0/+587