| Age | Commit message (Expand) | Author | Lines |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -0/+2 |
| 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-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-15 | Update link to license | Florian Berger | -1/+1 |
| 2016-05-13 | Updated based on CR feedback. | Val Vanderschaegen | -3/+3 |
| 2016-05-12 | Add a note about Higher-Ranked Trait Bounds in docs on Closures. | Val Vanderschaegen | -0/+47 |
| 2016-05-11 | Rollup merge of #33558 - bnewbold:trivial-book-tweaks, r=steveklabnik | Guillaume Gomez | -5/+5 |
| 2016-05-11 | trivial fixes to documentation (book) | bnewbold | -5/+5 |
| 2016-05-11 | Rollup merge of #33524 - briangreenery:briangreenery-fast-and-loose, r=stevek... | Steve Klabnik | -1/+1 |
| 2016-05-10 | Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn | bors | -1/+1 |
| 2016-05-09 | Rollup merge of #33480 - birkenfeld:issue-33422, r=steveklabnik | Manish Goregaokar | -59/+61 |
| 2016-05-09 | doc: Fix tiny typo in vec-alloc.md | Brian Green | -1/+1 |
| 2016-05-09 | rustdoc: remove artificial indentation of doctest code | Georg Brandl | -1/+1 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -0/+5 |
| 2016-05-08 | Auto merge of #33414 - Nercury:master, r=alexcrichton | bors | -0/+1 |
| 2016-05-07 | Add armv7-linux-androideabi target. | Nerijus Arlauskas | -0/+1 |
| 2016-05-07 | book: fixup code in error handling tutorial | Georg Brandl | -59/+61 |
| 2016-05-05 | doc: Update reference with better description of target_env | Brian Anderson | -18/+26 |
| 2016-05-01 | doc/book/getting-started.md: Removed references to creating a new executable ... | Stephen Mather | -3/+3 |
| 2016-05-01 | doc/book/getting-started.md: Corrected spelling of 'Internet'. | Stephen Mather | -1/+1 |
| 2016-04-29 | Rollup merge of #33253 - ergenekonyigit:master, r=alexcrichton | Manish Goregaokar | -3/+21 |
| 2016-04-28 | Rollup merge of #33234 - TomasHubelbauer:TomasHubelbauer-patch-1, r=Guillaume... | Steve Klabnik | -1/+1 |
| 2016-04-28 | Rollup merge of #33095 - xogeny:xogeny-patch-1, r=steveklabnik | Steve Klabnik | -6/+6 |
| 2016-04-28 | Rollup merge of #32991 - kindlychung:patch-2, r=steveklabnik | Steve Klabnik | -0/+26 |
| 2016-04-28 | update features RFC | Ergenekon Yigit | -1/+1 |
| 2016-04-28 | update comments RFC and code snippets | Ergenekon Yigit | -2/+20 |
| 2016-04-27 | Fix use of the `move` command in the Windows shell | Tomáš Hübelbauer | -1/+1 |
| 2016-04-26 | Update references-and-borrowing.md | Kaiyin Zhong | -0/+18 |
| 2016-04-24 | Auto merge of #33120 - tclfs:patch-2, r=Manishearth | bors | -1/+1 |
| 2016-04-24 | Auto merge of #33163 - c4rlo:patch-2, r=Manishearth | bors | -1/+1 |
| 2016-04-23 | Auto merge of #33092 - alexcrichton:rustbuild-docs, r=brson | bors | -82/+82 |