| Age | Commit message (Expand) | Author | Lines |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -3449/+11026 |
| 2015-05-12 | Proper spans for for loop expansion | Nick Cameron | -14/+52 |
| 2015-05-11 | static method -> associated function | Steve Klabnik | -4/+4 |
| 2015-05-11 | Update rust-installer | Brian Anderson | -0/+0 |
| 2015-05-11 | TRPL: the stack and the heap | Steve Klabnik | -1/+568 |
| 2015-05-11 | Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton | bors | -1/+16 |
| 2015-05-11 | Avoid returning a slice with a null pointer from Iter.as_slice() | Kevin Ballard | -22/+48 |
| 2015-05-11 | Reintroduce non-null assumptions in core::slice iterators | Kevin Ballard | -8/+16 |
| 2015-05-11 | Auto merge of #25196 - brson:relnotes, r=alexcrichton | bors | -0/+0 |
| 2015-05-11 | Fix links in the referece | Steve Klabnik | -20/+17 |
| 2015-05-11 | Auto merge of #25301 - jooert:vec_map_fix_split_off, r=Gankro | bors | -1/+1 |
| 2015-05-11 | trpl: item macros must be followed by a semicolon | Oliver Schneider | -1/+1 |
| 2015-05-11 | Rollup merge of #25297 - carols10cents:grammar-todos, r=steveklabnik | Manish Goregaokar | -66/+68 |
| 2015-05-11 | Rollup merge of #25291 - johannhof:let-expressions-example, r=steveklabnik | Manish Goregaokar | -0/+14 |
| 2015-05-11 | Rollup merge of #25290 - bluss:docfixes, r=steveklabnik | Manish Goregaokar | -17/+32 |
| 2015-05-11 | Rollup merge of #25287 - petehunt:patch-2, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-05-11 | Rollup merge of #25286 - johannhof:patch-1, r=steveklabnik | Manish Goregaokar | -4/+11 |
| 2015-05-11 | Rollup merge of #25284 - petehunt:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-05-11 | Rollup merge of #25280 - frewsxcv:patch-22, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-05-11 | Markdown formatting for error explanations. | Michael Sproul | -0/+6 |
| 2015-05-11 | Auto merge of #25277 - polachok:docfix, r=steveklabnik | bors | -1/+1 |
| 2015-05-11 | Minor optimization for `VecMap::split_off` | Johannes Oertel | -1/+1 |
| 2015-05-11 | Auto merge of #25271 - tshepang:doc-deunwrap, r=steveklabnik | bors | -34/+34 |
| 2015-05-11 | Handle overflow properly in core::slice | Kevin Ballard | -39/+46 |
| 2015-05-11 | Add missing keyword in `extern crate` declarations. | Ricardo Martins | -7/+7 |
| 2015-05-11 | Improve wording in error explanation. | Ricardo Martins | -2/+2 |
| 2015-05-11 | Fixed one textual mistake and one casing error. | MichaĆ Czardybon | -18/+18 |
| 2015-05-11 | Auto merge of #25266 - richo:windows-resource-sancheck, r=steveklabnik | bors | -1/+1 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -67/+61 |
| 2015-05-10 | Overwrite grammar sections with what was removed from the reference | Carol Nichols | -6/+5 |
| 2015-05-10 | Add literal semicolon to the grammar of view_item | Carol Nichols | -1/+1 |
| 2015-05-10 | Remove operator precedence section covered in the reference | Carol Nichols | -24/+0 |
| 2015-05-10 | Fill in more parts of the grammar for Expressions | Carol Nichols | -14/+45 |
| 2015-05-10 | Fill in grammar for Statements | Carol Nichols | -15/+10 |
| 2015-05-10 | Point to the use declaration section from the re-exporting section | Carol Nichols | -1/+1 |
| 2015-05-10 | Add visibility section of the grammar | Carol Nichols | -5/+6 |
| 2015-05-10 | Update AUTHORS.txt and RELEASES.md for 1.0 | Brian Anderson | -0/+0 |
| 2015-05-11 | docs: Update SliceConcatExt docs for assoc types | Ulrik Sverdrup | -2/+3 |
| 2015-05-11 | docs: Fixes in Reference Chapter 6.1 | Ulrik Sverdrup | -13/+14 |
| 2015-05-11 | docs: Link from tls macros to relevant docs | Ulrik Sverdrup | -0/+4 |
| 2015-05-11 | docs: Clarify Path::starts_with (and ends_with) | Ulrik Sverdrup | -0/+6 |
| 2015-05-11 | docs: Update FromStr documentation | Ulrik Sverdrup | -2/+5 |
| 2015-05-10 | Add long diagnostics for E0249 and E0250 | Nick Hamann | -3/+34 |
| 2015-05-11 | Auto merge of #24934 - jooert:bitset-append-split_off, r=Gankro | bors | -0/+145 |
| 2015-05-11 | Four spaces indent, rephrasing | Johann | -4/+7 |
| 2015-05-10 | Update BitSet docs to correct types | Paul Quint | -3/+3 |
| 2015-05-11 | Add if let expressions example | Johann Hofmann | -0/+11 |
| 2015-05-11 | Docs: Compile-time bounds check in index expression | Johann Hofmann | -4/+11 |
| 2015-05-10 | Fix typo in references-and-borrowing docs | Pete Hunt | -2/+2 |
| 2015-05-10 | Add a link to the E0184 long diagnostic message. | Nick Hamann | -2/+4 |