| Age | Commit message (Expand) | Author | Lines |
| 2015-06-23 | Auto merge of #26508 - tshepang:stray-code-block, r=bluss | bors | -5/+0 |
| 2015-06-23 | Auto merge of #26367 - tshepang:patch-1, r=bluss | bors | -1/+1 |
| 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-22 | Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik | bors | -1/+0 |
| 2015-06-20 | TRPL: FFI: address panics | Steve Klabnik | -0/+34 |
| 2015-06-18 | Rollup merge of #26349 - petrochenkov:bitwise, r=steveklabnik | Manish Goregaokar | -5/+7 |
| 2015-06-18 | Rollup merge of #26342 - steveklabnik:quix_reference_fix, r=alexcrichton | Manish Goregaokar | -3/+14 |
| 2015-06-17 | Auto merge of #26315 - steveklabnik:gh26287, r=alexcrichton | bors | -1/+1 |
| 2015-06-17 | style: typo fix | Tshepang Lekhonkhobe | -1/+1 |
| 2015-06-17 | Document behavior of bitwise operators with boolean arguments | Vadim Petrochenkov | -5/+7 |
| 2015-06-16 | Auto merge of #24738 - joliv:patch-2, r=steveklabnik | bors | -2/+5 |
| 2015-06-16 | One more consistency fix in the reference | Steve Klabnik | -3/+14 |
| 2015-06-16 | Auto merge of #26323 - steveklabnik:gh26320, r=alexcrichton | bors | -10/+9 |
| 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 | Add unit type info and update associated link | joliv | -2/+5 |
| 2015-06-15 | Auto merge of #26311 - jooert:fix25855, r=steveklabnik | bors | -33/+13 |
| 2015-06-15 | Significantly simplify generic example | Steve Klabnik | -10/+9 |
| 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 | Convert playpen.js to plain JS. | Nick Howell | -1/+0 |
| 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 | [reference] Fix typo in extern fn section | Matt Brubeck | -1/+1 |
| 2015-06-12 | Rollup merge of #26231 - reem:patch-2, r=Gankro | Manish Goregaokar | -0/+1 |
| 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 | Add Terminal.com to the list of companies using rust in production. | Jonathan Reem | -0/+1 |
| 2015-06-11 | Don't link to specific versions of rust in the book. | Steven Allen | -7/+5 |
| 2015-06-11 | Auto merge of #26212 - Manishearth:rollup, r=Manishearth | bors | -32/+28 |
| 2015-06-11 | Explain the `--bin` flag more clearly | Nathan Long | -2/+1 |
| 2015-06-11 | Auto merge of #26172 - nham:add_E0116, r=alexcrichton | bors | -1/+1 |
| 2015-06-11 | Rollup merge of #26191 - jimblandy:master, r=steveklabnik | Manish Goregaokar | -26/+24 |
| 2015-06-11 | Rollup merge of #26181 - Stebalien:fix-26178, r=steveklabnik | Manish Goregaokar | -6/+4 |
| 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 | Rust is now post-1.0 | Steven Allen | -6/+4 |