| Age | Commit message (Expand) | Author | Lines |
| 2023-01-08 | Rollup merge of #106581 - estebank:bad-suggestion, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -0/+34 |
| 2023-01-08 | Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler... | Yuki Okushi | -0/+27 |
| 2023-01-08 | Do not emit wrong E0308 suggestion for closure mismatch | Esteban Küber | -4/+0 |
| 2023-01-08 | Add test | Esteban Küber | -0/+33 |
| 2023-01-08 | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | -0/+34 |
| 2023-01-07 | Rollup merge of #106509 - estebank:closure-in-block, r=davidtwco | Matthias Krüger | -24/+32 |
| 2023-01-07 | Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco | Matthias Krüger | -0/+36 |
| 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 | 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-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 |
| 2023-01-04 | Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebank | Matthias Krüger | -5/+121 |
| 2023-01-04 | Auto merge of #104376 - compiler-errors:thin-metadata-implies-thin-ptr, r=wes... | bors | -0/+11 |