| Age | Commit message (Expand) | Author | Lines |
| 2015-04-23 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -2/+2 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -5/+2 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | More test fixes | Alex Crichton | -27/+3 |
| 2015-04-14 | std: Remove AsSlice/Str from the prelude | Alex Crichton | -1/+1 |
| 2015-04-14 | bench: Fix fallout in benchmarks | Alex Crichton | -1/+1 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -1/+1 |
| 2015-04-14 | std: Reexport some unstable rand functionality for now | Alex Crichton | -1/+1 |
| 2015-04-14 | rustc_back: Rewrite realpath to not use old_io | Alex Crichton | -67/+64 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -1/+1 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -8/+5 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -8/+5 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -11/+10 |
| 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 | -11/+10 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -3/+3 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -3/+3 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -3/+3 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -6/+6 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -25/+24 |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+0 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+2 |
| 2015-03-23 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+1 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -4/+5 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -5/+6 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 |
| 2015-03-23 | Fix regression in -C rpath that causes failures with symlinks | Brian Anderson | -15/+43 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+2 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -2/+2 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -4/+0 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -2/+2 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -4/+0 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -2/+2 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -5/+4 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+3 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+3 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -6/+6 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 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 | -3/+127 |
| 2015-03-06 | Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturon | Manish Goregaokar | -8/+8 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -3/+127 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -8/+8 |
| 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 | -6/+6 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -138/+144 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -1/+1 |