| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -79/+76 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -2/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -77/+75 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -1/+0 |
| 2015-04-18 | Auto merge of #23985 - erickt:derive-cleanup, r=erickt | bors | -7/+2 |
| 2015-04-15 | test: PadOnLeft was never used | Erick Tryzelaar | -7/+2 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -7/+7 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -3/+3 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -2/+2 |
| 2015-04-01 | Remove TODO | Niko Matsakis | -1/+1 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -14/+15 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -2/+2 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -2/+2 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+2 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+1 |
| 2015-03-29 | s/THRADS/THREADS/ | Andrew Paseltiner | -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 #23741: alexcrichton/remove-int-uint | Alex Crichton | -22/+21 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -22/+21 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+3 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+1 |
| 2015-03-20 | Remove rt::default_sched_threads and RUST_THREADS. | Steve Klabnik | -2/+7 |
| 2015-03-19 | RUST_TEST_TASKS -> RUST_TEST_THREADS | Steve Klabnik | -3/+3 |
| 2015-03-16 | std: Stabilize the Write::flush method | Alex Crichton | -1/+0 |
| 2015-03-15 | Auto merge of #23206 - nagisa:print-io, r=alexcrichton | bors | -28/+2 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -28/+2 |
| 2015-03-14 | Revert "Remove dead code flagged by lint" | Manish Goregaokar | -1/+0 |
| 2015-03-13 | Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon | bors | -49/+74 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -49/+74 |
| 2015-03-13 | Rollup merge of #21468 - sanxiyn:dead-variant, r= | Manish Goregaokar | -0/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+0 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -26/+26 |
| 2015-03-08 | Auto merge of #23127 - alexcrichton:bench-wrapping, r=brson | bors | -1/+8 |
| 2015-03-06 | test: Fix an overflow on empty benchmarks | Alex Crichton | -1/+8 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+0 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -10/+23 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -2/+2 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -12/+12 |