| Age | Commit message (Expand) | Author | Lines |
| 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-14 | Document the question mark operator | est31 | -2/+8 |
| 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 | Rollup merge of #37255 - mbrubeck:doc-edit, r=steveklabnik | Alex Crichton | -9/+10 |
| 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 | 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-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 |
| 2016-10-18 | Fix some mistakes in HRTB docs | Matt Brubeck | -9/+10 |
| 2016-10-17 | Rollup merge of #37194 - johnthagen:fix-const-static-header, r=bluss | Guillaume Gomez | -1/+1 |
| 2016-10-17 | Fix a error of 'book/deref-coercions.html' | loggerhead | -1/+1 |
| 2016-10-15 | Remove un-rendered ticks from title. | johnthagen | -1/+1 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -4/+5 |
| 2016-10-14 | Rollup merge of #37119 - durka:patch-31, r=steveklabnik | Jonathan Turner | -1/+1 |
| 2016-10-14 | Rollup merge of #36755 - Rantanen:master, r=GuillaumeGomez | Jonathan Turner | -14/+76 |
| 2016-10-13 | Explain motivation behind lifetimes | Mikko Rantanen | -14/+76 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -2/+1 |
| 2016-10-12 | book: remove backticks in Type Aliases header | Alex Burka | -1/+1 |
| 2016-10-12 | Stabilise attributes on statements. | Nick Cameron | -2/+1 |
| 2016-10-11 | Rollup merge of #36997 - KillTheMule:patch-1, r=steveklabnik | Guillaume Gomez | -2/+6 |
| 2016-10-07 | Rollup merge of #37008 - tshepang:quotes, r=steveklabnik | Guillaume Gomez | -3/+3 |
| 2016-10-07 | Rollup merge of #36929 - angelsl:issue-36683, r=steveklabnik | Guillaume Gomez | -2/+7 |
| 2016-10-07 | Wrap & improve | KillTheMule | -4/+6 |
| 2016-10-06 | reference: use ticks instead of quotes | Tshepang Lekhonkhobe | -3/+3 |
| 2016-10-06 | Rollup merge of #36957 - cynicaldevil:docs, r=frewsxcv | Jonathan Turner | -3/+3 |
| 2016-10-06 | Typos | KillTheMule | -1/+1 |
| 2016-10-06 | Another shot at clarity | KillTheMule | -1/+1 |
| 2016-10-06 | Distinguish lifetimes and their annotations | KillTheMule | -1/+1 |
| 2016-10-06 | Book: Be very explicit of lifetimes being descriptive | KillTheMule | -0/+2 |
| 2016-10-04 | Minor modifications in concurrency section of the Rust book | Nikhil Shagrithaya | -3/+3 |
| 2016-10-05 | reference: mention `move` keyword for lambdas | angelsl | -2/+7 |
| 2016-10-02 | Avoid introducing `run` twice | Philip Davis | -6/+6 |
| 2016-09-30 | Rollup merge of #36860 - wesleywiser:patch-2, r=Manishearth | Steve Klabnik | -0/+10 |
| 2016-09-30 | Rollup merge of #36711 - pcn:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-09-30 | Add `Send` and `Sync` traits to the reference | Wesley Wiser | -0/+10 |
| 2016-09-28 | Rollup merge of #35286 - dns2utf8:doc_never_expression, r=nikomatsakis | Jonathan Turner | -1/+11 |
| 2016-09-28 | Rollup merge of #36769 - nathanmusoke:master, r=apasel422 | Jonathan Turner | -1/+1 |