| Age | Commit message (Expand) | Author | Lines |
| 2015-06-11 | Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brson | bors | -40/+15 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -40/+15 |
| 2015-06-09 | std: Stabilize a number of new fs features | Alex Crichton | -7/+14 |
| 2015-06-08 | OpenOptionsExt on Windows: i32 -> u32 | Peter Atashian | -17/+17 |
| 2015-06-01 | Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichton | bors | -1/+1 |
| 2015-05-30 | Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichton | bors | -0/+30 |
| 2015-05-29 | Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon | bors | -14/+122 |
| 2015-05-29 | std::io: New ErrorKind value InvalidData | Mikhail Zabaluev | -1/+1 |
| 2015-05-28 | Implement RFC 1047 - socket timeouts | Steven Fackler | -0/+30 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -26/+21 |
| 2015-05-20 | Fix stability and deprecation markers on soft_link and symlink | Brian Campbell | -2/+2 |
| 2015-05-16 | std: Implement lowering and raising for process IO | Alex Crichton | -14/+122 |
| 2015-05-16 | std: Add an unstable method Child::id | Alex Crichton | -0/+7 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -23/+31 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -23/+31 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-05-08 | Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brson | bors | -1/+1 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-05-07 | std: Mark `mem::forget` as a safe function | Alex Crichton | -1/+1 |
| 2015-05-07 | std: Remove a double-box in ReentrantMutex | Alex Crichton | -5/+7 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -12/+12 |
| 2015-05-06 | Stabilize from_raw_os | Steven Allen | -7/+8 |
| 2015-04-29 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2015-04-29 | rollup merge of #24873: alexcrichton/fix-windows-stdio | Alex Crichton | -177/+138 |
| 2015-04-29 | std: Fix inheriting standard handles on windows | Alex Crichton | -177/+138 |
| 2015-04-28 | std: Implement fs::DirBuilder | Alex Crichton | -6/+12 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -355/+549 |
| 2015-04-25 | std: Fix process spawn for arguments ending in backslashes on Windows | Brad King | -18/+21 |
| 2015-04-23 | std: Add missing stability for symlink functions | Alex Crichton | -0/+2 |
| 2015-04-22 | std: Audit std::thread implementations | Alex Crichton | -77/+77 |
| 2015-04-21 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+0 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -16/+13 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -16/+13 |
| 2015-04-21 | rollup merge of #24222: lambda/rename-soft-link-to-symlink | Alex Crichton | -1/+56 |
| 2015-04-21 | Deprecate std::fs::soft_link in favor of platform-specific versions | Brian Campbell | -1/+56 |
| 2015-04-21 | Implement Debug for File | Chris Wong | -0/+10 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -1/+1 |
| 2015-04-15 | Auto merge of #24426 - alexcrichton:windows-pipes, r=aturon | bors | -82/+46 |
| 2015-04-15 | Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturon | bors | -2/+10 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | std: Remove final usage of fds from Windows | Alex Crichton | -82/+46 |
| 2015-04-14 | std: Set overlap/noinherit flags on windows sockets | Alex Crichton | -2/+10 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -10/+10 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -2683/+7 |
| 2015-04-14 | Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturon | bors | -6/+18 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -11/+11 |
| 2015-04-13 | Auto merge of #24198 - alexcrichton:windows-readlink, r=aturon | bors | -14/+63 |
| 2015-04-10 | std: Unconditionally close all file descriptors | Alex Crichton | -14/+33 |
| 2015-04-09 | std: Clean up process spawn impl on unix | Alex Crichton | -8/+10 |