| Age | Commit message (Expand) | Author | Lines |
| 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 | implement set_tcp_keepalive for linux | Young Wu | -2/+6 |
| 2015-04-22 | std: Audit std::thread implementations | Alex Crichton | -14/+14 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -2/+0 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -1/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -973/+0 |
| 2015-04-21 | Remove unused files | Tamir Duberstein | -971/+0 |
| 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-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -45/+45 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -91/+0 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -45/+45 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -0/+422 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -2/+2 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -1/+2 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -3/+2 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -3/+2 |
| 2015-03-31 | rollup merge of #23766: alexcrichton/stabilize-raw-fd | Alex Crichton | -0/+18 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -0/+2 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -0/+2 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+2 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -98/+98 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -79/+0 |
| 2015-03-26 | Add `std::net::lookup_addr` for reverse DNS lookup | Murarth | -1/+38 |
| 2015-03-26 | std: Stabilize parts of std::os::platform::io | Alex Crichton | -0/+18 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -98/+98 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -79/+0 |
| 2015-03-25 | std: Add net::IpAddr, destabilize lookup_host | Alex Crichton | -12/+12 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -1/+1 |
| 2015-03-24 | rollup merge of #23592: alexcrichton/tweak-at-exit | Alex Crichton | -1/+1 |
| 2015-03-24 | Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`. | Felix S. Klock II | -1/+1 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -0/+79 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+79 |
| 2015-03-23 | Implement RFC 909: move thread_local into thread | Aaron Turon | -2/+2 |
| 2015-03-21 | std: Tweak rt::at_exit behavior | Alex Crichton | -1/+1 |
| 2015-03-20 | Auto merge of #23267 - alexcrichton:issue-20012, r=aturon | bors | -10/+13 |
| 2015-03-20 | Revert "Revert "std: Re-enable at_exit()"" | Alex Crichton | -10/+13 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -4/+4 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -12/+0 |
| 2015-03-17 | Auto merge of #23330 - alexcrichton:thread-sleep, r=aturon | bors | -10/+5 |
| 2015-03-17 | Auto merge of #23104 - japaric:inherent, r=nikomatsakis | bors | -0/+12 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+12 |
| 2015-03-17 | Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon | bors | -16/+16 |
| 2015-03-15 | std: Clean up the sys::thread modules | Alex Crichton | -10/+5 |
| 2015-03-14 | Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton | bors | -9/+9 |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -16/+16 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -20/+26 |