about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process2.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-2/+2
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-23/+36
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-234/+189
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-1/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+1
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-1/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-10/+1
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-1/+1
2015-02-27remove leftover annotationsJorge Aparicio-1/+1
2015-02-26fixing a few bitrig build breakersDave Huseby-0/+1
2015-02-24Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar...Eunji Jeong-1/+10
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-4/+4
2015-02-18std: Implement CString-related RFCsAlex Crichton-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-13Add std::processAaron Turon-0/+446