| Age | Commit message (Expand) | Author | Lines |
| 2015-04-25 | Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichton | bors | -1/+1 |
| 2015-04-25 | Auto merge of #24724 - alexcrichton:symlink-stable, r=aturon | bors | -0/+3 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-24 | Auto merge of #24594 - doomsplayer:patch-2, r=alexcrichton | bors | -2/+6 |
| 2015-04-23 | std: Add missing stability for symlink functions | Alex Crichton | -0/+3 |
| 2015-04-23 | implement set_tcp_keepalive for linux | Young Wu | -2/+6 |
| 2015-04-22 | std: Audit std::thread implementations | Alex Crichton | -221/+235 |
| 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 | -49/+29 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -1/+1 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -16/+13 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -1002/+0 |
| 2015-04-21 | rollup merge of #24222: lambda/rename-soft-link-to-symlink | Alex Crichton | -1/+90 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -1004/+16 |
| 2015-04-21 | Deprecate std::fs::soft_link in favor of platform-specific versions | Brian Campbell | -1/+90 |
| 2015-04-21 | Remove unused files | Tamir Duberstein | -1002/+0 |
| 2015-04-21 | Implement Debug for File | Chris Wong | -0/+59 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -1/+1 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -1/+1 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -3/+3 |
| 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 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 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 | -62/+62 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -4890/+13 |
| 2015-04-14 | Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturon | bors | -13/+28 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -65/+65 |
| 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 | -53/+75 |
| 2015-04-09 | std: Clean up process spawn impl on unix | Alex Crichton | -249/+213 |
| 2015-04-09 | std: Set CLOEXEC for all fds opened on unix | Alex Crichton | -30/+50 |
| 2015-04-09 | std: Make FromRawFd::from_raw_fd an unsafe method | Alex Crichton | -13/+28 |
| 2015-04-10 | Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-04-08 | std: Stabilize io::Error::from_raw_os_error | Alex Crichton | -3/+3 |
| 2015-04-08 | Auto merge of #24029 - nagisa:print-locking, r=alexcrichton | bors | -2/+546 |
| 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 | -2/+546 |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -1/+2 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -2/+2 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -5/+5 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+3 |
| 2015-04-01 | rollup merge of #23939: nikomatsakis/fn-box | Alex Crichton | -1/+2 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -1/+1 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -1/+2 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -6/+12 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -6/+5 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -4/+4 |