| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -61/+477 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -3/+160 |
| 2014-09-17 | rollup merge of #17329 : alexcrichton/snapshots | Alex Crichton | -7/+0 |
| 2014-09-17 | rollup merge of #16936 : nham/two_way_makeover | Alex Crichton | -10/+90 |
| 2014-09-17 | doc: Backticks and spelling mistakes. | Jonas Hietala | -1/+1 |
| 2014-09-17 | doc: Methods for option::Option | Jonas Hietala | -1/+217 |
| 2014-09-17 | doc: Methods for result::Result. | Jonas Hietala | -28/+228 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -33/+33 |
| 2014-09-16 | Register new snapshots | Alex Crichton | -7/+0 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -29/+29 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -23/+104 |
| 2014-09-15 | auto merge of #16887 : steveklabnik/rust/guide_iterators, r=alexcrichton | bors | -6/+0 |
| 2014-09-14 | auto merge of #17195 : tbu-/rust/pr_strfindoverflow2, r=alexcrichton | bors | -0/+3 |
| 2014-09-13 | Remove container guide. | Steve Klabnik | -6/+0 |
| 2014-09-12 | Document why `core::str::Searcher::new` doesn't overflow | Tobias Bucher | -0/+3 |
| 2014-09-12 | auto merge of #17159 : brson/rust/snaps, r=alexcrichton | bors | -61/+0 |