| Age | Commit message (Expand) | Author | Lines |
| 2015-04-14 | copyediting: structs | Steve Klabnik | -6/+46 |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -41/+12 |
| 2015-04-13 | Point to From trait in error handling guide | fenduru | -1/+1 |
| 2015-04-13 | Fix up nightly installation instructions. | Steve Klabnik | -1/+1 |
| 2015-04-13 | Link RBE more prominently | Steve Klabnik | -14/+6 |
| 2015-04-13 | Update vectors.md | rundrop1 | -2/+1 |
| 2015-04-13 | Wording for dynamic languages. | Avdi Grimm | -1/+1 |
| 2015-04-13 | Refer to Ruby/Python/JS as "dynamically evaluated" | Avdi Grimm | -1/+1 |
| 2015-04-13 | Arity link has moved to primitive-types.md. | kgv | -2/+0 |
| 2015-04-12 | Updated dead link in Traits chapter of book to point to Trait Objects chapter. | Michael Alexander | -2/+2 |
| 2015-04-11 | Fix readme doctest (fixup #24239) | Manish Goregaokar | -3/+3 |
| 2015-04-11 | Rollup merge of #24309 - tshepang:doc-avoid-x-confusion, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-04-11 | Rollup merge of #24281 - steveklabnik:lol_editing, r=alexcrichton | Manish Goregaokar | -311/+161 |
| 2015-04-11 | Rollup merge of #24253 - steveklabnik:doc_primitive_types, r=alexcrichton | Manish Goregaokar | -171/+267 |
| 2015-04-11 | Rollup merge of #24247 - steveklabnik:update_variable_bindings, r=huonw | Manish Goregaokar | -49/+57 |
| 2015-04-11 | Rollup merge of #24244 - steveklabnik:more_editing, r=steveklabnik | Manish Goregaokar | -172/+282 |
| 2015-04-11 | Rollup merge of #24239 - steveklabnik:editing_pass, r=steveklabnik | Manish Goregaokar | -25/+178 |
| 2015-04-11 | Rollup merge of #24234 - thiagooak:academic-research, r=steveklabnik | Manish Goregaokar | -0/+47 |
| 2015-04-11 | book: 'x' is already taken, so use something else | Tshepang Lekhonkhobe | -4/+4 |
| 2015-04-10 | More editing work on TRPL | Steve Klabnik | -172/+282 |
| 2015-04-10 | copyediting: while loops | Steve Klabnik | -18/+28 |
| 2015-04-10 | copyediting: for loops | Steve Klabnik | -15/+14 |
| 2015-04-10 | copyedits: patterns | Steve Klabnik | -51/+66 |
| 2015-04-10 | copyediting: match | Steve Klabnik | -117/+23 |
| 2015-04-10 | copy-editing: if | Steve Klabnik | -95/+15 |
| 2015-04-10 | remove backticks from titles | Steve Klabnik | -9/+9 |
| 2015-04-10 | some TOC reorganization | Steve Klabnik | -6/+6 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -1/+3 |
| 2015-04-10 | copyedits: documentation | Steve Klabnik | -20/+18 |
| 2015-04-10 | copyedits: functions | Steve Klabnik | -51/+85 |
| 2015-04-09 | Write the 'primitive types' section of TRPL | Steve Klabnik | -171/+267 |
| 2015-04-09 | TRPL: new introduction | Steve Klabnik | -25/+178 |
| 2015-04-09 | Copyediting for 'variable bindings' | Steve Klabnik | -49/+57 |
| 2015-04-10 | Rollup merge of #24170 - omo:omo-typo-fix, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-04-09 | resurrect research paper list #24004 | Thiago Carvalho | -0/+47 |
| 2015-04-08 | Rollup merge of #24178 - steveklabnik:new_toc, r=nikomatsakis | Steve Klabnik | -1942/+845 |
| 2015-04-08 | Update "`let` is used to introduce variables" paragraph | York Xiang | -6/+10 |
| 2015-04-07 | Import real content. | Steve Klabnik | -3/+9377 |
| 2015-04-07 | book: Fix a hyperlink to CONFIGS.md | Alex Crichton | -1/+3 |
| 2015-04-07 | New TOC | Steve Klabnik | -10519/+48 |
| 2015-04-07 | Fix a typo | Hajime Morrita | -1/+1 |
| 2015-04-08 | Rollup merge of #24148 - xfq:patch-2, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-04-08 | Rollup merge of #24139 - xfq:patch-1, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2015-04-07 | Rollup merge of #24112 - joshtriplett:patch-1, r=steveklabnik | Manish Goregaokar | -2/+1 |
| 2015-04-07 | Rollup merge of #24088 - GuillaumeGomez:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-04-07 | Rollup merge of #24042 - callahad:bug_24030, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-04-07 | Rollup merge of #23277 - aochagavia:intro, r=steveklabnik | Manish Goregaokar | -22/+14 |
| 2015-04-07 | Update hello-world.md | Xue Fuqiao | -4/+4 |
| 2015-04-07 | Update intro.md | Xue Fuqiao | -3/+3 |
| 2015-04-06 | traits.md: Fix example of using traits to match description | Josh Triplett | -2/+1 |