| Age | Commit message (Expand) | Author | Lines |
| 2015-05-10 | Add long diagnostic for E0131, E0132 | Nick Platt | -2/+14 |
| 2015-05-10 | Add long diagnostic for E0067 | Nick Platt | -1/+17 |
| 2015-05-10 | Add #[inline] to AsRef<str>::as_ref for String and str. | Jan Bujak | -0/+2 |
| 2015-05-10 | Add error explanation for E0260. | Ricardo Martins | -1/+34 |
| 2015-05-10 | Add error explanation for E0259. | Ricardo Martins | -1/+20 |
| 2015-05-10 | Add error explanation for E0154. | Ricardo Martins | -1/+32 |
| 2015-05-10 | Fix documentation URL in diagnostic message. | Ricardo Martins | -1/+1 |
| 2015-05-10 | Add error explanation for E0317. | Ricardo Martins | -1/+18 |
| 2015-05-10 | Removed the backticks on slices | Sindre Johansen | -1/+1 |
| 2015-05-10 | sancheck: import resource inside of the posix check | Richo Healey | -1/+1 |
| 2015-05-10 | Fix small typos in documentation | Franziska Hinkelmann | -2/+2 |
| 2015-05-10 | Rollup merge of #25261 - nham:obsolete_assoc_space_comment, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-05-10 | Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichton | Manish Goregaokar | -5/+16 |
| 2015-05-10 | Rollup merge of #25251 - nham:whitespace_lang_items, r=Manishearth | Manish Goregaokar | -48/+48 |
| 2015-05-10 | Rollup merge of #25249 - robyoung:minor-doc-fix, r=Manishearth | Manish Goregaokar | -2/+4 |
| 2015-05-10 | Rollup merge of #25248 - carols10cents:unused-auxiliaries, r=Manishearth | Manish Goregaokar | -231/+0 |
| 2015-05-10 | Rollup merge of #25242 - acgtyrant:patch-3, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-05-09 | Fix typo in Match document. | Don Petersen | -1/+1 |
| 2015-05-09 | Remove obsolete comment in rustc::middle::subst. | Nick Hamann | -1/+0 |
| 2015-05-09 | Add omitted word to mutability docs. | Don Petersen | -2/+2 |
| 2015-05-10 | Update error-handling.md | Isaac Ge | -1/+1 |
| 2015-05-09 | [liballoc] Adds checks for UB during allocation. | Clark Gaebel | -0/+12 |
| 2015-05-10 | Upgraded warning for invalid crate_type attribute syntax to an error | inrustwetrust | -5/+16 |
| 2015-05-09 | Convert #[lang=".."] to #[lang = ".."] for docs too. | Nick Hamann | -4/+4 |
| 2015-05-09 | Convert #[lang="..."] to #[lang = "..."] | Nick Hamann | -44/+44 |
| 2015-05-09 | Change E0062 and E0063 to say each field should be specified once. | Nick Hamann | -2/+4 |
| 2015-05-09 | Add long diagnostic for E0137 | Nick Hamann | -1/+6 |
| 2015-05-09 | Add long diagnostics for E0062 and E0063 | Nick Hamann | -2/+10 |
| 2015-05-09 | Minor docs fix | Rob Young | -2/+4 |
| 2015-05-09 | Remove auxiliary files not used since eb4d39e | Carol Nichols | -40/+0 |
| 2015-05-09 | Remove auxiliary file not used since 17da4c7 | Carol Nichols | -27/+0 |
| 2015-05-09 | Remove auxiliary files not used since 812637e | Carol Nichols | -164/+0 |
| 2015-05-09 | Auto merge of #24728 - GuillaumeGomez:type-mismatch, r=pnkfelix | bors | -1/+136 |
| 2015-05-09 | Use of @pnkfelix code and fix typos | Guillaume Gomez | -1/+136 |
| 2015-05-09 | Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelix | bors | -334/+4054 |
| 2015-05-09 | test: fixed some tests affected by banker's rounding. | Kang Seonghoon | -4/+4 |
| 2015-05-09 | Rollup merge of #25227 - jooert:bitvec-doc-fix, r=alexcrichton | Manish Goregaokar | -0/+4 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -198/+199 |
| 2015-05-09 | std: Add example for HashMap::entry() | Ulrik Sverdrup | -0/+18 |
| 2015-05-09 | Fixed a typo. Removed an extra s | Sindre Johansen | -1/+1 |
| 2015-05-09 | rustdoc: Add Associated Constants section | Ulrik Sverdrup | -0/+12 |
| 2015-05-09 | Auto merge of #25212 - pnkfelix:dropck-box-trait, r=nikomatsakis | bors | -115/+393 |
| 2015-05-09 | Auto merge of #25214 - acgtyrant:patch-1, r=brson | bors | -1/+1 |
| 2015-05-09 | address fallout in libsyntaxtest. | Felix S. Klock II | -1/+5 |
| 2015-05-09 | Auto merge of #25231 - carols10cents:lingering-quoted-crate-names, r=alexcric... | bors | -71/+6 |
| 2015-05-09 | Auto merge of #25159 - inrustwetrust:wrapping_inline, r=alexcrichton | bors | -0/+1 |
| 2015-05-08 | Remove references to deprecated `extern crate "foo" as bar` syntax | Carol Nichols | -71/+6 |
| 2015-05-09 | Auto merge of #25162 - seanmonstar:asref-bytes, r=alexcrichton | bors | -12/+27 |
| 2015-05-08 | collections: change bounds of SliceConcatExt implementations to use Borrow in... | Sean McArthur | -12/+10 |
| 2015-05-08 | collections: impl AsRef<[u8]> for String | Sean McArthur | -0/+8 |