| Age | Commit message (Expand) | Author | Lines |
| 2015-06-22 | sys/unix/process: Reset signal behavior before exec | Geoffrey Thomas | -2/+85 |
| 2015-06-22 | sys/unix: Consolidate signal-handling FFI bindings | Geoffrey Thomas | -268/+199 |
| 2015-06-22 | sys/unix/c.rs: Remove unused code | Geoffrey Thomas | -77/+5 |
| 2015-06-22 | std::process: Remove helper function pwd_cmd from test module | Geoffrey Thomas | -18/+0 |
| 2015-06-21 | Auto merge of #26463 - sfackler:stdout-panic-fix, r=alexcrichton | bors | -11/+12 |
| 2015-06-21 | Auto merge of #25641 - geofft:execve-const, r=alexcrichton | bors | -1/+1 |
| 2015-06-21 | Auto merge of #26457 - meqif:master, r=alexcrichton | bors | -2/+1 |
| 2015-06-21 | Auto merge of #26416 - retep998:error-debug, r=sfackler | bors | -1/+21 |
| 2015-06-20 | Fix logic in panic printing with no stderr | Steven Fackler | -11/+12 |
| 2015-06-20 | Remove mention of `UdpSocket` in `Shutdown` docs. | Ricardo Martins | -2/+1 |
| 2015-06-19 | liblibc: Fix prototype of functions taking `char *const argv[]` | Geoffrey Thomas | -1/+1 |
| 2015-06-19 | Add a test for Debug for io::Error | Peter Atashian | -0/+10 |
| 2015-06-19 | Fix docs for column/line | Steve Klabnik | -2/+2 |
| 2015-06-18 | Custom Debug impl for io::Error | Peter Atashian | -1/+11 |
| 2015-06-18 | std: Add FromRaw{Fd,Handle,Socket} to os preludes | Alex Crichton | -1/+3 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -197/+166 |
| 2015-06-18 | Fix libstd tests | Alex Crichton | -5/+6 |
| 2015-06-17 | Add comment about stabilizing CString::from_ptr | Alex Crichton | -0/+4 |
| 2015-06-17 | std: Hide some internal functions more aggressively | Alex Crichton | -1/+1 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -54/+30 |
| 2015-06-17 | std: Deprecate the `thunk` module | Alex Crichton | -0/+1 |
| 2015-06-17 | std: Deprecate the `scoped` feature | Alex Crichton | -0/+6 |
| 2015-06-17 | std: Deprecate the `future` feature | Alex Crichton | -0/+4 |
| 2015-06-17 | std: Deprecate the `exit_status` feature | Alex Crichton | -0/+2 |
| 2015-06-17 | std: Deprecate the io::BufStream type | Alex Crichton | -0/+4 |
| 2015-06-17 | std: Stabilize the `once_new` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | std: Stabilize the sync_poison feature | Alex Crichton | -6/+6 |
| 2015-06-17 | std: Remove two internal `str_internals` functions | Alex Crichton | -25/+0 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -4/+6 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -110/+82 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -0/+5 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -0/+3 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -7/+21 |
| 2015-06-17 | collections: fix a couple of typos | Ivan Ukhov | -3/+3 |
| 2015-06-16 | Auto merge of #25952 - alexcrichton:fix-scoped-tls, r=aturon | bors | -32/+48 |
| 2015-06-15 | Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton | bors | -33/+96 |
| 2015-06-14 | Implement RFC 1014 | Steven Fackler | -33/+96 |
| 2015-06-12 | Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturon | bors | -256/+654 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -16/+17 |
| 2015-06-11 | Changed patch wording | Joshua Landau | -3/+5 |
| 2015-06-11 | Comment for #26196. | Joshua Landau | -0/+3 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-11 | Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brson | bors | -101/+60 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -15/+16 |
| 2015-06-10 | disabling socking timing tests because openbsd/bitrig get/set are not congrue... | Dave Huseby | -0/+6 |
| 2015-06-10 | Auto merge of #25777 - shepmaster:cstring-return-to-c, r=alexcrichton | bors | -4/+41 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -101/+60 |
| 2015-06-09 | std: Stabilize a number of new fs features | Alex Crichton | -256/+654 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |