| Age | Commit message (Expand) | Author | Lines |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -33/+33 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -19/+60 |
| 2014-09-13 | Move info into individual modules. | Steve Klabnik | -3/+7 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -102/+0 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -6/+6 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -6/+6 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -16/+114 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -1/+2 |
| 2014-08-19 | A few minor documentation fixes | P1start | -43/+44 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-12 | auto merge of #16195 : P1start/rust/more-index, r=aturon | bors | -0/+36 |
| 2014-08-12 | Implement Index for TreeMap | P1start | -0/+36 |
| 2014-08-02 | auto merge of #16177 : nham/rust/collections_15294_eq_ord, r=alexcrichton | bors | -0/+18 |
| 2014-08-01 | collections: Implement Ord for DList, RingBuf, TreeMap, TreeSet | nham | -0/+14 |
| 2014-08-01 | collections: Implement Eq for DList, RingBuf, TreeMap, TreeSet | nham | -0/+4 |
| 2014-07-30 | Library changes for RFC #43 | Cameron Zwarich | -1/+2 |
| 2014-07-27 | doc: Small rewording. | Jonas Hietala | -6/+4 |
| 2014-07-27 | doc: Main example for TreeMap. | Jonas Hietala | -0/+101 |
| 2014-07-27 | doc: TreeMap methods with examples. | Jonas Hietala | -17/+248 |
| 2014-07-27 | doc: TreeSet methods and main example. | Jonas Hietala | -16/+183 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a TreeMap | nham | -0/+41 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -1/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -2/+2 |
| 2014-07-23 | auto merge of #15749 : vhbit/rust/treemap-doc-fixes, r=alexcrichton | bors | -21/+21 |
| 2014-07-23 | TreeMap examples fixes | Valerii Hiora | -21/+21 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-16 | Add TreeSet example. | Steve Klabnik | -0/+32 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -1/+1 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-13 | Implement Hash trait for TreeSet and TreeMap. | nham | -0/+34 |
| 2014-07-09 | libcollections: Use iterators instead of old-style loops. | Luqman Aden | -4/+4 |
| 2014-07-09 | TreeMap: find enhancements | Valerii Hiora | -27/+136 |
| 2014-07-09 | auto merge of #15540 : Gankro/rust/master, r=huonw | bors | -17/+15 |
| 2014-07-08 | Removing recursion from find_mut in treemap | Alexis Beingessner | -17/+15 |
| 2014-07-08 | make macros non-capturing | John Clements | -6/+6 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -18/+8 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -3/+3 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -3/+3 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -37/+37 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -24/+0 |
| 2014-06-13 | Remove typo on collections::treemap::UnionItems | Renato Riccieri Santos Zannon | -1/+1 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+24 |
| 2014-06-09 | collections: Add missing Default impls | Tom Jakubowski | -0/+11 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -1/+3 |
| 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 | -4/+7 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -7/+11 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -40/+40 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -6/+6 |