| Age | Commit message (Expand) | Author | Lines |
| 2016-06-23 | Switched tense to clarify what is happening in the example | Alfie John | -1/+1 |
| 2016-06-19 | Fixed links in book/compiler-plugins.md | Alexander Stocko | -2/+3 |
| 2016-06-17 | Traits where syntax's extra usage example more clearly | 吴冉波 | -2/+2 |
| 2016-06-15 | Correct use of 'nul' 'null' and capitalization | Alexander Merritt | -7/+7 |
| 2016-06-13 | doc: Fix typo | Florian Berger | -1/+1 |
| 2016-06-12 | Auto merge of #34238 - jpreiss:master, r=steveklabnik | bors | -2/+2 |
| 2016-06-11 | typo fix in loops.md | James Alan Preiss | -1/+1 |
| 2016-06-11 | fix typo in primitive-types section on slices | James Alan Preiss | -1/+1 |
| 2016-06-11 | Auto merge of #34132 - AtheMathmo:no-stdlib, r=steveklabnik | bors | -4/+20 |
| 2016-06-10 | Rollup merge of #34129 - jviide:from-string-box-error, r=steveklabnik | Seo Sanghyeon | -12/+8 |
| 2016-06-08 | Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakis | bors | -3/+3 |
| 2016-06-09 | fix tests | Ariel Ben-Yehuda | -3/+3 |
| 2016-06-07 | Adding sections and brief explanation of libc | James Lucas | -7/+20 |
| 2016-06-07 | Rollup merge of #34125 - MichaelNecio:book_addition, r=steveklabnik | Steve Klabnik | -1/+4 |
| 2016-06-07 | Rollup merge of #34099 - markrcote:functions-copyedit, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-06-07 | Rollup merge of #34094 - abenga:doc_changes_variable_bindings, r=steveklabnik | Steve Klabnik | -6/+7 |
| 2016-06-07 | Rollup merge of #34060 - JDemler:master, r=steveklabnik | Steve Klabnik | -4/+10 |
| 2016-06-07 | Minor changes to variable bindings chapter | Horace Abenga | -6/+7 |
| 2016-06-06 | Note warning of default features on libc | James Lucas | -0/+3 |
| 2016-06-07 | Remove a gotcha from book/error-handling.md | Joachim Viide | -12/+8 |
| 2016-06-06 | Noted that shadowing never destroys a value | Michael Necio | -1/+4 |
| 2016-06-05 | Add missing space before parenthesis. | Mark Côté | -1/+1 |
| 2016-06-04 | Book: diagram takes less space and it's more symmetric. | Steven Burns | -5/+2 |
| 2016-06-04 | Book: fixed syntax coloring | Steven Burns | -5/+5 |
| 2016-06-03 | Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton | bors | -11/+11 |
| 2016-06-03 | document of shared modules for integration tests | Jakob Demler | -2/+7 |
| 2016-06-03 | Fixed ambiguous explanaiton of tests/ directory | Jakob Demler | -2/+3 |
| 2016-06-01 | Fix a few links in the book | Oliver Middleton | -9/+10 |
| 2016-05-24 | Rollup merge of #33810 - tmr232:patch-1, r=Manishearth | Guillaume Gomez | -1/+1 |
| 2016-05-24 | Rollup merge of #33759 - aakloxu:patch-2, r=steveklabnik | Guillaume Gomez | -2/+0 |
| 2016-05-23 | Fixed link in Rust Book (no-stdlib) | Tamir Bahar | -1/+1 |
| 2016-05-22 | Rename main thread from "<main>" to "main". | Wangshan Lu | -11/+11 |
| 2016-05-21 | src/doc: Keep the original style of links | Aaklo Xu | -2/+2 |
| 2016-05-21 | Rollup merge of #33750 - alx741:fix_typo, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2016-05-21 | Rollup merge of #33747 - postmodern:patch-2, r=Manishearth | Manish Goregaokar | -4/+5 |
| 2016-05-21 | Rollup merge of #33743 - royalstream:royalstream-stack-doc, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-05-20 | Wording changes | Postmodern | -3/+3 |
| 2016-05-20 | Fix references links | Aaklo Xu | -4/+2 |
| 2016-05-20 | Rollup merge of #33745 - postmodern:patch-1, r=steveklabnik | Guillaume Gomez | -2/+2 |
| 2016-05-19 | book: ownership: fix typo | Daniel Campoverde [alx741] | -1/+1 |
| 2016-05-19 | Grammar change | Postmodern | -3/+4 |
| 2016-05-19 | Keep line-width within 80 columns | Postmodern | -2/+3 |
| 2016-05-19 | Clarify the English translation of `?Sized` | Postmodern | -4/+3 |
| 2016-05-19 | Clarify wording in `transmute` example | Postmodern | -2/+2 |
| 2016-05-19 | Book: small improvement to a table to make it clearer | Steven Burns | -2/+2 |
| 2016-05-19 | Rollup merge of #33721 - royalstream:royalstream-doc-highlights, r=Manishearth | Manish Goregaokar | -38/+38 |
| 2016-05-19 | Rollup merge of #33720 - mark-summerfield:patch-1, r=steveklabnik | Manish Goregaokar | -0/+2 |
| 2016-05-18 | Rust syntax coloring for some ignore, should-panic and no-run snippets. | Steven Burns | -38/+38 |
| 2016-05-18 | Clarified that `let(mut x, y) =` only makes x mutable, not y | mark-summerfield | -0/+2 |
| 2016-05-13 | Updated based on CR feedback. | Val Vanderschaegen | -3/+3 |