| Age | Commit message (Expand) | Author | Lines |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -7/+1 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -8/+1 |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -1/+20 |
| 2023-09-23 | Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot | bors | -3/+19 |
| 2023-09-22 | diagnostics: simpler 83556 handling by bailing out | Michael Howell | -8/+3 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -1/+20 |
| 2023-09-22 | Rollup merge of #116039 - estebank:nested-tait, r=compiler-errors | Matthias Krüger | -2/+7 |
| 2023-09-21 | diagnostics: avoid mismatch between variance index and hir generic | Michael Howell | -3/+24 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -64/+117 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -4/+4 |
| 2023-09-21 | Account for nested `impl Trait` in TAIT | Esteban Küber | -2/+7 |
| 2023-09-20 | Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to-predica... | Guillaume Gomez | -5/+5 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -26/+65 |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -5/+5 |
| 2023-09-19 | wrap fn sig binders in fn ptr | Eduardo Sánchez Muñoz | -10/+7 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -64/+120 |
| 2023-09-19 | Don't complain on a single non-exhaustive 1-zst | Michael Goulet | -19/+29 |
| 2023-09-17 | Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errors | bors | -37/+21 |
| 2023-09-16 | Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-09-15 | Auto merge of #115853 - obeis:hir-analysis-migrate-diagnostics-6, r=compiler-... | bors | -77/+88 |
| 2023-09-14 | Enable varargs support for AAPCS calling convention | Soveu | -1/+1 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -1/+5 |
| 2023-09-14 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -77/+88 |
| 2023-09-14 | Paper over an accidental regression | Oli Scherer | -1/+9 |
| 2023-09-12 | Auto merge of #115699 - RalfJung:interpret-abi-compat, r=oli-obk | bors | -0/+8 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -1/+1 |
| 2023-09-11 | Don't create drop scopes after item statements | Matthew Jasper | -1/+5 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -3/+6 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -3/+6 |
| 2023-09-11 | explain why DispatchFromDyn does the check it does | Ralf Jung | -0/+8 |
| 2023-09-08 | E0220: only suggests associated types if there's only one candidate | Lieselotte | -25/+19 |
| 2023-09-08 | Improve "associated type not found" diagnostics | Lieselotte | -11/+42 |
| 2023-09-07 | Add note | Michael Goulet | -0/+1 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -0/+28 |
| 2023-09-07 | Use self instead of the actual self ty | Michael Goulet | -3/+15 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -0/+294 |
| 2023-09-06 | Auto merge of #115401 - Zoxc:freeze, r=oli-obk | bors | -0/+4 |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -26/+65 |
| 2023-09-02 | Freeze `Definitions` earlier | John Kåre Alsaker | -0/+4 |
| 2023-09-01 | Don't manually walk through param indices when adding implicit Sized and Cons... | Michael Goulet | -129/+145 |
| 2023-09-01 | Auto merge of #113201 - oli-obk:recursive_type_alias, r=estebank,compiler-errors | bors | -7/+12 |
| 2023-08-30 | rustc_layout_scalar_valid_range makes ctors unsafe | Michael Goulet | -8/+9 |
| 2023-08-30 | Permit recursive weak type aliases | Oli Scherer | -7/+12 |
| 2023-08-30 | Revert "Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726" | Oli Scherer | -1/+9 |
| 2023-08-30 | Auto merge of #114908 - cjgillot:no-let-under, r=compiler-errors | bors | -1/+1 |
| 2023-08-29 | repr(transparent): it's fine if the one non-1-ZST field is a ZST | Ralf Jung | -37/+21 |
| 2023-08-29 | some more is_zst that should be is_1zst | Ralf Jung | -2/+2 |
| 2023-08-28 | Auto merge of #115326 - matthiaskrgr:rollup-qsoa8ar, r=matthiaskrgr | bors | -77/+100 |
| 2023-08-28 | Test variances of opaque captures | Michael Goulet | -0/+15 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -77/+100 |