| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | Rollup merge of #23509 - aturon:stab-entry, r=Gankro | Steve Klabnik | -8/+8 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -4/+20 |
| 2015-03-20 | Future-proof indexing on maps: remove IndexMut | Aaron Turon | -13/+1 |
| 2015-03-18 | Stabilize Entry types | Aaron Turon | -8/+8 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+1 |
| 2015-03-16 | document undefined collection behavior with interior mutability | Andrew Paseltiner | -0/+5 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -22/+22 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -0/+7 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -4/+4 |
| 2015-02-23 | Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -1/+1 |
| 2015-02-18 | Fix references to doc.rs throughout the code | Keegan McAllister | -1/+1 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -13/+13 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -13/+13 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -2/+3 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -1/+2 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -85/+43 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -45/+0 |
| 2015-02-17 | std: Stabilize the IntoIterator trait | Alex Crichton | -0/+3 |
| 2015-02-13 | add an associated `Item` type to `IntoIterator` | Jorge Aparicio | -0/+48 |
| 2015-02-09 | std: Rename IntoIterator::Iter to IntoIter | Alex Crichton | -3/+3 |
| 2015-02-06 | make `IndexMut` a super trait over `Index` | Jorge Aparicio | -2/+0 |
| 2015-02-07 | fix outdated docs | Alexis | -16/+16 |
| 2015-02-06 | Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton | Manish Goregaokar | -56/+56 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2015-02-05 | misc collections code cleanup | Alexis | -56/+56 |
| 2015-02-04 | stabilize core Entry API | Alexis | -8/+8 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+1 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -2/+0 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+1 |
| 2015-02-03 | Auto merge of #21745 - chris-morgan:add-missing-unstable-attributes, r=huonw | bors | -0/+3 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -14/+4 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -2/+2 |
| 2015-02-02 | impl IntoIterator for HashMap | Jorge Aparicio | -1/+37 |
| 2015-02-01 | std: Remove extra type params on iter adaptors | Alex Crichton | -14/+4 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -47/+47 |
| 2015-01-30 | smoke out remaining bugs | Jorge Aparicio | -2/+1 |
| 2015-01-30 | fix tests | Jorge Aparicio | -0/+1 |
| 2015-01-30 | Add a few missing stability markers. | Chris Morgan | -0/+3 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -47/+47 |
| 2015-01-29 | fix inference fallout | Jorge Aparicio | -4/+4 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -25/+25 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -2/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -29/+29 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -43/+43 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -15/+15 |