| Age | Commit message (Expand) | Author | Lines |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-05 | Rollup merge of #22973 - djmally:coll_docs, r=Gankro | Manish Goregaokar | -6/+7 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -24/+30 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+12 |
| 2015-03-02 | Added note that method names in tables may differ from actual collections | David Mally | -1/+2 |
| 2015-03-02 | Fixed references to set & take ; minor wording & syntax fixes | David Mally | -5/+5 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -4/+4 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -7/+7 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -4/+4 |
| 2015-02-24 | Rollup merge of #22730 - ipetkov:lint-docs, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-23 | Add documentation to associated types in libcore, libstd | Ivan Petkov | -0/+1 |
| 2015-02-23 | Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-02-23 | Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -3609/+0 |
| 2015-02-21 | Remove last traces of BitV and BitVSet from documentation | Florian Hartwig | -4/+4 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -3609/+0 |
| 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 #22286: nikomatsakis/variance-4b | Alex Crichton | -26/+43 |
| 2015-02-18 | Round 2 test fixes and conflicts | Alex Crichton | -16/+16 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -16/+16 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -4/+6 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -16/+16 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -25/+27 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -2/+4 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -2/+2 |
| 2015-02-18 | Implement RFC 580 | Aaron Turon | -21/+21 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -158/+3696 |
| 2015-02-18 | Fallout: add phantomdata to hash | Niko Matsakis | -3/+4 |
| 2015-02-18 | Fallout: port hashmap to use Unique | Niko Matsakis | -23/+39 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -75/+0 |
| 2015-02-17 | std: Stabilize the IntoIterator trait | Alex Crichton | -0/+5 |
| 2015-02-17 | Rollup merge of #22313 - japaric:iter, r=aturon | Manish Goregaokar | -0/+80 |
| 2015-02-13 | add an associated `Item` type to `IntoIterator` | Jorge Aparicio | -0/+80 |
| 2015-02-13 | more int and cloned cleanup in collections | Alexis | -27/+27 |
| 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 |