| Age | Commit message (Expand) | Author | Lines |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -25/+129 |
| 2019-01-28 | Auto merge of #57910 - Mark-Simulacrum:delete-test, r=petrochenkov | bors | -4/+2 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -44/+62 |
| 2019-01-27 | Update comment in test which has changed its purpose | Mark Rousskov | -4/+2 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -32/+30 |
| 2019-01-26 | Auto merge of #57918 - Centril:rollup, r=Centril | bors | -20/+100 |
| 2019-01-26 | Rollup merge of #57908 - petrochenkov:errepice, r=estebank | Mazdak Farrokhzad | -0/+53 |
| 2019-01-26 | Rollup merge of #57827 - parched:ignore, r=nikomatsakis | Mazdak Farrokhzad | -0/+1 |
| 2019-01-26 | Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=Centril | Mazdak Farrokhzad | -20/+46 |
| 2019-01-26 | Auto merge of #57852 - davidtwco:issue-57819, r=estebank | bors | -0/+138 |
| 2019-01-26 | Ignore LLVM-dependent run-make tests on Windows | Mark Rousskov | -1/+20 |
| 2019-01-26 | Workaround presence of LLVM library in stage0/lib | Mark Rousskov | -11/+12 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -0/+28 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -0/+139 |
| 2019-01-26 | Auto merge of #57675 - cuviper:llvm-monorepo, r=alexcrichton | bors | -1/+4 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -1/+4 |
| 2019-01-25 | Auto merge of #57898 - Centril:rollup, r=Centril | bors | -2/+519 |
| 2019-01-26 | Address review comments and cleanup code | Vadim Petrochenkov | -14/+14 |
| 2019-01-25 | #56411 do not suggest a fix for a import conflict in a macro | François Mockers | -0/+53 |
| 2019-01-25 | Resolve breakage | Simonas Kazlauskas | -18/+18 |
| 2019-01-25 | Rollup merge of #57886 - davidtwco:issue-57385, r=estebank | Mazdak Farrokhzad | -0/+196 |
| 2019-01-25 | Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix | Mazdak Farrokhzad | -2/+47 |
| 2019-01-25 | Rollup merge of #57645 - nikomatsakis:issue-56877-abi-aggregates, r=eddyb | Mazdak Farrokhzad | -0/+276 |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -0/+276 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -24/+578 |
| 2019-01-25 | Unit test from #57866. | Felix S. Klock II | -0/+26 |
| 2019-01-25 | Combining move lifetime and type suggestions. | David Wood | -5/+106 |
| 2019-01-25 | Suggestion moving types before associated types. | David Wood | -0/+95 |
| 2019-01-25 | Add a compile-fail test for `Drop` in constants in the presence of `Option`s | Oliver Scherer | -2/+34 |
| 2019-01-25 | Rollup merge of #57802 - davidtwco:issue-56943, r=estebank | Mazdak Farrokhzad | -0/+23 |
| 2019-01-25 | Rollup merge of #57294 - estebank:point-copy-less, r=nikomatsakis | Mazdak Farrokhzad | -215/+638 |
| 2019-01-24 | Auto merge of #57879 - Centril:rollup, r=Centril | bors | -0/+116 |
| 2019-01-24 | Fix --compare-mode=nll tests | Esteban Küber | -139/+493 |
| 2019-01-24 | review comments | Esteban Küber | -4/+1 |
| 2019-01-24 | Point at type argument suggesting adding `Copy` constraint | Esteban Küber | -1/+5 |
| 2019-01-24 | Add test for #34721 | Esteban Küber | -0/+52 |
| 2019-01-24 | When using value after move, point at span of local | Esteban Küber | -77/+93 |
| 2019-01-24 | Add a feature gate test for #[optimize] | Simonas Kazlauskas | -0/+68 |
| 2019-01-24 | Support revisions for codegen tests | Simonas Kazlauskas | -29/+51 |
| 2019-01-24 | Add an idealistic test for optimize attribute | Simonas Kazlauskas | -0/+49 |
| 2019-01-24 | Rollup merge of #57863 - davidtwco:issue-57684, r=estebank | Mazdak Farrokhzad | -0/+92 |
| 2019-01-24 | Rollup merge of #57846 - QuietMisdreavus:proc-macro-links, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+5 |
| 2019-01-24 | Rollup merge of #57606 - oli-obk:shrink, r=RalfJung | Mazdak Farrokhzad | -0/+19 |
| 2019-01-24 | Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth | bors | -1242/+34 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1242/+34 |
| 2019-01-24 | Auto merge of #57269 - gnzlbg:simd_bitmask, r=rkruppe | bors | -0/+241 |
| 2019-01-24 | Rollup merge of #57836 - oli-obk:existential_crisis, r=estebank | Mazdak Farrokhzad | -0/+60 |
| 2019-01-24 | Rollup merge of #57834 - SimonSapin:type_id, r=Centril | Mazdak Farrokhzad | -2/+1 |
| 2019-01-24 | Rollup merge of #57817 - davidtwco:issue-54521, r=estebank | Mazdak Farrokhzad | -0/+156 |
| 2019-01-24 | Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis | Mazdak Farrokhzad | -36/+22 |