| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -4/+6 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -2/+2 |
| 2015-03-20 | Auto merge of #23267 - alexcrichton:issue-20012, r=aturon | bors | -5/+12 |
| 2015-03-20 | Revert "Revert "std: Re-enable at_exit()"" | Alex Crichton | -5/+12 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -2/+2 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -9/+5 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -1/+1 |
| 2015-03-17 | Auto merge of #23330 - alexcrichton:thread-sleep, r=aturon | bors | -30/+36 |
| 2015-03-17 | std: Implement `thread::sleep` | Alex Crichton | -0/+16 |
| 2015-03-17 | Auto merge of #23104 - japaric:inherent, r=nikomatsakis | bors | -0/+1 |
| 2015-03-16 | preemptively fix windows compilation errors | Jorge Aparicio | -0/+1 |
| 2015-03-17 | Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon | bors | -4/+4 |
| 2015-03-15 | std: Clean up the sys::thread modules | Alex Crichton | -30/+20 |
| 2015-03-15 | std: Stabilize portions of `std::os::$platform` | Alex Crichton | -149/+178 |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -4/+4 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -7/+38 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -3/+10 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -3/+10 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -36/+12 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-06 | rollup merge of #22813: alexcrichton/deprecate-net | Alex Crichton | -0/+9 |
| 2015-03-06 | std: Deprecate the std::old_io::net primitives | Alex Crichton | -0/+9 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -0/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -1/+2 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -2/+2 |