| Age | Commit message (Expand) | Author | Lines |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -0/+34 |
| 2019-01-30 | Add MOVBE feature | Jethro Beekman | -1/+2 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -14/+28 |
| 2019-01-30 | Suggest to add each of `|` and `()` when unexpected `,` is found in pattern | Knium_ | -6/+54 |
| 2019-01-29 | Fix tests | John Kåre Alsaker | -10/+3 |
| 2019-01-29 | Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis | bors | -45/+115 |
| 2019-01-29 | add tests to a few edge cases in method lookup | Ariel Ben-Yehuda | -0/+290 |
| 2019-01-28 | Refer to synthetically named lifetimes as "some specific lifetime" rather tha... | Rémy Rakic | -19/+19 |
| 2019-01-28 | Rollup merge of #57904 - euclio:attribute-typos, r=davidtwco | Mazdak Farrokhzad | -3/+43 |
| 2019-01-28 | Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc | bors | -74/+108 |
| 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 | add typo suggestion to unknown attribute error | Andy Russell | -3/+43 |
| 2019-01-27 | Temporary workaround for travis diagnostic difference | Wim Looman | -4/+6 |
| 2019-01-27 | Mark static generators as !Unpin | Wim Looman | -0/+28 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -74/+78 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -3/+3 |
| 2019-01-27 | Update comment in test which has changed its purpose | Mark Rousskov | -4/+2 |
| 2019-01-27 | When mentioning lifetimes, put either the trait ref or the self type closer t... | Rémy Rakic | -18/+18 |
| 2019-01-27 | Fix issue-57362-1.rs attributes | Rémy Rakic | -0/+0 |
| 2019-01-27 | identify when implemented for "some specific lifetime" | Niko Matsakis | -12/+14 |
| 2019-01-27 | break apart tests | Niko Matsakis | -17/+24 |
| 2019-01-27 | Test new placeholder error messages in previously untested combinations | Remy Rakic | -0/+61 |
| 2019-01-27 | Update test expectations for new placeholder error messages | Remy Rakic | -44/+44 |
| 2019-01-27 | Update two E308 tests to the new placeholder error | lqd | -2/+2 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -3/+3 |
| 2019-01-26 | Auto merge of #57918 - Centril:rollup, r=Centril | bors | -20/+99 |
| 2019-01-26 | Rollup merge of #57908 - petrochenkov:errepice, r=estebank | Mazdak Farrokhzad | -0/+53 |
| 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 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -0/+68 |
| 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 | -16/+570 |
| 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/+111 |
| 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 |