| Age | Commit message (Expand) | Author | Lines |
| 2023-01-07 | Rollup merge of #105517 - pcc:process-panic-after-fork, r=davidtwco | Matthias Krüger | -36/+41 |
| 2023-01-07 | Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwco | bors | -12/+0 |
| 2023-01-07 | Auto merge of #106519 - estebank:tail-unit, r=cjgillot | bors | -0/+131 |
| 2023-01-07 | don't eagerly normalize SelfCtor type | Ali MJ Al-Nasrawy | -0/+120 |
| 2023-01-07 | more tests | Ali MJ Al-Nasrawy | -37/+208 |
| 2023-01-07 | make ascribe_user_type a TypeOp | Ali MJ Al-Nasrawy | -17/+173 |
| 2023-01-07 | fix method substs | Ali MJ Al-Nasrawy | -2/+10 |
| 2023-01-07 | fix struct path | Ali MJ Al-Nasrawy | -38/+107 |
| 2023-01-07 | don't normalize in astconv | Ali MJ Al-Nasrawy | -172/+273 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -0/+51 |
| 2023-01-06 | Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener... | Michael Goulet | -34/+34 |
| 2023-01-06 | Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726 | Michael Goulet | -4/+4 |
| 2023-01-07 | use type_implements_trait to check Param clone | yukang | -2/+2 |
| 2023-01-06 | Change wording to avoid being misleading | Esteban Küber | -25/+11 |
| 2023-01-06 | Structured suggestion for `&mut dyn Iterator` when possible | Esteban Küber | -5/+42 |
| 2023-01-07 | Suggest possible clone when we have &T | yukang | -0/+107 |
| 2023-01-06 | Auto merge of #106501 - cjgillot:resolved-elided-apit, r=compiler-errors | bors | -0/+5 |
| 2023-01-06 | use smaller spans for missing lifetime/generic args | Takayuki Maeda | -34/+34 |
| 2023-01-06 | Auto merge of #105805 - yanchen4791:issue-105227-fix, r=estebank | bors | -31/+102 |
| 2023-01-06 | Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebank | Dylan DPC | -0/+61 |
| 2023-01-06 | Rollup merge of #106494 - JohnTitor:issue-58355, r=compiler-errors | Dylan DPC | -0/+20 |
| 2023-01-05 | fix [type error] for error E0029 and E0277 | Yiming Lei | -0/+61 |
| 2023-01-05 | Suggests adding named lifetime when the return contains value borrowed from m... | yanchen4791 | -31/+102 |
| 2023-01-06 | Tweak output | Esteban Küber | -55/+35 |
| 2023-01-06 | Report WF error for new solver too | Michael Goulet | -4/+4 |
| 2023-01-06 | Detect bindings assigned blocks without tail expressions in trait errors | Esteban Küber | -9/+65 |
| 2023-01-06 | Detect bindings assigned blocks without tail expressions | Esteban Küber | -0/+95 |
| 2023-01-05 | Detect closures assigned to binding in block | Esteban Küber | -24/+32 |
| 2023-01-05 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -0/+5 |
| 2023-01-05 | fix rebase | Esteban Küber | -3/+3 |
| 2023-01-05 | Explain error with `&mut self` for unsized trait impls | clubby789 | -0/+27 |
| 2023-01-05 | review comments: reword | Esteban Küber | -4/+4 |
| 2023-01-05 | Suggest changing argument on type error | Esteban Küber | -10/+28 |
| 2023-01-05 | Account for type error on method arg caused by earlier inference | Esteban Küber | -0/+27 |
| 2023-01-05 | Tweak output | Esteban Küber | -12/+124 |
| 2023-01-05 | review comments: do not always point at init expr | Esteban Küber | -98/+11 |
| 2023-01-05 | More eagerly resolve expr `ty`s before writing them | Esteban Küber | -23/+11 |
| 2023-01-05 | Skip macros to avoid talking about bindings the user can't see | Esteban Küber | -12/+3 |
| 2023-01-05 | Point at expressions where inference refines an unexpected type | Esteban Küber | -14/+140 |
| 2023-01-06 | Add regression test for #58355 | Yuki Okushi | -0/+20 |
| 2023-01-05 | Auto merge of #106482 - compiler-errors:rollup-g7n1p39, r=compiler-errors | bors | -163/+223 |
| 2023-01-04 | Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errors | Michael Goulet | -133/+133 |
| 2023-01-04 | Rollup merge of #106385 - compiler-errors:new-solver-flag, r=jackh726 | Michael Goulet | -30/+30 |
| 2023-01-04 | Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726 | Michael Goulet | -0/+60 |
| 2023-01-05 | Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726 | bors | -2/+111 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -133/+133 |
| 2023-01-04 | Move tests | Caio | -0/+0 |
| 2023-01-04 | Update tests, etc | Michael Goulet | -30/+30 |
| 2023-01-04 | Auto merge of #106442 - matthiaskrgr:rollup-wivf7gh, r=matthiaskrgr | bors | -29/+191 |
| 2023-01-04 | Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebank | Matthias Krüger | -24/+70 |