| Age | Commit message (Expand) | Author | Lines |
| 2015-09-30 | Cross-reference doc chapter from testing chapter | Steve Klabnik | -0/+2 |
| 2015-09-30 | Call out slicing syntax more explicitly | Steve Klabnik | -3/+8 |
| 2015-09-30 | Improve wording in error handling guide | Steve Klabnik | -2/+2 |
| 2015-09-30 | Fix module links in std::fmt and the Rust book's documentation chapter. | Ted Mielczarek | -2/+2 |
| 2015-09-30 | Update no_std docs | Steve Klabnik | -18/+20 |
| 2015-09-30 | libcxxabi is no longer necessary for libunwind | Aidan Hobson Sayers | -2/+0 |
| 2015-09-30 | Improve "Variable bindings" chapter | Jan Likar | -8/+91 |
| 2015-09-28 | remove a sentence #28701 | Willy Aguirre | -2/+1 |
| 2015-09-26 | Rollup merge of #28679 - xaviershay:book-unit-example, r=steveklabnik | Steve Klabnik | -0/+2 |
| 2015-09-26 | Add an example of constructing a unit-like struct. | Xavier Shay | -0/+2 |
| 2015-09-26 | clarify that `find` returns first match | David Elliott | -4/+5 |
| 2015-09-25 | Rollup merge of #28655 - alfiedotwtf:patch-2, r=sanxiyn | Steve Klabnik | -3/+3 |
| 2015-09-25 | Rollup merge of #28588 - critiqjo:trpl-closure, r=steveklabnik | Steve Klabnik | -16/+17 |
| 2015-09-25 | Keep examples consistent | Alfie John | -3/+3 |
| 2015-09-25 | trpl: Refactor returning closures section | critiqjo | -16/+17 |
| 2015-09-21 | Update error-handling.md | Reza Akhavan | -1/+1 |
| 2015-09-21 | TRPL: Fix typo | Bastien Dejean | -1/+1 |
| 2015-09-21 | Auto merge of #28541 - baskerville:trpl-two-typos, r=steveklabnik | bors | -2/+2 |
| 2015-09-20 | TRPL: Fix two typos | Bastien Dejean | -2/+2 |
| 2015-09-20 | Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnik | bors | -27/+27 |
| 2015-09-20 | doc: Fix broken links | Simon Mazur | -27/+27 |
| 2015-09-20 | Rollup merge of #28525 - Wallacoloo:book-4.8-double-more, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-09-20 | Rollup merge of #28463 - critiqjo:book-concurrency, r=steveklabnik | Manish Goregaokar | -31/+28 |
| 2015-09-19 | Fix "more more" typo | Colin Wallace | -1/+1 |
| 2015-09-19 | trpl: Improve clarity in Concurrency | critiqjo | -31/+28 |
| 2015-09-19 | Rollup merge of #28496 - davidszotten:fix_error_anchors, r=steveklabnik | Steve Klabnik | -11/+24 |
| 2015-09-19 | Rollup merge of #28485 - Wallacoloo:clarify-let-lhs, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-09-19 | change back to anchors; divs break md | David Szotten | -18/+18 |
| 2015-09-19 | missing punctuation | David Szotten | -1/+1 |
| 2015-09-19 | its vs it's | David Szotten | -1/+1 |
| 2015-09-19 | wrap more referenced code blocks in divs | David Szotten | -0/+14 |
| 2015-09-19 | angle brackets get mis-parsed. bug? | David Szotten | -1/+1 |
| 2015-09-19 | link needs puncuation | David Szotten | -2/+2 |
| 2015-09-18 | remove preceeding blank line | David Szotten | -1/+0 |
| 2015-09-18 | fix anchor link | David Szotten | -1/+1 |
| 2015-09-18 | Use divs with ids rather than as with names. | Ms2ger | -2/+4 |
| 2015-09-17 | Clarify where let accepts a pattern, spatially | Colin Wallace | -1/+1 |
| 2015-09-17 | Rollup merge of #28466 - baskerville:trpl-heap-highest-addr, r=steveklabnik | Steve Klabnik | -86/+86 |
| 2015-09-17 | Rollup merge of #28451 - dagnir:osx-req-wording, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-17 | Rollup merge of #28422 - christopherdumas:label_code, r=steveklabnik | Steve Klabnik | -1/+4 |
| 2015-09-17 | Rollup merge of #28276 - jackwilsonv:patch-5, r=Manishearth | Steve Klabnik | -3/+3 |
| 2015-09-17 | trpl: Fix off-by-one highest memory address | Bastien Dejean | -86/+86 |
| 2015-09-16 | Change OSX version req wording to match Linux. | Dongie Agnir | -1/+1 |
| 2015-09-15 | Fixe heading | christopherdumas | -1/+1 |
| 2015-09-15 | Fix option link and anchor links. | christopherdumas | -7/+6 |
| 2015-09-15 | Added anchors for the code snippets. | christopherdumas | -0/+3 |
| 2015-09-15 | Fix option link and anchor links. | christopherdumas | -5/+4 |
| 2015-09-13 | Update musl build in light of llvm 3.7 release | Aidan Hobson Sayers | -17/+14 |
| 2015-09-12 | TRPL: Fix Headlines, Links in "Error Handling" | Pascal Hertleif | -36/+39 |
| 2015-09-10 | Auto merge of #28301 - christopherdumas:intergrate_error_burnstushi, r=stevek... | bors | -181/+2007 |