| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Rollup merge of #37425 - polo-language:doc, r=GuillaumeGomez | Steve Klabnik | -1/+1 |
| 2016-11-08 | Update testing.md to reflect changes to cargo new | Trotter Cashion | -50/+76 |
| 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-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-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 | 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-14 | Rollup merge of #37119 - durka:patch-31, r=steveklabnik | Jonathan Turner | -1/+1 |
| 2016-10-13 | Explain motivation behind lifetimes | Mikko Rantanen | -14/+76 |
| 2016-10-12 | book: remove backticks in Type Aliases header | Alex Burka | -1/+1 |
| 2016-10-11 | Rollup merge of #36997 - KillTheMule:patch-1, r=steveklabnik | Guillaume Gomez | -2/+6 |
| 2016-10-07 | Wrap & improve | KillTheMule | -4/+6 |
| 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-02 | Avoid introducing `run` twice | Philip Davis | -6/+6 |
| 2016-09-30 | Rollup merge of #36711 - pcn:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-09-28 | Rollup merge of #35286 - dns2utf8:doc_never_expression, r=nikomatsakis | Jonathan Turner | -1/+4 |
| 2016-09-28 | Rollup merge of #36769 - nathanmusoke:master, r=apasel422 | Jonathan Turner | -1/+1 |
| 2016-09-27 | Improve documention troubleshooting missing linker. Fix #32208. | Paulo Matos | -6/+16 |
| 2016-09-27 | doc: Fix minor typo in book/variable-bindings.md | Nathan Musoke | -1/+1 |
| 2016-09-26 | Use "through" | Peter N | -1/+1 |
| 2016-09-26 | Rollup merge of #36563 - vanjacosic:patch-1, r=steveklabnik | Jonathan Turner | -5/+6 |
| 2016-09-26 | Remove whitespace from line endings | Vanja Cosic | -4/+4 |
| 2016-09-25 | Suggesting a change to a comment that puzzled me | Peter N | -1/+1 |
| 2016-09-18 | Updated "Ownership". Trying to fix #34865 | Vanja Cosic | -2/+2 |
| 2016-09-18 | Updated "Getting started". Trying to fix #34523 | Vanja Cosic | -5/+6 |
| 2016-09-14 | Don't ignore a doc code-block we can compile. | Corey Farwell | -1/+1 |
| 2016-09-14 | Rollup merge of #36374 - dangcheng:patch-1, r=steveklabnik | Guillaume Gomez | -2/+2 |
| 2016-09-12 | change error message | dangcheng | -2/+2 |
| 2016-09-10 | book: fix a typo | Kylo Ginsberg | -1/+1 |
| 2016-09-10 | fix mistake (File::open -> File::create) | dangcheng | -2/+2 |
| 2016-09-09 | Issue deprecation warnings for safe accesses to extern statics | Vadim Petrochenkov | -1/+1 |
| 2016-09-02 | Update supported Windows versions to match Getting Started page. | johnthagen | -1/+1 |