| Age | Commit message (Expand) | Author | Lines |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -1/+1 |
| 2016-02-03 | std: Properly handle interior NULs in std::process | Kamal Marhubi | -15/+57 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -1/+1 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -1/+1 |
| 2016-01-24 | sys/unix/process.rs: Update comments in make_argv and make_envp | Geoffrey Thomas | -9/+6 |
| 2016-01-11 | Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton | bors | -0/+32 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -2/+3 |
| 2015-12-25 | libstd: unix process spawning: fix bug with setting stdio | Ivan Petkov | -0/+32 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -6/+10 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -23/+22 |
| 2015-11-06 | std: Refactor process exit code handling slightly | Alex Crichton | -47/+48 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -16/+27 |
| 2015-09-29 | Tweak Travis to use GCE | Alex Crichton | -11/+22 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -0/+1 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -1/+1 |
| 2015-08-10 | Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brson | bors | -0/+4 |
| 2015-08-04 | std: Ignore test_process_mask on OSX | Alex Crichton | -0/+4 |
| 2015-08-01 | std: Allow to spawn a process as a session leader on UNIX | Mickaël Salaün | -3/+3 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -0/+1 |
| 2015-06-22 | Fix build on Android API levels below 21 | Geoffrey Thomas | -0/+10 |
| 2015-06-22 | sys/unix/process: Reset signal behavior before exec | Geoffrey Thomas | -0/+74 |
| 2015-06-19 | liblibc: Fix prototype of functions taking `char *const argv[]` | Geoffrey Thomas | -1/+1 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -22/+11 |
| 2015-05-29 | Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon | bors | -0/+13 |
| 2015-05-16 | std: Implement lowering and raising for process IO | Alex Crichton | -0/+13 |
| 2015-05-16 | std: Add an unstable method Child::id | Alex Crichton | -0/+4 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -0/+414 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -627/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+4 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+1 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -10/+11 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -0/+2 |
| 2015-02-25 | Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichton | Manish Goregaokar | -1/+9 |
| 2015-02-24 | Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar... | Eunji Jeong | -1/+9 |
| 2015-02-23 | Hide unnecessary error checking from the user | Tobias Bucher | -3/+3 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -258/+0 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -0/+1 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -258/+0 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -0/+249 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -1/+9 |
| 2015-02-17 | Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton | bors | -1/+1 |
| 2015-02-13 | Add std::process | Aaron Turon | -0/+6 |
| 2015-02-11 | bitrig integration | Dave Huseby | -0/+1 |
| 2015-02-10 | Fix aarch64 test issues (same level to arm32) | Eunji Jeong | -1/+9 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -3/+3 |
| 2015-02-04 | std::os::errno returns platform specific value. fixes #21898 | Jormundir | -1/+1 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -1/+1 |