| Age | Commit message (Expand) | Author | Lines |
| 2016-11-20 | Rollup merge of #37840 - brcooley:patch-1, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2016-11-19 | reference: fix duplicate bullet points in feature list | Georg Brandl | -8/+9 |
| 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-17 | Clarify the reference's status. | steveklabnik | -1/+1 |
| 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 |
| 2016-11-11 | Update patch with example. | nwin | -1/+15 |
| 2016-11-11 | [breaking-change] change the `box_free` item to accept pointers to unsized types | Oliver 'ker' Schneider | -2/+2 |
| 2016-11-10 | Ignore tests failing due to lack of `fn main` | Trotter Cashion | -7/+9 |
| 2016-11-10 | Remove extraneous word | Trotter Cashion | -1/+1 |
| 2016-11-10 | Change project path for consistency | Trotter Cashion | -5/+5 |
| 2016-11-10 | Remove `mod tests` from earlier sections | Trotter Cashion | -62/+51 |
| 2016-11-10 | Instruct play.rust-lang.org to treat code as tests | Trotter Cashion | -2/+46 |
| 2016-11-10 | Rollup merge of #37664 - est31:master, r=nrc | Eduard-Mihai Burtescu | -2/+8 |
| 2016-11-09 | Document the question mark operator | est31 | -2/+8 |
| 2016-11-08 | Rollup merge of #37601 - brson:book-without-tiers, r=steveklabnik | Steve Klabnik | -99/+12 |
| 2016-11-08 | Rollup merge of #37483 - xfix:patch-1, r=steveklabnik | Steve Klabnik | -23/+43 |
| 2016-11-08 | Rollup merge of #37425 - polo-language:doc, r=GuillaumeGomez | Steve Klabnik | -1/+1 |
| 2016-11-08 | Rollup merge of #35102 - steveklabnik:ref_warning, r=aturon | Steve Klabnik | -0/+5 |
| 2016-11-08 | Update testing.md to reflect changes to cargo new | Trotter Cashion | -50/+76 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -2/+0 |
| 2016-11-06 | Auto merge of #37386 - johnthagen:Self-reference-example, r=GuillaumeGomez | bors | -0/+15 |
| 2016-11-05 | Use From trait as an example usage of Self. | johnthagen | -0/+15 |
| 2016-11-04 | book: Removed platform compatibility table, link to the forge | Brian Anderson | -99/+12 |
| 2016-11-04 | Rollup merge of #37255 - mbrubeck:doc-edit, r=steveklabnik | Alex Crichton | -9/+10 |
| 2016-11-03 | Add error note to illegal code snippet | Angelo Polo | -1/+1 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+0 |
| 2016-11-01 | Rollup merge of #37495 - buntine:master, r=steveklabnik | Guillaume Gomez | -4/+2 |
| 2016-11-01 | Rollup merge of #37485 - xfix:patch-2, r=steveklabnik | Guillaume Gomez | -1/+0 |
| 2016-10-31 | Remove remark about poor code style | nwin | -21/+1 |
| 2016-10-31 | Removed commented main functions entirely. This fits in with other examples i... | Bunts Thy Unholy | -4/+0 |
| 2016-10-31 | Commented out final 'main' function in order to fit within pattern of other e... | Bunts Thy Unholy | -2/+4 |
| 2016-10-30 | Don't mention "*" dependency version in guessing game example | Konrad Borowski | -1/+0 |
| 2016-10-30 | Update "Testing" chapter for 1.12 | Pieter Frenssen | -35/+39 |
| 2016-10-30 | doc: guessing-game.md: Match output to newest language version | Konrad Borowski | -23/+43 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -3/+3 |
| 2016-10-27 | reference: Mention --crate-type=cdylib in the Linkage section | Federico Mena Quintero | -0/+6 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -3/+3 |
| 2016-10-25 | Fix typo | Zoffix Znet | -1/+1 |
| 2016-10-24 | Rollup merge of #37228 - loggerhead:patch-1, r=steveklabnik | Jonathan Turner | -1/+1 |
| 2016-10-20 | TRPL: guessing game: minor clarification | Vangelis Katsikaros | -1/+1 |
| 2016-10-19 | Fix grammatical errors in `tests` directory docs | Paul Osborne | -3/+3 |