about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process.rs
AgeCommit message (Expand)AuthorLines
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+1
2015-03-12Stabilize std::pathAaron Turon-1/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-10/+11
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+2
2015-02-25Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichtonManish Goregaokar-1/+9
2015-02-24Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar...Eunji Jeong-1/+9
2015-02-23Hide unnecessary error checking from the userTobias Bucher-3/+3
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-258/+0
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+1
2015-02-20Register new snapshotsAlex Crichton-258/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+249
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-1/+9
2015-02-17Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichtonbors-1/+1
2015-02-13Add std::processAaron Turon-0/+6
2015-02-11bitrig integrationDave Huseby-0/+1
2015-02-10Fix aarch64 test issues (same level to arm32)Eunji Jeong-1/+9
2015-02-04remove all kind annotations from closuresJorge Aparicio-3/+3
2015-02-04std::os::errno returns platform specific value. fixes #21898Jormundir-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
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