| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-11 | Fix bug in padding unicode, #17105. | Ahmed Charles | -2/+2 |
| 2014-09-10 | Register snapshots | Brian Anderson | -61/+0 |
| 2014-09-09 | auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brson | bors | -1/+118 |
| 2014-09-09 | Optimize for the most common cases of `format!` | Piotr Czarnecki | -6/+52 |
| 2014-09-09 | Decouple string and argument pieces | Piotr Czarnecki | -1/+72 |
| 2014-09-09 | rollup merge of #17080 : treeman/issue-17066 | Alex Crichton | -1/+1 |
| 2014-09-09 | Check traits for built-in bounds in impls | Nick Cameron | -2/+4 |
| 2014-09-07 | Flip arguments to `std::iter::iterate`. | Jonas Hietala | -1/+1 |
| 2014-09-07 | auto merge of #17005 : bjz/rust/bit-count, r=thestinger | bors | -10/+10 |
| 2014-09-07 | auto merge of #16999 : brson/rust/fannkuch, r=alexcrichton | bors | -1/+6 |
| 2014-09-05 | Optimize Slice::reverse | Brian Anderson | -1/+6 |
| 2014-09-05 | Make integer bit count methods return uints | Brendan Zabarauskas | -10/+10 |
| 2014-09-05 | Update language item from 'share' to 'sync' #16988 | Felix Raimundo | -1/+1 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -7/+7 |