| Age | Commit message (Expand) | Author | Lines |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -8/+9 |
| 2015-03-24 | rollup merge of #23629: liammonahan/master | Alex Crichton | -2/+2 |
| 2015-03-24 | rollup merge of #23573: steveklabnik/doc_associated_types | Alex Crichton | -0/+203 |
| 2015-03-24 | Reject specialized Drop impls. | Felix S. Klock II | -8/+9 |
| 2015-03-24 | Add basic information about associated types | Steve Klabnik | -0/+203 |
| 2015-03-23 | Improve the wording of the example section description on the ownership page | Liam Monahan | -2/+2 |
| 2015-03-23 | rollup merge of #23645: steveklabnik/gh23642 | Alex Crichton | -6/+3 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+2 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -9/+46 |
| 2015-03-23 | rollup merge of #23639: steveklabnik/gh21305 | Alex Crichton | -2/+31 |
| 2015-03-23 | rollup merge of #23618: steveklabnik/gh23571 | Alex Crichton | -0/+35 |
| 2015-03-23 | rollup merge of #23401: tshepang/crates-and-modules-doc-nits | Alex Crichton | -73/+21 |
| 2015-03-23 | rollup merge of #22954: ches/docs | Alex Crichton | -42/+48 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -1/+35 |
| 2015-03-23 | rustdoc: interpret all leading feature attributes in examples as crate attrib... | Brian Anderson | -8/+11 |
| 2015-03-23 | Make note of str in 'more strings' chapter | Steve Klabnik | -2/+31 |
| 2015-03-23 | Don't conflate regions and affine types | Steve Klabnik | -6/+3 |
| 2015-03-23 | Fix a typo in the Rust Book ownership page. | Liam Monahan | -2/+2 |
| 2015-03-22 | book: some Crates and Modules nits | Tshepang Lekhonkhobe | -76/+24 |
| 2015-03-22 | Document how to document macros | Steve Klabnik | -0/+35 |
| 2015-03-21 | guide: Improvements to language covering enums | Ches Martin | -33/+35 |
| 2015-03-21 | guide: minor copy edits | Ches Martin | -10/+14 |
| 2015-03-20 | Remove manual numbers from TRPL | Steve Klabnik | -3/+3 |
| 2015-03-20 | Auto merge of #23537 - steveklabnik:gh22551, r=alexcrichton | bors | -3/+28 |
| 2015-03-20 | Add AST to the glossary | Steve Klabnik | -3/+28 |
| 2015-03-20 | Auto merge of #23522 - steveklabnik:gh22518, r=Manishearth | bors | -894/+0 |
| 2015-03-20 | Rollup merge of #23532 - steveklabnik:gh22002, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-03-20 | Rollup merge of #23447 - kjpgit:kjp/pointerexample, r=steveklabnik | Manish Goregaokar | -13/+15 |
| 2015-03-19 | Reference Drop in FFI chapter | Steve Klabnik | -0/+2 |
| 2015-03-19 | Remove incorrect statement about raw pointers. | Steve Klabnik | -4/+0 |
| 2015-03-19 | Remove the Guessing Game from the book | Steve Klabnik | -894/+0 |
| 2015-03-19 | Rollup merge of #23497 - steveklabnik:gh21589, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-03-19 | Note ::foo::bar() in the crates guide | Steve Klabnik | -0/+5 |
| 2015-03-19 | Rename should_fail to should_panic in docs | Johannes Oertel | -8/+8 |
| 2015-03-17 | book: improve pointer box borrowing examples | kjpgit | -13/+15 |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -14/+14 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -2/+0 |
| 2015-03-15 | Rollup merge of #23368 - EduardoBautista:fix-closures-chapter, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-15 | Rollup merge of #23367 - EduardoBautista:fix-indentation-in-book, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-03-14 | Concurrency is now in the "Concurrency" chapter | Eduardo Bautista | -1/+1 |
| 2015-03-14 | Fix indentation in the "Method Syntax" chapter | Eduardo Bautista | -4/+4 |
| 2015-03-14 | Fix a typo in the documentation. | Ricardo Martins | -1/+1 |
| 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 |