| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -44/+0 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -2/+2 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -44/+0 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -0/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -15/+15 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -1/+7 |
| 2014-09-13 | Move info into individual modules. | Steve Klabnik | -4/+4 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -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 | -45/+45 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -3/+3 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -3/+3 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+21 |
| 2014-08-26 | libcollections: In tests, remove some uses of deprecated methods and | nham | -45/+45 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -2/+4 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -4/+14 |
| 2014-08-19 | A few minor documentation fixes | P1start | -37/+31 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -2/+1 |
| 2014-08-13 | core: Put stability attributes all over the slice module | Brian Anderson | -0/+2 |
| 2014-08-12 | Deprecation fallout in libcollections | Aaron Turon | -4/+5 |
| 2014-08-12 | auto merge of #16195 : P1start/rust/more-index, r=aturon | bors | -3/+40 |
| 2014-08-12 | Implement Index for RingBuf | P1start | -3/+40 |
| 2014-08-07 | libcollections: Fix RingBuf growth for non-power-of-two capacities | Kevin Butler | -3/+44 |
| 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 |
| 2014-07-27 | Hash the length of the RingBuf before hashing elements | nham | -0/+1 |
| 2014-07-26 | Implement PartialOrd for RingBuf | nham | -0/+20 |
| 2014-07-26 | Implement Hash for RingBuf | nham | -0/+28 |
| 2014-07-26 | Add examples for RingBuf methods get, get_mut, iter, mut_iter | nham | -0/+66 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -1/+1 |
| 2014-07-23 | collections: Make push_back/pop_back default methods | Brian Anderson | -20/+12 |
| 2014-07-23 | collections: Deprecate push_back/pop_back | Brian Anderson | -0/+2 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+6 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -5/+5 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -13/+13 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -5/+7 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -1/+2 |
| 2014-06-09 | collections: Add missing Default impls | Tom Jakubowski | -0/+6 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -3/+3 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -5/+6 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -5/+7 |
| 2014-06-04 | Implement Show for RingBuf | Adolfo OchagavĂa | -0/+26 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -6/+6 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -11/+1 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -11/+11 |
| 2014-04-23 | std: Change RandomAccessIterator to use `&mut self` | Alex Crichton | -1/+1 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -5/+5 |