| 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 #23662: steveklabnik/gh23421 | Alex Crichton | -3/+3 |
| 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 | correct reference wrt shifts | Steve Klabnik | -3/+3 |
| 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 | -11/+50 |
| 2015-03-23 | rollup merge of #23639: steveklabnik/gh21305 | Alex Crichton | -2/+31 |
| 2015-03-23 | rollup merge of #23619: steveklabnik/gh23220 | Alex Crichton | -10/+10 |
| 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 | -3/+39 |
| 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-23 | Rollup merge of #23590 - FuGangqiang:attr, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-23 | add lifetime for `while` and `for` expression | FuGangqiang | -2/+2 |
| 2015-03-23 | fix the attributes sytax | FuGangqiang | -1/+1 |
| 2015-03-22 | book: some Crates and Modules nits | Tshepang Lekhonkhobe | -76/+24 |
| 2015-03-22 | Re-word explanation on closures in intro | Steve Klabnik | -10/+10 |
| 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 | -9/+9 |
| 2015-03-17 | book: improve pointer box borrowing examples | kjpgit | -13/+15 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -66/+63 |
| 2015-03-17 | Rollup merge of #23417 - padenot:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-16 | Fix 404 to crates.io's doc on integrating with a native toolchain | Paul ADENOT | -1/+1 |
| 2015-03-16 | Fallout in testing. | Nick Cameron | -3/+5 |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -63/+63 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -3/+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 |