| Age | Commit message (Expand) | Author | Lines |
| 2015-02-09 | std: Rename IntoIterator::Iter to IntoIter | Alex Crichton | -5/+5 |
| 2015-02-06 | make `IndexMut` a super trait over `Index` | Jorge Aparicio | -2/+0 |
| 2015-02-07 | fix outdated docs | Alexis | -28/+28 |
| 2015-02-07 | fix outdated docs | Alexis | -9/+9 |
| 2015-02-06 | More libcollections fixes | Manish Goregaokar | -3/+3 |
| 2015-02-06 | Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton | Manish Goregaokar | -124/+124 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2015-02-06 | Rollup merge of #21951 - Gankro:entry, r=aturon | Manish Goregaokar | -8/+8 |
| 2015-02-05 | misc collections code cleanup | Alexis | -124/+124 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 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/+5 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -16/+6 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -3/+3 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -5/+5 |
| 2015-02-02 | impl IntoIterator for HashSet | Jorge Aparicio | -1/+27 |
| 2015-02-02 | impl IntoIterator for HashMap | Jorge Aparicio | -1/+37 |
| 2015-02-01 | std: Remove extra type params on iter adaptors | Alex Crichton | -16/+6 |
| 2015-02-01 | Auto merge of #21811 - tbu-:pr_more_isize, r=alexcrichton | bors | -2/+2 |
| 2015-01-31 | make Send/Sync impl of RawTable manual | Alexis | -12/+14 |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -2/+2 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -89/+89 |
| 2015-01-30 | smoke out remaining bugs | Jorge Aparicio | -2/+1 |
| 2015-01-30 | fix tests | Jorge Aparicio | -0/+1 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -2/+2 |
| 2015-01-30 | Add a few missing stability markers. | Chris Morgan | -0/+5 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -89/+89 |
| 2015-01-29 | fix inference fallout | Jorge Aparicio | -6/+6 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -27/+27 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -3/+3 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -36/+86 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -95/+95 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -19/+19 |
| 2015-01-22 | Rollup merge of #21217 - Gankro:docadoca, r=steveklabnik | Steve Klabnik | -2/+52 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -19/+19 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -1/+0 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -114/+128 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -11/+11 |
| 2015-01-21 | rollup merge of #21419: Toby-S/patch-1 | Alex Crichton | -23/+23 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -11/+11 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -13/+10 |
| 2015-01-21 | Rollup merge of #21302 - gutworth:rm-find-equiv-test, r=brson | Barosl LEE | -17/+0 |
| 2015-01-20 | Correct small typos in map.rs. | Toby Scrace | -23/+23 |
| 2015-01-19 | Implement range and range_mut for BTree | Piotr Czarnecki | -0/+1 |
| 2015-01-17 | remove test_find_equiv, since find_equiv doesn't exist anymore | Benjamin Peterson | -17/+0 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -13/+10 |