| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-06-02 | Rollup merge of #51313 - euclio:variant-name-suggestion-fix, r=oli-obk | Mark Simulacrum | -2/+2 |
| 2018-06-02 | Rollup merge of #51143 - Mark-Simulacrum:issue-50826, r=cramertj | Mark Simulacrum | -3/+3 |
| 2018-06-03 | Auto merge of #50953 - GuillaumeGomez:attributes-in-other-places, r=QuietMisd... | bors | -0/+32 |
| 2018-06-02 | Add attributes for trait and methods as well | Guillaume Gomez | -0/+32 |
| 2018-06-02 | use type name in E0599 enum variant suggestion | Andy Russell | -2/+2 |
| 2018-06-02 | Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavus | Mark Simulacrum | -0/+1 |
| 2018-06-02 | Rustdoc itself no longer requires proc macros to build | Mark Simulacrum | -0/+1 |
| 2018-06-02 | Auto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton | bors | -0/+66 |
| 2018-06-02 | Specify that packed types must derive, not implement, Copy | Mark Simulacrum | -3/+3 |
| 2018-06-02 | Auto merge of #51274 - nikomatsakis:issue-46557-promote-ref-mut, r=eddyb | bors | -0/+161 |
| 2018-06-02 | Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=... | bors | -64/+230 |
| 2018-06-01 | Rollup merge of #51135 - estebank:sugg-7575, r=oli-obk | Mark Simulacrum | -10/+10 |
| 2018-06-01 | rework to report errors from crates in a consistent order | Niko Matsakis | -33/+33 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -87/+167 |
| 2018-06-01 | extend `unused_extern_crates` lint with a suggestion to remove | Niko Matsakis | -0/+86 |
| 2018-06-01 | also check `let` arms and nested patterns for mutable borrows | Niko Matsakis | -0/+161 |
| 2018-06-01 | Auto merge of #51181 - mbrubeck:prelude, r=petrochenkov | bors | -0/+49 |
| 2018-06-01 | Auto merge of #51171 - faern:const-bswap-ctpop-cttz-ctlz, r=oli-obk | bors | -0/+23 |
| 2018-05-31 | Auto merge of #51096 - matthewjasper:reverse-normalization-bounds, r=nikomats... | bors | -0/+75 |
| 2018-05-31 | Rollup merge of #51146 - dlrobertson:fix_51102, r=estebank | Guillaume Gomez | -0/+72 |
| 2018-05-31 | Register outlives predicates from queries the right way around. | Matthew Jasper | -0/+75 |
| 2018-05-31 | Make short-error format GNU compatible | Guillaume Gomez | -2/+2 |
| 2018-05-31 | Stabilize short error format | Guillaume Gomez | -1/+1 |
| 2018-05-31 | Add test for intrinsics::bswap | Linus Färnstrand | -0/+23 |
| 2018-05-31 | Auto merge of #51235 - nikomatsakis:issue-51117-borrowck-implicit-deref, r=eddyb | bors | -0/+52 |
| 2018-05-31 | typeck: Do not pass the field check on field error | Dan Robertson | -0/+72 |
| 2018-05-31 | change `PointerKind::Implicit` to a note | Niko Matsakis | -0/+52 |
| 2018-05-31 | Add std/core to prelude if extern_prelude enabled | Matt Brubeck | -0/+49 |
| 2018-05-31 | Add a test for issue 36710. | Johannes Nixdorf | -0/+66 |
| 2018-05-31 | Auto merge of #51182 - eddyb:not-just-visibility, r=nikomatsakis | bors | -26/+28 |
| 2018-05-31 | Auto merge of #51220 - nikomatsakis:issue-51008-false-positive-lifetime-must-... | bors | -0/+50 |
| 2018-05-30 | Auto merge of #51215 - eddyb:visit-for-a-lifetime, r=nikomatsakis | bors | -1/+17 |
| 2018-05-30 | also reset anon-param-mode for `fn()` types | Niko Matsakis | -0/+25 |
| 2018-05-30 | reset the "anonymous lifetime mode" for parenthesized where clauses | Niko Matsakis | -0/+25 |
| 2018-05-30 | rustc: use syntactic (instead of visibility) source info where appropriate. | Eduard-Mihai Burtescu | -26/+28 |
| 2018-05-30 | rustc: don't visit lifetime parameters through visit_lifetime. | Eduard-Mihai Burtescu | -1/+17 |
| 2018-05-30 | Suggest using `as_ref` on some borrow errors [hack] | Esteban Küber | -0/+72 |
| 2018-05-30 | Auto merge of #50880 - glandium:oom, r=SimonSapin | bors | -7/+7 |
| 2018-05-30 | Auto merge of #51017 - estebank:crate-name-in-path, r=michaelwoerister | bors | -0/+67 |
| 2018-05-29 | Fix typo | Esteban Küber | -1/+1 |
| 2018-05-29 | Review feedback: Adding test cases suggested by arielb1. | Felix S. Klock II | -0/+146 |
| 2018-05-29 | Tests illustrating the bug fixes for #27282 and #24535. | Felix S. Klock II | -0/+211 |
| 2018-05-29 | Test update: Fallout from ReadForMatch statements + changes to codegen under ... | Felix S. Klock II | -112/+125 |
| 2018-05-29 | rust-lang/rust#41962 has a new error with my new code. Incorporate that into ... | Felix S. Klock II | -8/+16 |
| 2018-05-30 | Pass a `Layout` to `oom` | Mike Hommey | -7/+7 |
| 2018-05-29 | Auto merge of #50475 - csmoe:debr, r=nikomatsakis | bors | -15/+15 |
| 2018-05-28 | change to 0-based indices | Niko Matsakis | -15/+15 |
| 2018-05-28 | Add test for reexported crate names | Esteban Küber | -0/+67 |
| 2018-05-28 | Add primary span label | Esteban Küber | -3/+4 |