| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -10/+1 |
| 2014-10-02 | rollup merge of #16993 : dschatzberg/items-bounds | Alex Crichton | -2/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -65/+107 |
| 2014-10-02 | Revert "Remove the `_` suffix from slice methods." | Aaron Turon | -99/+79 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -7/+6 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -64/+28 |
| 2014-10-02 | Add lifetime bounds on Items and MutItems. | Dan Schatzberg | -2/+2 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | core: remove raw::GcBox. | Eduard Burtescu | -9/+0 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -28/+64 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -6/+7 |
| 2014-10-02 | Remove the `_` suffix from slice methods. | Nick Cameron | -79/+99 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -107/+65 |
| 2014-10-01 | auto merge of #17132 : reem/rust/any-static-bound, r=alexcrichton | bors | -3/+3 |
| 2014-09-30 | Bound Any with 'static | Jonathan Reem | -3/+3 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -20/+20 |
| 2014-09-29 | rollup merge of #17621 : sfackler/new-snap | Alex Crichton | -27/+0 |
| 2014-09-29 | rollup merge of #17602 : Tobba/defailbloat-static | Alex Crichton | -9/+8 |
| 2014-09-29 | rollup merge of #17585 : sfackler/string-slice | Alex Crichton | -0/+23 |
| 2014-09-29 | rollup merge of #17582 : kmcallister/gc-box | Alex Crichton | -4/+4 |
| 2014-09-29 | rollup merge of #17564 : japaric/fix-slicemut-docs | Alex Crichton | -4/+4 |
| 2014-09-29 | rollup merge of #17557 : sfackler/fuse-example | Alex Crichton | -1/+3 |
| 2014-09-28 | Register new snapshots | Steven Fackler | -23/+0 |
| 2014-09-28 | Defailbloat fail!(&'static str) | Tobba | -9/+8 |
| 2014-09-26 | Implement Slice for String and str | Steven Fackler | -0/+23 |
| 2014-09-27 | auto merge of #17469 : sfackler/rust/into-result, r=aturon | bors | -1/+44 |
| 2014-09-26 | Rename raw::Box to raw::GcBox | Keegan McAllister | -4/+4 |
| 2014-09-26 | Fix `SliceMut` documentation | Jorge Aparicio | -4/+4 |
| 2014-09-26 | Add Option::{ok_or, ok_or_else} | Steven Fackler | -1/+44 |
| 2014-09-25 | Fix Iterator::fuse example | Steven Fackler | -1/+3 |
| 2014-09-25 | Fallout from deprecation | Aaron Turon | -0/+1 |
| 2014-09-25 | Stabilize mutable slice API | Aaron Turon | -239/+266 |
| 2014-09-25 | auto merge of #17466 : nikomatsakis/rust/oibt, r=pcwalton | bors | -4/+4 |
| 2014-09-25 | auto merge of #17482 : hoeppnertill/rust/master, r=alexcrichton | bors | -1/+27 |
| 2014-09-25 | auto merge of #17455 : steveklabnik/rust/document_default, r=alexcrichton | bors | -3/+108 |
| 2014-09-25 | auto merge of #17498 : coyotebush/rust/iter-doc, r=huonw | bors | -3/+1 |
| 2014-09-25 | Add partial_min/max to libcore/cmp | Till Hoeppner | -1/+27 |
| 2014-09-25 | Integrate builtin bounds fully into the trait checker | Niko Matsakis | -4/+4 |
| 2014-09-25 | auto merge of #17428 : fhahn/rust/issue-16114-rename-begin-unwind-2, r=alexcr... | bors | -11/+34 |
| 2014-09-24 | Beef up Default documentation | Steve Klabnik | -3/+108 |
| 2014-09-25 | Rename `begin_unwind_string` to `fail_str`, refs #16114 | Florian Hahn | -8/+8 |
| 2014-09-25 | Rename `fail_` lang item to `fail`, closes #16114 | Florian Hahn | -1/+16 |
| 2014-09-24 | Rename `core::failure::begin_unwind` to `fail_impl`, refs #16114 | Florian Hahn | -11/+11 |
| 2014-09-24 | Rename `begin_unwind` lang item to `fail_fmt`, refs #16114 | Florian Hahn | -0/+8 |
| 2014-09-24 | Remove unused enum variants | Jakub Wieczorek | -46/+9 |
| 2014-09-23 | Fix iterator doc | Corey Ford | -3/+1 |
| 2014-09-23 | auto merge of #17446 : steveklabnik/rust/gh17445, r=alexcrichton | bors | -3/+1 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -2/+1 |
| 2014-09-22 | remove references to owned and managed pointers in clone docs | Steve Klabnik | -3/+1 |
| 2014-09-22 | Fix deprecation warnings in check-docs. | Victor Berger | -2/+2 |