| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | auto merge of #17807 : nick29581/rust/slice6, r=aturon | bors | -82/+188 |
| 2014-10-07 | Reinstate AsSlice impls for Option and Result | Nick Cameron | -0/+37 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -9/+124 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -44/+6 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -4/+5 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -60/+51 |
| 2014-10-06 | Remove core::any::AnyPrivate | Aaron Turon | -7/+2 |
| 2014-10-06 | auto merge of #17820 : pnkfelix/rust/fsk-improve-binary_search-doc2, r=alexcr... | bors | -2/+42 |
| 2014-10-06 | Add example to doc for `slice::ImmutableSlice::binary_search`. | Felix S. Klock II | -2/+42 |
| 2014-10-05 | auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger | bors | -0/+7 |
| 2014-10-04 | Add intrinsics::unreachable | Keegan McAllister | -0/+7 |
| 2014-10-04 | Make examples for AtomicInt refer to AtomicInt | Peter Minten | -6/+6 |
| 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 |