| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | Rollup merge of #23869 - tshepang:more-complete-builder-pattern-example, r=al... | Manish Goregaokar | -8/+16 |
| 2015-03-31 | Rollup merge of #23839 - tyrion:patch-1, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-31 | Rollup merge of #23813 - steveklabnik:gh19733, r=cmr | Manish Goregaokar | -1/+6 |
| 2015-03-31 | Rollup merge of #23558 - steveklabnik:explain_elision, r=gankro | Manish Goregaokar | -4/+9 |
| 2015-03-31 | book: make Builder Pattern example more complete | Tshepang Lekhonkhobe | -8/+16 |
| 2015-03-30 | Explain why 'elision' | Steve Klabnik | -4/+9 |
| 2015-03-30 | Auto merge of #23861 - Manishearth:rollup, r=Manishearth | bors | -3/+3 |
| 2015-03-30 | Make note of noalias in unsafe reference section | Steve Klabnik | -1/+6 |
| 2015-03-30 | book: improve a bit of grammar in Method Syntax chapeter | Tshepang Lekhonkhobe | -3/+3 |
| 2015-03-30 | Auto merge of #23838 - kgv:master, r=steveklabnik | bors | -2/+1 |
| 2015-03-29 | Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnik | bors | -2/+2 |
| 2015-03-29 | Fixed wrong name of test module in testing.md | Germano Gabbianelli | -3/+3 |
| 2015-03-29 | Remove about standard io chapter from the book (from arrays-vectors-and-slice... | kgv | -2/+1 |
| 2015-03-29 | Rollup merge of #23829 - huachaohuang:master, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-29 | Fix typo | Huachao Huang | -1/+1 |
| 2015-03-28 | Remove standard io chapter from the book | Steve Klabnik | -167/+0 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -2/+2 |
| 2015-03-28 | Rollup merge of #23804 - dnwade:patch-1, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | Rollup merge of #23788 - steveklabnik:gh23748, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-03-28 | Rollup merge of #23751 - tshepang:do-not-hardcode-the-growth, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-03-28 | Rollup merge of #23332 - jakub-:rustup-curl-silent-flag, r=brson | Manish Goregaokar | -2/+2 |
| 2015-03-28 | book: Fix typo | Dan W. | -1/+1 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -3/+8 |
| 2015-03-27 | Explain why &self is common | Steve Klabnik | -1/+2 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -3/+8 |
| 2015-03-27 | rollup merge of #23285: steveklabnik/gh11794 | Alex Crichton | -239/+22 |
| 2015-03-27 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -4/+6 |
| 2015-03-27 | Unquote all crate names without underscores | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -8/+5 |
| 2015-03-27 | rollup merge of #23767: tshepang/typo | Alex Crichton | -1/+2 |
| 2015-03-27 | rollup merge of #23764: tshepang/no-guessing-anymore | Alex Crichton | -9/+4 |
| 2015-03-27 | rollup merge of #23752: alexcrichton/remove-should-fail | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23747: tshepang/misleading-info | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23745: oneeman/trpl-looping | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23719: steveklabnik/unstable_book | Alex Crichton | -597/+542 |
| 2015-03-27 | rollup merge of #23690: wettowelreactor/patch-1 | Alex Crichton | -2/+2 |
| 2015-03-27 | book: fix typo | Tshepang Lekhonkhobe | -1/+2 |
| 2015-03-27 | book: there is no guessing game anymore, so remove references to it | Tshepang Lekhonkhobe | -9/+4 |
| 2015-03-26 | syntax: Remove support for #[should_fail] | Alex Crichton | -1/+1 |
| 2015-03-26 | book: let grow() accept the growth parameter | Tshepang Lekhonkhobe | -4/+4 |
| 2015-03-26 | book: make it one sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2015-03-26 | doc: change 0u32..10 to 0..10 | Or Neeman | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -8/+5 |
| 2015-03-26 | New section of the book: nightly rust | Steve Klabnik | -597/+542 |
| 2015-03-24 | Update pointers.md | Camille Roussel | -2/+2 |
| 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 |