| Age | Commit message (Expand) | Author | Lines |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1899/+0 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -116/+364 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -3/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -3/+3 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -18/+0 |
| 2014-10-11 | auto merge of #17801 : Gankro/rust/collections-stuff, r=sfackler | bors | -16/+24 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -18/+0 |
| 2014-10-09 | collections: Convert statics to constants | Alex Crichton | -4/+4 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -0/+18 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+4 |
| 2014-10-05 | adding iterator benches to tree-based maps for comparison purposes | Alexis Beingessner | -16/+24 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -4/+3 |
| 2014-10-02 | Revert "Remove the `_` suffix from slice methods." | Aaron Turon | -18/+0 |
| 2014-10-02 | Remove the `_` suffix from slice methods. | Nick Cameron | -0/+18 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+4 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -18/+18 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -6/+24 |
| 2014-09-13 | Move info into individual modules. | Steve Klabnik | -2/+7 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -20/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+22 |
| 2014-08-19 | A few minor documentation fixes | P1start | -32/+32 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-13 | core: Rename ImmutableSlice::unsafe_ref to unsafe_get | Brian Anderson | -1/+1 |
| 2014-08-12 | Implement Index for TrieMap | P1start | -0/+38 |
| 2014-07-30 | Library changes for RFC #43 | Cameron Zwarich | -7/+13 |
| 2014-07-28 | Implement Ord for TrieMap/TrieSet/SmallIntMap/Bitv/BitvSet | nham | -1/+8 |
| 2014-07-27 | Implement PartialOrd for TrieMap and TrieSet | nham | -1/+72 |
| 2014-07-26 | Small fixes for tests | nham | -1/+1 |
| 2014-07-25 | Implement PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and... | nham | -1/+94 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a TrieMap | nham | -0/+43 |
| 2014-07-24 | Main examples for TrieSet and TrieMap. | Jonas Hietala | -2/+67 |
| 2014-07-24 | Document TrieSet and TrieMap methods. | Jonas Hietala | -16/+191 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -2/+2 |
| 2014-07-22 | Implement PartialEq, Eq for TrieMap, TrieSet | nham | -18/+46 |
| 2014-07-22 | Derive Hash for TrieMap and TrieSet | nham | -0/+27 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+7 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -18/+18 |
| 2014-06-09 | collections: Add missing Default impls | Tom Jakubowski | -0/+11 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -0/+4 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -5/+10 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -6/+10 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+1 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -4/+7 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+4 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -1/+1 |