| Age | Commit message (Expand) | Author | Lines |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -2/+4 |
| 2014-12-30 | Stabilize cmp | Aaron Turon | -0/+4 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -1/+1 |
| 2014-12-28 | auto merge of #20185 : csouth3/rust/dlist-deprecate, r=alexcrichton | bors | -4/+41 |
| 2014-12-26 | Impl Sync/Send for Rawlink | Flavio Percoco | -0/+2 |
| 2014-12-23 | Deprecate `DList::ListInsertion` | Chase Southwood | -4/+41 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -23/+23 |
| 2014-12-22 | Renaming of the Iter types as in RFC #344 | Florian Wilkens | -23/+23 |
| 2014-12-21 | Misc Stabilization for collections | Chase Southwood | -4/+4 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -0/+1 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -0/+1 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -2/+2 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+2 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -0/+2 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -1/+1 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -1/+1 |
| 2014-12-13 | libcollections: use unboxed closures in `DList` methods | Jorge Aparicio | -11/+9 |
| 2014-12-13 | auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankro | bors | -1/+2 |
| 2014-12-10 | auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla... | bors | -7/+7 |
| 2014-12-10 | Remove references to traits that no longer exist | Tobias Bucher | -1/+2 |
| 2014-12-09 | rollup merge of #19622: steveklabnik/fix_ringbuf_doc | Alex Crichton | -3/+0 |
| 2014-12-08 | Change 'Example' to 'Examples' throughout collections' rustdocs. | jbranchaud | -7/+7 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -1/+8 |
| 2014-12-07 | Remove mention of Dequeue in collections docs. | Steve Klabnik | -3/+0 |
| 2014-12-06 | libcollections: remove unnecessary `as_slice()` calls | Jorge Aparicio | -4/+4 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -2/+2 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -17/+17 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -1/+1 |
| 2014-11-06 | Implement low-hanging fruit of collection conventions | Alexis Beingessner | -60/+87 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -85/+101 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -2/+2 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -13/+2 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -4/+4 |
| 2014-09-25 | Add tests for new _mut variants | Aaron Turon | -0/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -21/+21 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -2/+13 |
| 2014-08-31 | Rename `RawPtr::to_option()` to `RawPtr::as_ref()` | Andrew Poelstra | -1/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -19/+0 |
| 2014-08-29 | auto merge of #16768 : nham/rust/libcollections_test_cleanup, r=alexcrichton | bors | -30/+30 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -1/+1 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -3/+22 |
| 2014-08-26 | libcollections: In tests, remove some uses of deprecated methods and | nham | -30/+30 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -1/+2 |
| 2014-08-19 | A few minor documentation fixes | P1start | -42/+54 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-12 | Deprecation fallout in libcollections | Aaron Turon | -2/+2 |
| 2014-08-01 | collections: Implement Ord for DList, RingBuf, TreeMap, TreeSet | nham | -0/+7 |
| 2014-08-01 | collections: Implement Eq for DList, RingBuf, TreeMap, TreeSet | nham | -0/+2 |