| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-07-29 | Implement Hash for DList | nham | -0/+29 |
| 2014-07-23 | Just land already | Brian Anderson | -23/+23 |
| 2014-07-23 | collections: Make push_back/pop_back default methods | Brian Anderson | -16/+4 |
| 2014-07-23 | collections: Deprecate push_back/pop_back | Brian Anderson | -0/+2 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -2/+7 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -3/+5 |
| 2014-07-17 | Add examples for DList methods rotate_forward, rotate_backward, append, prepe... | nham | -0/+91 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -11/+2 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -5/+5 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -42/+42 |
| 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-07 | Implement Show for DList | Adolfo OchagavĂa | -0/+25 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -4/+4 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -3/+6 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -3/+6 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+1 |
| 2014-05-25 | Fix FIXME #3511 in Dlist code | Piotr Jawniak | -7/+3 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -19/+0 |
| 2014-05-18 | Fix insert_ordered in DList | Adolfo OchagavĂa | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -6/+5 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -18/+18 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -10/+10 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -12/+13 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -12/+12 |
| 2014-04-09 | collections: replace all ~[T] with Vec<T>. | Huon Wilson | -20/+20 |
| 2014-03-31 | collections: Switch field privacy as necessary | Alex Crichton | -11/+11 |