| Age | Commit message (Expand) | Author | Lines |
| 2018-06-15 | fix `allow(irrefutable_let_patterns)` | Niko Matsakis | -2/+1 |
| 2018-06-08 | rename `irrefutable_let_pattern` to `irrefutable_let_patterns` | Niko Matsakis | -10/+10 |
| 2018-06-05 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+71 |
| 2018-06-05 | Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavus | bors | -0/+48 |
| 2018-06-05 | Auto merge of #51242 - ytausky:mut-ref, r=estebank | bors | -2/+47 |
| 2018-06-04 | Auto merge of #51307 - oli-obk:miri_fixes, r=eddyb | bors | -0/+41 |
| 2018-06-04 | Auto merge of #51328 - oli-obk:no_union_promotion, r=eddyb | bors | -48/+49 |
| 2018-06-04 | Add missing ui tests | Guillaume Gomez | -0/+24 |
| 2018-06-04 | Add even more tests | Guillaume Gomez | -0/+3 |
| 2018-06-04 | Put doc keyword behind feature flag | Guillaume Gomez | -0/+2 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -0/+19 |
| 2018-06-04 | Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+32 |
| 2018-06-03 | Rollup merge of #51299 - faern:const-int-ops, r=oli-obk | Mark Simulacrum | -0/+32 |
| 2018-06-03 | Auto merge of #51111 - kennytm:intralink-resolution-failure-line-numbers, r=G... | bors | -1/+36 |
| 2018-06-03 | turn run-make test into a run-make-fulldeps test | Jorge Aparicio | -0/+0 |
| 2018-06-03 | Deduplicate and fix a test | Oliver Schneider | -48/+11 |
| 2018-06-03 | Do not promote union field accesses | Oliver Schneider | -0/+38 |
| 2018-06-03 | add more tests | Jorge Aparicio | -0/+115 |
| 2018-06-03 | reject `fn panic_impl<T>(_: &PanicInfo) -> !` | Jorge Aparicio | -0/+23 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -9/+159 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -0/+15 |
| 2018-06-03 | Ignore i128 test on asmjs | Linus Färnstrand | -4/+9 |
| 2018-06-03 | Point to the rustdoc attribute where intralink resolution failed. | kennytm | -1/+21 |
| 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 | Pass literal through black_box | Linus Färnstrand | -4/+8 |
| 2018-06-03 | Auto merge of #50953 - GuillaumeGomez:attributes-in-other-places, r=QuietMisd... | bors | -0/+32 |
| 2018-06-02 | Correctly access ScalarPair fields during const eval | Oliver Schneider | -0/+41 |
| 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 | Add test for const endianess conversion | Linus Färnstrand | -0/+23 |
| 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 | Suggest not mutably borrowing a mutable reference | Yaron Tausky | -2/+47 |
| 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 |