| Age | Commit message (Expand) | Author | Lines |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -1/+1 |
| 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 #38794 - ConnyOnny:master, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2017-01-21 | Update if-let.md | bluecereal | -4/+4 |
| 2017-01-19 | No need to mention how these fields are used | Cesar Eduardo Barros | -2/+1 |
| 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-12 | [libcollections] [doc] Fix typo in documentation | Behnam Esfahbod | -1/+1 |
| 2017-01-11 | Add `&mut expr` to syntax index | krdln | -1/+1 |
| 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 | -0/+214 |
| 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 |
| 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/+25 |
| 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/+25 |
| 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-16 | Update if-let.md | bluecereal | -2/+4 |
| 2016-12-16 | Update book for rustup | Brian Anderson | -9/+23 |
| 2016-12-16 | Book: rustup.sh -> rustup.rs | Steve Klabnik | -21/+7 |
| 2016-12-13 | Simplify notes on testing and concurrency | Wesley Moore | -5/+4 |
| 2016-12-09 | rustdoc: fix doctests with non-feature crate attrs | Alex Burka | -4/+4 |
| 2016-12-07 | Update book/ffi to use catch_unwind | Cobrand | -9/+14 |
| 2016-12-01 | Minor fix to testing concurrency section | Steve Smith | -5/+5 |
| 2016-11-30 | Use more specific panic message for &str slicing errors | Ulrik Sverdrup | -2/+2 |
| 2016-11-23 | Use literal 5 instead of five in book section 4.1 | Sam Estep | -1/+1 |
| 2016-11-20 | Rollup merge of #37840 - brcooley:patch-1, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2016-11-17 | Fix grammar error in lifetimes.md | Brett Cooley | -1/+1 |
| 2016-11-17 | Rollup merge of #37766 - tarka:book-testing-concurrency-capture, r=steveklabnik | Guillaume Gomez | -0/+42 |
| 2016-11-14 | Remove thread-per-CPU bit as it may not be accurate. | Steve Smith | -6/+5 |
| 2016-11-14 | Typo in new section | Steve Smith | -1/+1 |
| 2016-11-14 | Auto merge of #37755 - polo-language:doc-punct, r=GuillaumeGomez | bors | -183/+184 |
| 2016-11-14 | Add sections about concurrency and stdout/err capture to the Testing chapter ... | Steve Smith | -0/+43 |
| 2016-11-13 | Improved punctuation, capitalization, and sentence structure of code snippet ... | Angelo Polo | -183/+184 |
| 2016-11-12 | Minor grammar fix to ffi.md | Reza Akhavan | -1/+1 |
| 2016-11-12 | Rollup merge of #37708 - oli-obk:box_free, r=eddyb | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-12 | Rollup merge of #37503 - nwin:patch-3, r=steveklabnik | Eduard-Mihai Burtescu | -14/+8 |
| 2016-11-12 | Rollup merge of #37368 - trotter:patch-1, r=steveklabnik | Eduard-Mihai Burtescu | -31/+92 |