about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process.rs
AgeCommit message (Expand)AuthorLines
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