| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Recover from incorrectly ordered/duplicated function keywords | clubby789 | -6/+13 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -7/+7 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -0/+51 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -4/+24 |
| 2023-10-24 | Merge impl_wf_inference into coherence checking | Michael Goulet | -0/+51 |
| 2023-10-24 | Remove incomplete features from RPITIT/AFIT tests | Michael Goulet | -37/+10 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -3/+10 |
| 2023-10-22 | Auto merge of #116256 - apekros:issue-114912, r=cjgillot | bors | -0/+33 |
| 2023-10-21 | fix spans for removing `.await` on `for` expressions | Lukas Markeffsky | -1/+19 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -26/+26 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -51/+51 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -17/+17 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -3/+10 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -0/+28 |
| 2023-10-16 | Fix inline const pattern unsafety checking in THIR | Matthew Jasper | -4/+24 |
| 2023-10-14 | Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandry | Matthias Krüger | -1/+1 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -584/+94 |
| 2023-10-13 | Fix AFIT lint message to mention pitfall | Michael Goulet | -1/+1 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -4/+4 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -44/+16 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -0/+16 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+2 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -2/+2 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -6/+6 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -0/+65 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+2 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -2/+2 |
| 2023-10-04 | Auto merge of #116360 - compiler-errors:async-span, r=oli-obk | bors | -37/+37 |
| 2023-10-03 | Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwco | Matthias Krüger | -9/+31 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -37/+37 |
| 2023-10-03 | Address review nits | Michael Goulet | -1/+1 |
| 2023-10-03 | Only reachable traits | Michael Goulet | -2/+14 |
| 2023-10-03 | Fill in prose to describe the `async_fn_in_trait` lint | Travis Cross | -3/+3 |
| 2023-10-03 | Bless tests | Michael Goulet | -0/+22 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -0/+31 |
| 2023-09-29 | Only trigger refine lint on reachable traits | Michael Goulet | -6/+6 |
| 2023-09-29 | Add test for rust-lang#114912 | apekros | -0/+33 |
| 2023-09-29 | Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnr | bors | -1/+1 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -72/+2 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -1/+1 |
| 2023-09-26 | add test | Milo | -0/+18 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -300/+205 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -1840/+135 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -0/+117 |
| 2023-09-22 | Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -72/+72 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -3/+3 |
| 2023-09-22 | Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obk | Matthias Krüger | -122/+0 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -72/+72 |