| Age | Commit message (Expand) | Author | Lines |
| 2015-06-23 | Auto merge of #26508 - tshepang:stray-code-block, r=bluss | bors | -5/+0 |
| 2015-06-22 | Use a more descriptive variable name. | Jake Hickey | -3/+3 |
| 2015-06-22 | book: remove a stray code block | Tshepang Lekhonkhobe | -5/+0 |
| 2015-06-20 | TRPL: FFI: address panics | Steve Klabnik | -0/+34 |
| 2015-06-17 | Auto merge of #26315 - steveklabnik:gh26287, r=alexcrichton | bors | -1/+1 |
| 2015-06-16 | Auto merge of #26318 - steveklabnik:gh26268, r=alexcrichton | bors | -2/+2 |
| 2015-06-16 | Auto merge of #26317 - steveklabnik:gh25956, r=alexcrichton | bors | -4/+0 |
| 2015-06-15 | Auto merge of #26311 - jooert:fix25855, r=steveklabnik | bors | -33/+13 |
| 2015-06-15 | Clarify that the following will error | Steve Klabnik | -2/+2 |
| 2015-06-15 | Remove confusing paragraph from Trait Objects | Steve Klabnik | -4/+0 |
| 2015-06-15 | Update example in "Rust Inside Other Languages" | Johannes Oertel | -33/+13 |
| 2015-06-15 | remove confusing 1i32 | Steve Klabnik | -1/+1 |
| 2015-06-13 | Rollup merge of #26257 - Tonkpils:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-06-13 | Rollup merge of #26256 - steveklabnik:gh25915, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-06-13 | Rollup merge of #26255 - steveklabnik:gh25499, r=alexcrichton | Manish Goregaokar | -6/+5 |
| 2015-06-13 | Auto merge of #26118 - tshepang:define-trait, r=steveklabnik | bors | -0/+3 |
| 2015-06-13 | Auto merge of #26108 - Marwes:field_pun_docs, r=steveklabnik | bors | -3/+18 |
| 2015-06-12 | usize -> u32 to match previous example | Leo Correa | -1/+1 |
| 2015-06-12 | Fix up wording in lifetime elision docs | Steve Klabnik | -1/+1 |
| 2015-06-12 | Remove unstable feature from TRPL: iterators | Steve Klabnik | -6/+5 |
| 2015-06-12 | Mention the short form pattern syntax in the book | Markus Westerlind | -3/+18 |
| 2015-06-12 | Rollup merge of #26229 - Stebalien:versionless-book, r=steveklabnik | Manish Goregaokar | -7/+5 |
| 2015-06-12 | Rollup merge of #24495 - nathanl:nathanl-explain-bin-flag, r=steveklabnik | Manish Goregaokar | -2/+1 |
| 2015-06-11 | Don't link to specific versions of rust in the book. | Steven Allen | -7/+5 |
| 2015-06-11 | Explain the `--bin` flag more clearly | Nathan Long | -2/+1 |
| 2015-06-11 | Rollup merge of #26191 - jimblandy:master, r=steveklabnik | Manish Goregaokar | -26/+24 |
| 2015-06-10 | Fix examples for returning closures. | Jim Blandy | -26/+24 |
| 2015-06-10 | Rollup merge of #26174 - mcast:trpl-assignment-empty-tuple, r=steveklabnik | Manish Goregaokar | -1/+3 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -5/+5 |
| 2015-06-10 | Rollup merge of #26145 - steveklabnik:gh25853, r=brson | Manish Goregaokar | -0/+24 |
| 2015-06-10 | Rollup merge of #26142 - steveklabnik:gh25850, r=Gankro | Manish Goregaokar | -0/+42 |
| 2015-06-10 | mend bad Markdown | Matthew Astley | -1/+1 |
| 2015-06-10 | trpl: why (assignment == empty tuple) #26120 | Matthew Astley | -1/+3 |
| 2015-06-09 | Rollup merge of #26144 - steveklabnik:static_doc_fix, r=alexcrichton | Steve Klabnik | -1/+4 |
| 2015-06-09 | Rollup merge of #26140 - steveklabnik:gh25803, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-06-09 | Rollup merge of #26136 - steveklabnik:gh25597, r=alexcrichton | Steve Klabnik | -3/+7 |
| 2015-06-09 | Rollup merge of #26134 - steveklabnik:gh25586, r=alexcrichton | Steve Klabnik | -2/+4 |
| 2015-06-09 | Rollup merge of #26133 - steveklabnik:gh25573, r=alexcrichton | Steve Klabnik | -4/+0 |
| 2015-06-09 | Rollup merge of #26129 - steveklabnik:gh26012, r=brson | Steve Klabnik | -0/+25 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -5/+5 |
| 2015-06-09 | make note of slicing syntax in TRPL: strings | Steve Klabnik | -0/+24 |
| 2015-06-09 | Make note about static and dtors | Steve Klabnik | -1/+4 |
| 2015-06-09 | Mention that enum constructors are functions | Steve Klabnik | -0/+42 |
| 2015-06-09 | Fix some copyediting in TRPL: method-syntax | Steve Klabnik | -2/+2 |
| 2015-06-09 | Explain interaction with if and | in patterns | Steve Klabnik | -0/+25 |
| 2015-06-09 | Expand a bit on clone() in Dining Philosophers | Steve Klabnik | -3/+7 |
| 2015-06-09 | Clarify confusing sentence in TRPL: FFI | Steve Klabnik | -2/+4 |
| 2015-06-09 | remove stuff about #define | Steve Klabnik | -4/+0 |
| 2015-06-09 | Semantic accuracy in borrow scope rules. | simplex | -3/+3 |
| 2015-06-09 | book: define trait | Tshepang Lekhonkhobe | -0/+3 |