| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-10 | Revise the E0206 long diagnostics message. | Nick Hamann | -4/+4 |
| 2015-05-10 | Improve wording for E0204 and E0205 long diagnostic messages. | Nick Hamann | -4/+4 |
| 2015-05-10 | Add long diagnostics for E0184, E0204, E0205, E0206, E0243, E0244. | Nick Hamann | -9/+108 |
| 2015-05-10 | Add some comments for error codes in librustc_typeck/diagnostics | Nick Hamann | -8/+8 |
| 2015-05-10 | Fix typo in guessing-game docs | Pete Hunt | -1/+1 |
| 2015-05-10 | doc: unwrap is discouraged, so use Some | Tshepang Lekhonkhobe | -34/+34 |
| 2015-05-10 | Remove extra parentheses | Jan-Erik Rediger | -1/+1 |
| 2015-05-10 | Rollup merge of #25263 - fhinkel:master, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-05-10 | Rollup merge of #25257 - dpetersen:mutability-docfix, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-05-10 | Rollup merge of #25255 - caipre:diagnostic-messages, r=alexcrichton | Steve Klabnik | -3/+31 |
| 2015-05-10 | Rollup merge of #25240 - bluss:doc-hashmap-entry, r=steveklabnik | Steve Klabnik | -0/+18 |
| 2015-05-10 | Rollup merge of #25239 - sindreij:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-10 | Rollup merge of #25222 - GuillaumeGomez:doc-ref, r=steveklabnik | Steve Klabnik | -0/+35 |
| 2015-05-10 | Rollup merge of #25188 - tincann:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-05-10 | Rollup merge of #25158 - koute:master, r=alexcrichton | Steve Klabnik | -0/+2 |
| 2015-05-10 | Rollup merge of #24948 - derhuerst:patch-1, r=steveklabnik | Steve Klabnik | -1/+7 |
| 2015-05-10 | Update docs to stop referencing `BufReadExt` | Corey Farwell | -2/+2 |
| 2015-05-10 | Implement `append` and `split_off` for BitSet (RFC 509) | Johannes Oertel | -0/+145 |
| 2015-05-10 | Fix grammar in path::Path documentation | Cole Reynolds | -1/+1 |
| 2015-05-10 | point supposed to be immutable in this example | Alexander Polakov | -1/+1 |
| 2015-05-10 | Add missing backticks | Guillaume Gomez | -0/+3 |