| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-04-09 | std: Make FromRawFd::from_raw_fd an unsafe method | Alex Crichton | -6/+18 |
| 2015-04-10 | Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-04-08 | std: Stabilize io::Error::from_raw_os_error | Alex Crichton | -1/+1 |
| 2015-04-08 | std: Fix fs::read_link behavior on Windows | Alex Crichton | -14/+63 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -1/+48 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -3/+3 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+3 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -6/+12 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -5/+4 |
| 2015-03-31 | rollup merge of #23907: alexcrichton/impl-exit | Alex Crichton | -0/+5 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -8/+0 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -11/+18 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -11/+18 |
| 2015-03-31 | rollup merge of #23766: alexcrichton/stabilize-raw-fd | Alex Crichton | -30/+117 |
| 2015-03-31 | std: Add a process::exit function | Alex Crichton | -0/+5 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+5 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23197: aatxe/master | Alex Crichton | -2/+1 |
| 2015-03-27 | Updated std::dynamic_lib to use std::path. | Aaron Weiss | -2/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -44/+44 |
| 2015-03-26 | std: Stabilize parts of std::os::platform::io | Alex Crichton | -30/+117 |
| 2015-03-26 | Revise use of conversion traits | Aaron Turon | -4/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -44/+44 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+7 |
| 2015-03-25 | Bug fixes | Nick Cameron | -1/+1 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -8/+3 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -4/+6 |