| Age | Commit message (Expand) | Author | Lines |
| 2015-12-05 | Uses unwrap instead of pattern matching | Christopher Sumnicht | -3/+3 |
| 2015-12-05 | Resolved warnings about unused result | Christopher Sumnicht | -3/+3 |
| 2015-12-04 | Fix typo | Jake Worth | -1/+1 |
| 2015-12-03 | Auto merge of #30169 - shepmaster:for-loop-into-iterator, r=steveklabnik | bors | -5/+7 |
| 2015-12-02 | Clarify that a for loop uses `IntoIterator` | Jake Goulding | -5/+7 |
| 2015-12-02 | Auto merge of #30161 - JIghtuse:master, r=steveklabnik | bors | -1/+3 |
| 2015-12-02 | book: Provide link to tuple structs in type aliases chapter | Boris Egorov | -1/+3 |
| 2015-12-01 | Rollup merge of #30154 - salty-horse:guessing_panic, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-01 | Rollup merge of #30153 - durka:patch-11, r=steveklabnik | Steve Klabnik | -9/+16 |
| 2015-12-01 | Rollup merge of #30144 - pjungwir:clarify-semver-rules, r=steveklabnik | Steve Klabnik | -3/+7 |
| 2015-12-01 | Rollup merge of #30134 - salty-horse:patch-1, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-12-02 | book: Change mention of unused `return` to `panic!` | Ori Avtalion | -1/+1 |
| 2015-12-01 | trpl: explain how to inhibit rustdoc's auto-main | Alex Burka | -9/+16 |
| 2015-12-01 | Clarify ambiguity about how to ask Cargo for a specific version | Paul A. Jungwirth | -3/+7 |
| 2015-12-01 | Fix wording in Guessing Game | Ori Avtalion | -2/+2 |
| 2015-12-01 | trpl: additions & fixes for syntax index. | Daniel Keep | -2/+6 |
| 2015-11-30 | Rollup merge of #30115 - nilcons-contrib:fix-book-stack, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-11-30 | Rollup merge of #30114 - sourcefrog:doc-casts2, r=Manishearth | Steve Klabnik | -7/+19 |
| 2015-11-30 | Rollup merge of #30108 - bhargavrpatel:master, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-11-30 | Correct grammar | Martin Pool | -1/+1 |
| 2015-11-30 | Additional text and examples around casting | Martin Pool | -7/+19 |
| 2015-11-30 | Fix pointer value in the 'complex example' | Mihaly Barasz | -1/+1 |
| 2015-11-30 | Remove broken explicit coercion example | Martin Pool | -7/+0 |
| 2015-11-29 | Change verbiage in Stack & Heap page | Bhargav Patel | -1/+1 |
| 2015-11-29 | Auto merge of #30088 - sourcefrog:doc-casts, r=steveklabnik | bors | -5/+113 |
| 2015-11-29 | Rephrased description of casting | Martin Pool | -9/+21 |
| 2015-11-29 | Add information about numeric casts, from the nomicon | Martin Pool | -0/+26 |
| 2015-11-29 | Auto merge of #30059 - androm3da:master, r=bluss | bors | -6/+6 |
| 2015-11-28 | Auto merge of #29651 - tshepang:misc, r=steveklabnik | bors | -5/+8 |
| 2015-11-28 | doc(book/ffi): remove duplicate link reference `[libc]' | xd1le | -2/+0 |
| 2015-11-27 | Attempted documentation of coercions | Martin Pool | -3/+19 |
| 2015-11-27 | Copy in some documentation about which casts are legal | Martin Pool | -5/+59 |
| 2015-11-27 | Shifted focus of while-let example per review. | ebadf | -6/+5 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -5/+7 |
| 2015-11-25 | Corrections to the while-let example per review. | ebadf | -5/+4 |
| 2015-11-26 | Auto merge of #30053 - JIghtuse:master, r=steveklabnik | bors | -0/+1 |
| 2015-11-26 | book: miscellaneous improvements to "dining philosophers" example | Tshepang Lekhonkhobe | -5/+8 |
| 2015-11-25 | Updated "while let" example. | androm3da | -3/+5 |
| 2015-11-25 | trpl: Fix example logic in error handling chapter | Boris Egorov | -0/+1 |
| 2015-11-24 | Add cargo instructions for dinning_philosopher project | Matthias Bussonnier | -2/+11 |
| 2015-11-24 | fixed inconsistent indentation in book example | Alex Gaynor | -1/+1 |
| 2015-11-23 | wording: results don't fail | Philipp Matthias Schäfer | -1/+1 |
| 2015-11-21 | change link on book front page trpl -> book | Matthias Kauer | -3/+2 |
| 2015-11-20 | Remove slice pattern from compiler plugin example | Florian Hahn | -4/+11 |
| 2015-11-19 | src/doc/trpl -> src/doc/book | Steve Klabnik | -0/+18452 |