| Age | Commit message (Expand) | Author | Lines |
| 2022-04-28 | Revert diagnostic duplication and accidental stabilization | Oli Scherer | -231/+34 |
| 2022-04-27 | Auto merge of #96371 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+55 |
| 2022-04-26 | Move some tests to more reasonable places | Caio | -0/+55 |
| 2022-04-27 | Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions... | Dylan DPC | -2/+20 |
| 2022-04-26 | Rollup merge of #96372 - compiler-errors:field-method-suggest, r=oli-obk | Guillaume Gomez | -0/+40 |
| 2022-04-25 | Replace suggest_constraining_param with suggest_restricting_param_bound | Will Crichton | -1/+4 |
| 2022-04-25 | Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL | marmeladema | -2/+20 |
| 2022-04-24 | suggestion if struct field has method | Michael Goulet | -0/+40 |
| 2022-04-24 | Bless tests | marmeladema | -6/+58 |
| 2022-04-22 | Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+43 |
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -0/+43 |
| 2022-04-19 | Rollup merge of #96122 - TaKO8Ki:fix-invalid-error-for-suggestion-to-add-slic... | Dylan DPC | -0/+50 |
| 2022-04-19 | Auto merge of #95379 - icewind1991:suggest-associated-type-more, r=jackh726 | bors | -8/+5 |
| 2022-04-18 | implement `Deref` for `Bar` | Takayuki Maeda | -2/+30 |
| 2022-04-17 | Bless nll test. | Camille GILLOT | -0/+106 |
| 2022-04-17 | Bless tests. | Camille GILLOT | -18/+250 |
| 2022-04-17 | show suggestion to replace generic bounds with associated types in more cases | Robin Appelman | -8/+5 |
| 2022-04-17 | fix an invalid error for a suggestion to add a slice in pattern-matching | Takayuki Maeda | -0/+22 |
| 2022-04-16 | Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este... | bors | -53/+275 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -53/+275 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -1/+0 |
| 2022-04-10 | only suggest removing semicolon when expr implements trait | Michael Goulet | -9/+63 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -0/+35 |
| 2022-04-05 | Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er... | Dylan DPC | -0/+8 |
| 2022-04-05 | Suggest derivable trait on E0277 | ohno418 | -0/+8 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -2/+2 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -2/+2 |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+2 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -7/+5 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -0/+35 |
| 2022-04-03 | Improve method name suggestions | Oliver Downard | -1/+1 |
| 2022-03-31 | remove find_use_placement | Fausto | -1/+0 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -3/+43 |
| 2022-03-29 | Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errors | Dylan DPC | -0/+61 |
| 2022-03-29 | diagnostics: regression test for derive bounds | Michael Howell | -0/+61 |
| 2022-03-29 | Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPC | Dylan DPC | -0/+57 |
| 2022-03-28 | diagnostics: add regression test for #82081 | Michael Howell | -0/+57 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -27/+16 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -39/+54 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -45/+81 |
| 2022-03-28 | Remove duplicated and unused test files | Caio | -65/+0 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -1/+1 |
| 2022-03-19 | diagnostics: do not give Option::as_ref suggestion for complex match | Michael Howell | -0/+24 |
| 2022-03-12 | Auto merge of #94711 - ouz-a:master3, r=oli-obk | bors | -0/+92 |
| 2022-03-11 | Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-... | Dylan DPC | -0/+56 |
| 2022-03-11 | fix a suggestion message | Takayuki Maeda | -6/+6 |
| 2022-03-11 | suggest using double colon when using single colon in struct field type path | Takayuki Maeda | -0/+56 |
| 2022-03-10 | Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkov | Matthias Krüger | -0/+113 |
| 2022-03-09 | Account for suggestions for complete removal of lines | Esteban Kuber | -0/+113 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -11/+31 |