| Age | Commit message (Expand) | Author | Lines |
| 2017-02-02 | Wrap 80 columns | Son | -4/+10 |
| 2017-02-02 | Add doc field init shorthand | Giang Nguyen | -0/+22 |
| 2017-02-02 | Add explain struct field init shorthand | Giang Nguyen | -0/+13 |
| 2017-02-01 | Update Cell references in the book | Wesley Wiser | -5/+7 |
| 2017-01-29 | Minor grammar fix 'can not' -> 'cannot' | Wilfred Hughes | -3/+3 |
| 2017-01-28 | Change placement of `[Unstable]` marker in RFC 1623 docs. | Chris Krycho | -5/+5 |
| 2017-01-28 | Add feature flag to reference docs for RFC 1623. | Chris Krycho | -1/+2 |
| 2017-01-27 | Rollup merge of #39344 - ollie27:links, r=steveklabnik | Alex Crichton | -1/+1 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -1/+1 |
| 2017-01-26 | drop_in_place is stable now, don't #![feature] it in the nomicon and a test | est31 | -3/+3 |
| 2017-01-24 | fix book: refer to `add_two` as "tested function" | Raphael Das Gupta | -1/+1 |
| 2017-01-24 | Fix doc cfg(test) and tests directory | Freyskeyd | -0/+4 |
| 2017-01-23 | Rollup merge of #39191 - cesarb:book/trait-objects-vtable-size-and-align, r=s... | Steve Klabnik | -4/+1 |
| 2017-01-23 | Rollup merge of #38993 - krdln:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2017-01-23 | Rollup merge of #38956 - theduke:document-field-init-shorthand-38830, r=steve... | Steve Klabnik | -2/+3 |
| 2017-01-23 | Rollup merge of #38794 - ConnyOnny:master, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2017-01-22 | Fix minor typo | Eijebong | -1/+1 |
| 2017-01-21 | Update if-let.md | bluecereal | -4/+4 |
| 2017-01-20 | linkchecker: Fix checking links which are just fragments | Oliver Middleton | -4/+4 |
| 2017-01-19 | No need to mention how these fields are used | Cesar Eduardo Barros | -2/+1 |
| 2017-01-19 | Update nomicon to describe `#[may_dangle]` | Andrew Paseltiner | -6/+24 |
| 2017-01-19 | book: size and align in trait object vtables are used | Cesar Eduardo Barros | -3/+1 |
| 2017-01-15 | An update to patterns documentation | Bjorn Tipling | -0/+27 |
| 2017-01-13 | Rollup merge of #39027 - behnam:typo, r=frewsxcv | Guillaume Gomez | -1/+1 |
| 2017-01-12 | [libcollections] [doc] Fix typo in documentation | Behnam Esfahbod | -1/+1 |
| 2017-01-11 | Fix some typos in Nomicon | Ben Wiederhake | -2/+2 |
| 2017-01-11 | Add `&mut expr` to syntax index | krdln | -1/+1 |
| 2017-01-10 | Update struct_expr grammar for field init shorthand. | theduke | -2/+3 |
| 2017-01-10 | Rollup merge of #38816 - Manishearth:coercion-doc, r=GuillaumeGomez | Seo Sanghyeon | -1/+3 |
| 2017-01-10 | Auto merge of #38138 - rkruppe:no_std-no_loop, r=steveklabnik | bors | -11/+10 |
| 2017-01-04 | book: use abort() over loop {} for panic | Robin Kruppe | -11/+10 |
| 2017-01-04 | Document custom derive. | Steve Klabnik | -8/+256 |
| 2017-01-04 | Add more docs for CoerceUnsized and Unsize | Manish Goregaokar | -1/+3 |
| 2017-01-03 | Document RFC 1623: static lifetime elision. | Chris Krycho | -6/+29 |
| 2017-01-03 | Auto merge of #38066 - bluss:string-slice-error, r=sfackler | bors | -2/+2 |
| 2017-01-03 | book: match enum warning removed | Constantin | -1/+1 |
| 2017-01-02 | Reword 'stupid' and 'crazy' in docs. | Clar Charr | -10/+10 |
| 2016-12-29 | Rollup merge of #38662 - agl:patch-2, r=frewsxcv | Alex Crichton | -2/+2 |
| 2016-12-29 | Rollup merge of #38659 - agl:patch-1, r=apasel422 | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38630 - frewsxcv:variadic, r=steveklabnik | Alex Crichton | -0/+34 |
| 2016-12-28 | Use "an" before "i32" | Adam Langley | -2/+2 |
| 2016-12-28 | Add missing apostrophe. | Adam Langley | -1/+1 |
| 2016-12-27 | Document foreign variadic functions in TRPL and the reference. | Corey Farwell | -0/+34 |
| 2016-12-27 | And suddenly a german word :O | kellerkindt | -1/+1 |
| 2016-12-24 | Rollup merge of #38568 - chris-morgan:fix-markdown-lists, r=frewsxcv | Steve Klabnik | -9/+9 |
| 2016-12-24 | Rollup merge of #38013 - wezm:simplify-test-notes, r=steveklabnik | Steve Klabnik | -5/+4 |
| 2016-12-24 | Rollup merge of #37956 - tshepang:patch-2, r=steveklabnik | Steve Klabnik | -2/+3 |
| 2016-12-23 | book: replace example I do not understand | Tshepang Lekhonkhobe | -2/+3 |
| 2016-12-22 | Fix Markdown list formatting. | Chris Morgan | -9/+9 |
| 2016-12-20 | Rollup merge of #38215 - liigo:patch-12, r=petrochenkov | Alex Crichton | -1/+2 |