| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -14/+10 |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -1/+1 |
| 2015-02-18 | Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and owner... | Niko Matsakis | -2/+2 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -31/+31 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -21/+21 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -3/+3 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-12 | Auto merge of #21895 - alfie:libcoretest, r=pnkfelix | bors | -112/+112 |
| 2015-02-11 | Add core::marker::PhantomData. | Felix S. Klock II | -1/+1 |
| 2015-02-10 | Deprecating i/u suffixes in libcoretest | Alfie John | -112/+112 |
| 2015-02-10 | rollup merge of #22142: Kimundi/unsized_unique | Alex Crichton | -0/+9 |
| 2015-02-10 | Made the `ptr::Unique` type accept unsized types, to allow for use cases | Marvin Löbel | -0/+9 |
| 2015-02-08 | Fix std::ops::Range size_hint and ExactSizeIterator impls | Ulrik Sverdrup | -0/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -6/+6 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -8/+9 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+1 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+1 |
| 2015-02-02 | rollup merge of #21854: alexcrichton/try-borrow | Alex Crichton | -0/+4 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -7/+7 |
| 2015-02-01 | std: Deprecate RefCell::{try_borrow, try_borrow_mut} | Alex Crichton | -0/+4 |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -7/+7 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -13/+13 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -195/+195 |
| 2015-01-30 | rollup merge of #21718: alexcrichton/stabilize-from-str | Alex Crichton | -50/+50 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -50/+50 |
| 2015-01-30 | remove Copy impls from iterators | Jorge Aparicio | -25/+25 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -195/+195 |
| 2015-01-30 | Change from core::ops::RangeFull to std::ops | Nick Cameron | -2/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -16/+16 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -10/+10 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+2 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -2/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -91/+148 |
| 2015-01-24 | Auto merge of #21537 - tbu-:pr_coretest_fmt, r=alexcrichton | bors | -70/+72 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+0 |
| 2015-01-23 | Auto merge of #21453 - Stebalien:exactsize, r=alexcrichton | bors | -4/+57 |
| 2015-01-23 | Clean up `isize`, `usize`. Don't bench allocation but formatting. | Tobias Bucher | -70/+72 |
| 2015-01-21 | Minor fixes | Brian Anderson | -1/+0 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -1/+1 |
| 2015-01-21 | Add test cases for ExactSizeIterator impls | Steven Allen | -4/+57 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -20/+22 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -1/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -20/+22 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -1/+1 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -1/+1 |