| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -7/+18 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -7/+7 |
| 2014-09-03 | auto merge of #16634 : apoelstra/rust/to-option-fix, r=aturon | bors | -8/+38 |
| 2014-09-02 | Add many comments to TwoWaySearcher. | nham | -10/+87 |
| 2014-09-02 | core: Make TwoWaySearcher reset its prefix memory when shifting by byteset | nham | -0/+3 |
| 2014-09-01 | auto merge of #16897 : japaric/rust/mut-slice-collection, r=alexcrichton | bors | -0/+9 |
| 2014-09-01 | auto merge of #16886 : Tobba/rust/defailbloat-string, r=alexcrichton | bors | -3/+9 |
| 2014-08-31 | Rename `RawPtr::to_option()` to `RawPtr::as_ref()` | Andrew Poelstra | -8/+38 |