| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Don't ICE on missing `Unsize` impl | Nathan Corbyn | -0/+29 |
| 2020-05-12 | fix test output after rebase | Esteban Küber | -1/+1 |
| 2020-05-12 | Increase verbosity of bound restriction suggestions | Esteban Küber | -8/+14 |
| 2020-05-09 | Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkov | Ralf Jung | -0/+305 |
| 2020-05-07 | Rollup merge of #71960 - estebank:fix-E0284, r=davidtwco | Dylan DPC | -15/+60 |
| 2020-05-07 | Fix E0284 to not use incorrect wording | Esteban Küber | -15/+60 |
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+21 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -11/+11 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -5/+16 |
| 2020-05-06 | Rollup merge of #71937 - mzohreva:mz/ui-tests-ignore-sgx, r=nikomatsakis | Dylan DPC | -4/+7 |
| 2020-05-06 | Rollup merge of #71727 - hbina:simplified_usage, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+284 |
| 2020-05-05 | Ignore SGX on a few ui tests | Mohsen Zohrevandi | -4/+7 |
| 2020-05-05 | Rollup merge of #71894 - mibac138:semicolon-not-always-helpful, r=estebank | Dylan DPC | -3/+0 |
| 2020-05-05 | Suggest removing semicolon in last expression only if it's type is known | mibac138 | -3/+0 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+2 |
| 2020-05-05 | Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakis | Dylan DPC | -13/+0 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+2 |
| 2020-05-04 | review comments and rebase fix | Esteban Küber | -3/+9 |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -1/+3 |
| 2020-05-04 | Handle binop on unbound type param | Esteban Küber | -1/+4 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -22/+4 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -2/+4 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -20/+0 |
| 2020-05-02 | Replace convenient function `remove_prefix()` with `replace_prefix()` | Donough Liu | -2/+0 |
| 2020-05-02 | Suggestion for immutable reference -> mutable pointer should be emitted | Donough Liu | -2/+1 |
| 2020-05-02 | Suggest deref when coercing `ty::Ref` to `ty::RawPtr` with arbitrary | Donough Liu | -2/+224 |
| 2020-05-01 | SipHasher::new() is literally with SipHasher with both keys being 0 | Hanif Bin Ariffin | -2/+2 |
| 2020-04-30 | Remove unsized enum test | Mark Rousskov | -13/+0 |
| 2020-04-30 | Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obk | Dylan DPC | -0/+122 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -4/+13 |
| 2020-04-29 | Suggest deref when coercing `ty::Ref` to `ty::RawPtr` | Donough Liu | -0/+122 |
| 2020-04-28 | Bless test that no longer warns | Dylan MacKenzie | -1/+1 |
| 2020-04-28 | Add tests from #67088 and the issues mentioned in its description | Dylan MacKenzie | -16/+0 |
| 2020-04-27 | Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkov | Dylan DPC | -0/+15 |
| 2020-04-27 | Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkov | Dylan DPC | -0/+2 |
| 2020-04-26 | Point at the return type on `.into()` failure caused by `?` | Esteban Küber | -0/+2 |
| 2020-04-26 | use defkind.descr in wrong namespace resolve failure | YI | -3/+3 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -2/+2 |
| 2020-04-25 | Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obk | Dylan DPC | -27/+106 |
| 2020-04-25 | Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebank | Dylan DPC | -0/+47 |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-04-24 | Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morse | Dylan DPC | -3/+15 |
| 2020-04-24 | Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebank | Dylan DPC | -3/+3 |
| 2020-04-23 | Cycle errors now occur during const-eval, not checking | Dylan MacKenzie | -27/+106 |
| 2020-04-23 | fix error code for E0751 | YI | -3/+3 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -0/+1 |
| 2020-04-22 | Tweak wording | Esteban Küber | -3/+3 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -3/+15 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -10/+1 |