| Age | Commit message (Expand) | Author | Lines |
| 2015-06-30 | Auto merge of #26662 - steveklabnik:gh26661, r=alexcrichton | bors | -3/+3 |
| 2015-06-29 | Auto merge of #26660 - steveklabnik:fix_up_pointers, r=alexcrichton | bors | -3/+6 |
| 2015-06-29 | Update link to Ousterhout | Steve Klabnik | -3/+3 |
| 2015-06-29 | Auto merge of #26623 - Saser:master, r=steveklabnik | bors | -1/+6 |
| 2015-06-29 | Change removal notice for pointer guide. | Steve Klabnik | -3/+6 |
| 2015-06-29 | Auto merge of #26462 - brson:stdidx, r=steveklabnik | bors | -7/+7 |
| 2015-06-27 | Clarifying deallocation order of resources within same scope | Christian Persson | -1/+6 |
| 2015-06-26 | make book match reference | Alexis Beingessner | -5/+2 |
| 2015-06-26 | accessing private fields is not safe, and io isn't scary | Alexis Beingessner | -3/+0 |
| 2015-06-24 | Replace std::comm reference with std::sync::mpsc. | Brody Holden | -2/+2 |
| 2015-06-24 | Auto merge of #26529 - steveklabnik:gh26366, r=alexcrichton | bors | -1/+1 |
| 2015-06-24 | Auto merge of #26528 - brson:papers, r=alexcrichton | bors | -2/+29 |
| 2015-06-24 | Auto merge of #26526 - djc:patch-1, r=steveklabnik | bors | -0/+6 |
| 2015-06-24 | Auto merge of #26509 - tshepang:4-and-not-3, r=bluss | bors | -2/+2 |
| 2015-06-23 | Fix grammar in style guide on traits | Steve Klabnik | -1/+1 |
| 2015-06-23 | doc: Add newest Rust papers | Brian Anderson | -2/+29 |
| 2015-06-23 | Add some more headers to installation documentations | Dirkjan Ochtman | -0/+6 |
| 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: there are 4 special sections | Tshepang Lekhonkhobe | -2/+2 |
| 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 | doc: Make it easier to find the std docs from the index | Brian Anderson | -7/+7 |
| 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 |