| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+23 |
| 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 | -1/+0 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-03-16 | impl f{32,64} | Jorge Aparicio | -1/+1 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -2/+2 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -14/+17 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+5 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+5 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -2/+2 |
| 2015-03-09 | doc: Fix extraneous as_slice()'s in docstrings | Richo Healey | -1/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 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 | -0/+15 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -2/+2 |
| 2015-03-03 | Accommodate arith-overflow in serialize::json numeric parsing. | Felix S. Klock II | -2/+2 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -2/+0 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -5/+5 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -78/+0 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -7/+7 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -7/+7 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -11/+11 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -9/+9 |
| 2015-02-18 | Implement RFC 580 | Aaron Turon | -9/+9 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -2/+75 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -11/+11 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -2/+2 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+0 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -8/+8 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -2/+3 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -2/+2 |
| 2015-02-05 | misc collections code cleanup | Alexis | -2/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -4/+4 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -9/+9 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -32/+32 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -32/+32 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -13/+13 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -5/+4 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -3/+3 |
| 2015-01-30 | rollup merge of #21713: alexcrichton/second-pass-fmt | Alex Crichton | -2/+2 |
| 2015-01-30 | std: Stabilize the std::fmt module | Alex Crichton | -2/+2 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -4/+5 |