| Age | Commit message (Expand) | Author | Lines |
| 2023-09-29 | specialization: use clause | lcnr | -37/+23 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -14/+9 |
| 2023-09-29 | Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-... | Matthias Krüger | -32/+57 |
| 2023-09-29 | Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-... | bors | -122/+202 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -32/+57 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -132/+3 |
| 2023-09-28 | don't clone copy types | Matthias Krüger | -1/+1 |
| 2023-09-27 | Rollup merge of #116149 - compiler-errors:anonymize, r=lcnr | Matthias Krüger | -4/+25 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -36/+42 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -11/+12 |
| 2023-09-26 | Anonymize binders for refining_impl_trait check | Michael Goulet | -4/+25 |
| 2023-09-26 | subst -> instantiate | lcnr | -11/+12 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -36/+42 |
| 2023-09-26 | Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjay | bors | -8/+88 |
| 2023-09-24 | Added additional visit steps to visit_generic_param() in order to avoid ICE o... | Lenko Donchev | -16/+15 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -6/+6 |
| 2023-09-24 | Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naber | Matthias Krüger | -8/+8 |
| 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 | Allow higher-ranked fn sigs in ValuePairs | Michael Goulet | -8/+8 |
| 2023-09-22 | Need to use hybrid param-env to make sure implication is not circular | Michael Goulet | -2/+13 |
| 2023-09-22 | Use placeholders to prevent using inferred RPITIT types to imply their own WF... | Michael Goulet | -6/+75 |
| 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 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -122/+202 |
| 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-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -21/+23 |
| 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 |