| Age | Commit message (Expand) | Author | Lines |
| 2015-06-09 | Make note about static and dtors | Steve Klabnik | -1/+4 |
| 2015-06-09 | Exise 'owned pointer' from the codebase | Steve Klabnik | -18/+18 |
| 2015-06-09 | Mention that enum constructors are functions | Steve Klabnik | -0/+42 |
| 2015-06-09 | Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichton | bors | -673/+1975 |
| 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 | Fix up macro grammar | Steve Klabnik | -1/+2 |
| 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 | fix comments in example about types | Andrew Straw | -1/+1 |
| 2015-06-09 | fix example in comments about demangling | Andrew Straw | -1/+1 |
| 2015-06-09 | Document str::split behavior with contiguous separators | Steve Klabnik | -3/+28 |
| 2015-06-09 | Adding Iterator Sync/Send tests for libcore/iter.rs | Paul Faria | -3/+76 |
| 2015-06-09 | Semantic accuracy in borrow scope rules. | simplex | -3/+3 |
| 2015-06-09 | Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized> | Ulrik Sverdrup | -1/+38 |
| 2015-06-09 | Made ref pattern bindings correctly pick Deref or DerefMut | Marvin Löbel | -25/+192 |
| 2015-06-09 | Move collectionstest::char into coretest::char | Simon Sapin | -43/+28 |
| 2015-06-09 | Fix coretest::char::test_to_uppercase for complex mapping | Simon Sapin | -18/+17 |
| 2015-06-09 | Auto merge of #26102 - retep998:openoptionsext, r=alexcrichton | bors | -17/+17 |
| 2015-06-09 | Auto merge of #26068 - bluss:bench-sigfigs, r=huonw | bors | -8/+35 |
| 2015-06-09 | Auto merge of #26098 - russellmcc:add-ar-tool-flexible-target-spec, r=alexcri... | bors | -0/+1 |
| 2015-06-09 | Auto merge of #25627 - murarth:execution-engine-fix, r=nrc | bors | -30/+293 |
| 2015-06-09 | Auto merge of #26117 - Manishearth:rollup, r=Manishearth | bors | -36/+85 |
| 2015-06-09 | test: Display benchmark results with thousands separators | Ulrik Sverdrup | -8/+35 |
| 2015-06-09 | book: define trait | Tshepang Lekhonkhobe | -0/+3 |
| 2015-06-09 | Rollup merge of #26113 - tshepang:avoid-abbreviations, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-06-09 | Rollup merge of #26112 - tshepang:readability, r=steveklabnik | Manish Goregaokar | -3/+7 |
| 2015-06-09 | Rollup merge of #26105 - tshepang:sentence-not-clear, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-06-09 | Rollup merge of #26104 - saml:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-06-09 | Rollup merge of #26099 - TheNeikos:fix-old_array_syntax_in_comments, r=alexcr... | Manish Goregaokar | -6/+6 |
| 2015-06-09 | Rollup merge of #26078 - diwic:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-06-09 | Rollup merge of #26073 - chuckSMASH:trpl-5-4-comments, r=steveklabnik | Manish Goregaokar | -0/+3 |
| 2015-06-09 | Rollup merge of #25968 - benfleis:master, r=steveklabnik | Manish Goregaokar | -1/+3 |
| 2015-06-09 | Rollup merge of #25948 - tshepang:misc-doc-improvements, r=steveklabnik | Manish Goregaokar | -15/+15 |
| 2015-06-09 | Rollup merge of #25909 - frankamp:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-06-09 | Rollup merge of #25898 - azerupi:patch-3, r=steveklabnik | Manish Goregaokar | -0/+40 |
| 2015-06-09 | Auto merge of #26065 - Marwes:master, r=alexcrichton | bors | -673/+674 |
| 2015-06-08 | Changes to LLVM `ExecutionEngine` wrapper | Murarth | -30/+293 |
| 2015-06-08 | Auto merge of #26079 - eefriedman:emit-closure, r=nrc | bors | -2/+18 |
| 2015-06-09 | reference: that looks better without those abbreviations | Tshepang Lekhonkhobe | -6/+6 |
| 2015-06-09 | reference: improve readability | Tshepang Lekhonkhobe | -3/+7 |
| 2015-06-09 | reference: get consistent by removing unneeded whitespace | Tshepang Lekhonkhobe | -1/+0 |
| 2015-06-08 | book: remove a sentence that is not clear | Tshepang Lekhonkhobe | -2/+2 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -108/+107 |
| 2015-06-08 | Reordered the methods on str to improve doc sorting | Markus Westerlind | -673/+674 |
| 2015-06-08 | Fixing typo, [[lib]] to [lib] | saml | -1/+1 |
| 2015-06-08 | Auto merge of #26060 - funkill:fix_rustbook, r=alexcrichton | bors | -1/+1 |
| 2015-06-08 | OpenOptionsExt on Windows: i32 -> u32 | Peter Atashian | -17/+17 |
| 2015-06-08 | Address a review comment and fix a bootstrapping issue | Simon Sapin | -6/+37 |