| Age | Commit message (Expand) | Author | Lines |
| 2015-05-01 | Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-04-30 | Replaces instanced of 'an UTF' with 'a UTF' | Corey Farwell | -4/+4 |
| 2015-04-30 | Add downcasting to std::error::Error | Aaron Turon | -3/+4 |
| 2015-04-30 | std: Always check for EDEADLK in rwlocks on unix | Alex Crichton | -2/+24 |
| 2015-04-30 | std: Favor cfg! over #[cfg] in unix rwlocks | Alex Crichton | -10/+5 |
| 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 | rollup merge of #24711: alexcrichton/fs2.1 | Alex Crichton | -722/+1202 |
| 2015-04-29 | std: Fix inheriting standard handles on windows | Alex Crichton | -177/+138 |
| 2015-04-28 | std: Implement fs::DirBuilder | Alex Crichton | -12/+46 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -2/+0 |
| 2015-04-28 | Auto merge of #24777 - alexcrichton:musl, r=brson | bors | -2/+6 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -710/+1156 |
| 2015-04-27 | std: Don't assume thread::current() works on panic | Alex Crichton | -7/+6 |
| 2015-04-27 | std: Don't assume dlopen() works on yourself | Alex Crichton | -1/+4 |
| 2015-04-27 | std: Prepare for linking to musl | Alex Crichton | -1/+2 |
| 2015-04-25 | std: Fix process spawn for arguments ending in backslashes on Windows | Brad King | -18/+21 |
| 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 |