| Age | Commit message (Expand) | Author | Lines |
| 2015-05-08 | Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brson | bors | -2/+2 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -7/+7 |
| 2015-05-07 | std: Mark `mem::forget` as a safe function | Alex Crichton | -2/+2 |
| 2015-05-07 | std: Remove a double-box in ReentrantMutex | Alex Crichton | -22/+25 |
| 2015-05-07 | std: Remove unused helper_thread.rs file | Alex Crichton | -170/+0 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -28/+28 |
| 2015-05-07 | Rollup merge of #25138 - tshepang:typos, r=sanxiyn | Steve Klabnik | -1/+1 |
| 2015-05-06 | Stabilize from_raw_os | Steven Allen | -13/+14 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-05 | Rollup merge of #25079 - alexcrichton:fix-nsec, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-05-04 | std: Fix {atime,mtime,ctime}_nsec accessors | Alex Crichton | -3/+3 |
| 2015-05-03 | Change 'inner' field name to 'fd'/'socket' on Unix/Windows in Debug impls | Nick Hamann | -3/+6 |
| 2015-05-03 | Unwrap address values in Debug implementations for TcpStream/TcpListener/UdpS... | Nick Hamann | -13/+28 |
| 2015-05-03 | Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown} | Nick Hamann | -0/+29 |
| 2015-05-02 | Auto merge of #25015 - alexcrichton:rwlock-check-ret, r=aturon | bors | -12/+29 |
| 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 |