| Age | Commit message (Expand) | Author | Lines |
| 2015-03-14 | Fix a typo in the documentation. | Ricardo Martins | -1/+1 |
| 2015-03-13 | Add the -s flag to the suggested rustup invocation | Jakub Bukaj | -2/+2 |
| 2015-03-12 | Fixed several grammar errors and broke up very long line. | Trent Nadeau | -2/+4 |
| 2015-03-12 | Rollup merge of #23295 - johnz133:patch-1, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-03-12 | Rollup merge of #23279 - steveklabnik:gh23244, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-03-12 | Rollup merge of #23234 - Ms2ger:doc-dynamic-dispatch, r=steveklabnik | Manish Goregaokar | -49/+68 |
| 2015-03-11 | Cargo build now builds to /target/debug/, changed the docs to reflect that. | John Zhang | -4/+4 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-11 | Rewrite the dynamic dispatch section to focus on usage rather than implementa... | Ms2ger | -49/+68 |
| 2015-03-11 | Add note about local documentation installation | Steve Klabnik | -0/+5 |
| 2015-03-10 | Rollup merge of #23195 - steveklabnik:gh19808, r=alexcrichton | Manish Goregaokar | -0/+7 |
| 2015-03-09 | Explain super in the crates guide. | Steve Klabnik | -0/+7 |
| 2015-03-09 | Fix doctest (fixup #23188) | Manish Goregaokar | -0/+1 |
| 2015-03-09 | Rollup merge of #23182 - steveklabnik:gh22610, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-09 | Rollup merge of #23188 - steveklabnik:gh18787, r=alexcrichton | Manish Goregaokar | -1/+22 |
| 2015-03-09 | Rollup merge of #23184 - steveklabnik:gh22553, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-09 | Rollup merge of #23181 - steveklabnik:gh22637, r=alexcrichton | Manish Goregaokar | -3/+14 |
| 2015-03-09 | Rollup merge of #23180 - steveklabnik:gh23052, r=alexcrichton | Manish Goregaokar | -9/+2 |
| 2015-03-09 | Rollup merge of #23043 - steveklabnik:doc_default_method, r=nikomatsakis | Manish Goregaokar | -0/+43 |
| 2015-03-08 | Add examples of all three syntaxes in method syntax chapter of trpl | Steve Klabnik | -1/+22 |
| 2015-03-08 | Move 'more strings' after ownership | Steve Klabnik | -1/+1 |
| 2015-03-08 | remove 'generally' to reduce confusion | Steve Klabnik | -2/+2 |
| 2015-03-08 | Mention deref coercions in the String guide. | Steve Klabnik | -3/+14 |
| 2015-03-08 | Remove reference to NoSend in concurrency chapter of the book | Steve Klabnik | -9/+2 |
| 2015-03-08 | Add default methods to trait documentation | Steve Klabnik | -0/+43 |
| 2015-03-07 | Fix #23166. Get the Compiler Plugins example compiling again. | Ryan Prichard | -4/+4 |
| 2015-03-07 | Auto merge of #22549 - steveklabnik:doc_documentation, r=huonw | bors | -214/+419 |
| 2015-03-06 | Rollup merge of #23039 - steveklabnik:doc_vec_macro, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 2015-03-04 | Note the alternate form of vec in trpl | Steve Klabnik | -0/+6 |
| 2015-03-04 | TRPL: Documentation | Steve Klabnik | -214/+419 |
| 2015-03-04 | Fix grammar nits in compound-data-types.md | Peter Elmers | -3/+3 |
| 2015-03-03 | Fix doc example to accommodate overloaded-box. | Felix S. Klock II | -1/+1 |
| 2015-02-28 | Changed wording to use Result instead of Option in several places, fixed exam... | David Mally | -9/+9 |
| 2015-02-28 | Rollup merge of #22866 - iKevinY:version-output-doc-fix, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-02-28 | Rollup merge of #22875 - kmcallister:maceager, r=sfackler | Manish Goregaokar | -4/+4 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -4/+4 |
| 2015-02-27 | Rollup merge of #22732 - jxcl:cargo-new, r=steveklabnik | Manish Goregaokar | -4/+62 |
| 2015-02-27 | Update expected output of `rustc --version` | Kevin Yap | -2/+2 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -27/+131 |
| 2015-02-24 | Enhance and move information about macro debugging | Keegan McAllister | -18/+27 |
| 2015-02-24 | Tweak wording in the macros guide | Keegan McAllister | -10/+19 |
| 2015-02-24 | Add a second, more vexing section on recursive macros | Keegan McAllister | -0/+47 |
| 2015-02-24 | Add a section on recursive macros | Keegan McAllister | -0/+39 |
| 2015-02-25 | Rollup merge of #22458 - steveklabnik:try_in_error_chapter, r=alexcrichton | Manish Goregaokar | -0/+72 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -1/+1 |
| 2015-02-24 | Mention try macro in error chapter | Steve Klabnik | -0/+72 |
| 2015-02-24 | Rollup merge of #22473 - leejunseok:fix_pointer_example, r=steveklabnik | Manish Goregaokar | -13/+14 |
| 2015-02-24 | Rollup merge of #22719 - steveklabnik:typo_fix, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-23 | Removed `{}` and small wording fixes to "Hello Cargo!" chapter. | Alexander Bliskovsky | -10/+10 |
| 2015-02-23 | Added section on `cargo new` to "Hello Cargo!" chapter. | Alexander Bliskovsky | -1/+59 |