| Age | Commit message (Expand) | Author | Lines |
| 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 | Added stmt_expr_attribute feature gate | Marvin Löbel | -0/+3 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -5/+7 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -4/+0 |
| 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 | Remove `#[staged_api]` | Vadim Petrochenkov | -4/+0 |
| 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-25 | Rollup merge of #30038 - Carreau:cargo-philosopher, r=steveklabnik | Manish Goregaokar | -2/+11 |
| 2015-11-25 | Auto merge of #29687 - Havvy:ux-guidelines, r=pnkfelix | bors | -0/+73 |
| 2015-11-24 | Add cargo instructions for dinning_philosopher project | Matthias Bussonnier | -2/+11 |
| 2015-11-24 | Rollup merge of #30020 - Manishearth:unit, r=bluss | Steve Klabnik | -2/+2 |
| 2015-11-24 | Update reference.md | Manish Goregaokar | -2/+2 |
| 2015-11-24 | fixed inconsistent indentation in book example | Alex Gaynor | -1/+1 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -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-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-19 | src/doc/trpl -> src/doc/book | Steve Klabnik | -0/+0 |
| 2015-11-17 | Rollup merge of #29891 - steveklabnik:gh29470, r=alexcrichton | Steve Klabnik | -4/+11 |
| 2015-11-17 | Rollup merge of #29890 - steveklabnik:gh29742, r=Manishearth | Steve Klabnik | -1/+2 |
| 2015-11-17 | Rollup merge of #29889 - steveklabnik:gh29801, r=manishearth | Steve Klabnik | -11/+12 |
| 2015-11-17 | Rollup merge of #29888 - steveklabnik:gh29762, r=sanxiyn | Steve Klabnik | -0/+17 |
| 2015-11-17 | Clear up the reference around let | Steve Klabnik | -11/+12 |
| 2015-11-17 | Fix up escapes in the reference | Steve Klabnik | -4/+11 |
| 2015-11-17 | Clarify comment about structs and lifetimes | Steve Klabnik | -1/+2 |
| 2015-11-17 | Mention libc from crates.io in TRPL: FFI | Steve Klabnik | -0/+17 |
| 2015-11-17 | Rollup merge of #29881 - jeanm:patch-1, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-11-17 | Rollup merge of #29875 - steveklabnik:gh29784, r=Manishearth | Manish Goregaokar | -2/+1 |
| 2015-11-17 | Rollup merge of #29873 - steveklabnik:gh29493, r=nikomatsakis | Manish Goregaokar | -7/+16 |
| 2015-11-17 | Auto merge of #29860 - steveklabnik:stackheapfixes, r=huonw | bors | -0/+8 |
| 2015-11-17 | Fix grammar | Jean Maillard | -1/+1 |
| 2015-11-16 | Remove nomicon reference to copy_lifetime | Steve Klabnik | -2/+1 |
| 2015-11-16 | Improve UFCS example | Steve Klabnik | -7/+16 |
| 2015-11-16 | Rollup merge of #29863 - steveklabnik:gh29526, r=alexcrichton | Steve Klabnik | -0/+3 |
| 2015-11-16 | Rollup merge of #29549 - brson:docidx, r=steveklabnik | Steve Klabnik | -39/+10 |
| 2015-11-16 | Minor tweaks to doc index | Brian Anderson | -2/+2 |
| 2015-11-16 | Auto merge of #29805 - norcalli:patch-1, r=steveklabnik | bors | -3/+4 |
| 2015-11-16 | Nomicon: mention tuple structs with repr(c) | Steve Klabnik | -0/+3 |
| 2015-11-16 | Reaffirm that this is an abstraction | Steve Klabnik | -0/+8 |
| 2015-11-15 | Fix a typo | Jan Likar | -1/+1 |
| 2015-11-15 | Improve Strings chapter | Jan Likar | -2/+3 |
| 2015-11-15 | Update 'Strings' chapter of the book | Jan Likar | -6/+6 |