| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -3/+3 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -31/+31 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -14/+14 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -14/+14 |
| 2015-01-29 | Auto merge of #21730 - Manishearth:rollup, r=alexcrichton | bors | -11/+26 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-29 | Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichton | Manish Goregaokar | -9/+25 |
| 2015-01-29 | Rollup merge of 21681 - japaric:no-warn, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-01-27 | fix #[cfg(test)] warnings | Jorge Aparicio | -2/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -9/+9 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -9/+9 |
| 2015-01-26 | don't ignore errors in encode and allow hashmaps with enum keys | Oliver Schneider | -9/+25 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -446/+32 |
| 2015-01-23 | serialize: Remove base64 support | Alex Crichton | -425/+0 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -0/+1 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+8 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+2 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -21/+32 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -2/+2 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -21/+32 |
| 2015-01-21 | Rollup merge of #21314 - fenhl:patch-1, r=steveklbanik | Barosl LEE | -1/+1 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -2/+2 |
| 2015-01-19 | ugly hack to convert BadHashMapKey error to general fmt::Error | Oliver 'ker' Schneider | -5/+20 |
| 2015-01-19 | add unit test for non string/numeric map keys | Oliver 'ker' Schneider | -1/+20 |