| Age | Commit message (Expand) | Author | Lines |
| 2015-05-29 | trpl: eight sections, not seven | Nick Howell | -1/+1 |
| 2015-05-29 | Add syntax for multiple lifetimes | Steve Klabnik | -2/+23 |
| 2015-05-29 | Make note about $ more prominent. | Steve Klabnik | -2/+6 |
| 2015-05-29 | Auto merge of #25857 - killercup:patch-14, r=steveklabnik | bors | -1/+1 |
| 2015-05-29 | Corrected typo | Mathieu David | -1/+1 |
| 2015-05-28 | removed lonely closing parenthesis | Mathieu David | -1/+1 |
| 2015-05-28 | Auto merge of #25835 - steveklabnik:gh25438, r=alexcrichton | bors | -2/+2 |
| 2015-05-28 | TRPL: Fix Unescaped URL | Pascal Hertleif | -1/+1 |
| 2015-05-28 | Auto merge of #25849 - reinh:patch-1, r=huonw | bors | -1/+1 |
| 2015-05-28 | Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonw | bors | -3/+3 |
| 2015-05-27 | TRPL: fix typo, borow for borrow | Rein Henrichs | -1/+1 |
| 2015-05-27 | Remove mentions of int / uint from public documentation | Jake Goulding | -3/+3 |
| 2015-05-27 | Small wording fix in TRPL: lifetimes | Steve Klabnik | -2/+2 |
| 2015-05-27 | Auto merge of #25713 - Stebalien:pattern, r=alexcrichton | bors | -1/+1 |
| 2015-05-25 | Add a missing space to the Glossary page of TRPL | Max Jacobson | -1/+1 |
| 2015-05-25 | Auto merge of #25771 - killercup:trpl/cleanup-markdown-links, r=steveklabnik | bors | -14/+14 |
| 2015-05-25 | Auto merge of #25742 - thombles:tk/StringCoercion, r=steveklabnik | bors | -0/+15 |
| 2015-05-25 | TRPL: Clean up some Markdown links | Pascal Hertleif | -14/+14 |
| 2015-05-25 | book: add no_run and use statement to strings no-coercion example | Thomas Karpiniec | -1/+3 |
| 2015-05-24 | Fix typo in diagram demonstrating stack vs. heap values | Alex Stokes | -1/+1 |
| 2015-05-24 | Auto merge of #25464 - zaeleus:trpl-riol, r=pnkfelix | bors | -30/+30 |
| 2015-05-24 | book: explanation that String -> &str coercion doesn't happen for &str traits | Thomas Karpiniec | -0/+13 |
| 2015-05-23 | Rollup merge of #25715 - nero-luci:patch-1, r=steveklabnik | Oliver Schneider | -1/+1 |
| 2015-05-23 | Rollup merge of #25681 - steveklabnik:gender, r=nmatsakis | Oliver Schneider | -42/+44 |
| 2015-05-22 | Update guessing-game.md | Cornel Punga | -1/+1 |
| 2015-05-22 | Allow patterns to be followed by if and in. | Steven Allen | -1/+1 |
| 2015-05-21 | Auto merge of #25669 - GuillaumeGomez:typo-fix, r=Manishearth | bors | -1/+1 |
| 2015-05-21 | Replace "more later" by "later" | Guillaume Gomez | -1/+1 |
| 2015-05-21 | Auto merge of #25601 - ericye16:master, r=steveklabnik | bors | -3/+3 |
| 2015-05-21 | she -> they in Dining Philosophers | Steve Klabnik | -42/+44 |
| 2015-05-21 | Introduction vector example elements counting fix | dmgawel | -2/+2 |
| 2015-05-21 | Rollup merge of #25665 - OlegTsyba:fix_documentation, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-05-21 | Rollup merge of #25661 - Stebalien:macro, r=Gankro | Manish Goregaokar | -3/+3 |
| 2015-05-21 | Fix the typo in The Rust Programming Language book, 5.18. Strings | OlegTsyba | -1/+1 |
| 2015-05-20 | Change "must" to "may only" in macro future proofing rules. | Steven Allen | -3/+3 |
| 2015-05-20 | trpl: Remove tailing semicolon of an inner attribute | Iven Hsu | -1/+1 |
| 2015-05-19 | Rollup merge of #25607 - peferron:doc-macros-assert-fix, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-05-19 | Rollup merge of #25604 - skeuomorf:docs-lifetime, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-05-19 | Change default gender in the dining philosophers project | Erik Michaels-Ober | -8/+8 |
| 2015-05-19 | Fix description of assert! | peferron | -3/+3 |
| 2015-05-19 | Rollup merge of #25580 - killercup:trpl/unify-code-blocks, r=steveklabnik | Manish Goregaokar | -106/+107 |
| 2015-05-19 | Rollup merge of #25575 - clatour:patch-2, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-05-19 | Rollup merge of #25512 - peferron:doc-traits-error-fix, r=alexcrichton | Manish Goregaokar | -5/+6 |
| 2015-05-19 | Rollup merge of #25452 - jimblandy:master, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2015-05-19 | Fix lifetimes trpl typo | Mohammed Attia | -1/+1 |
| 2015-05-19 | fix footnote link | Eric Ye | -3/+3 |
| 2015-05-18 | TRPL: Normalize rust Code Block Markers | Pascal Hertleif | -35/+35 |
| 2015-05-18 | TRPL: Add `rust` Marker to Some Code Block | Pascal Hertleif | -71/+72 |
| 2015-05-18 | trpl: Proofread "Rust Inside Other Languages" | Michael Macias | -30/+30 |
| 2015-05-18 | trpl: Dining philosophers backstory typo | clatour | -1/+1 |