| Age | Commit message (Expand) | Author | Lines |
| 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 | Fixed based on feedback from steveklabnik | Andrew Brinker | -11/+7 |
| 2016-06-07 | Adding sections and brief explanation of libc | James Lucas | -7/+20 |
| 2016-06-07 | Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnik | Steve Klabnik | -1/+1 |
| 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 #34070 - chriskrycho:update-reference-deprecated-attribute, r... | Steve Klabnik | -2/+1 |
| 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-05 | Update reference to indicate stabilization of `deprecated` attribute. | Chris Krycho | -2/+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-02 | Rollup merge of #34021 - ollie27:book_links_offline, r=steveklabnik | Guillaume Gomez | -10/+11 |
| 2016-06-01 | Rewrote "How Safe and Unsafe Interact" Nomicon chapter. | Andrew Brinker | -137/+118 |
| 2016-06-01 | Fix a few links in the book | Oliver Middleton | -10/+11 |
| 2016-06-01 | Rollup merge of #33385 - cheercroaker:doc-correction, r=brson | Manish Goregaokar | -1/+1 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -0/+2 |
| 2016-05-24 | Mention initial copyright year only | cheercroaker | -1/+1 |
| 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-19 | Rollup merge of #33611 - vvanders:master, r=steveklabnik | Manish Goregaokar | -0/+47 |
| 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-17 | renamed last boolval to bool-val | Hendrik Sollich | -1/+1 |