| Age | Commit message (Expand) | Author | Lines |
| 2023-10-05 | Rollup merge of #116296 - compiler-errors:default-return, r=estebank | Jubilee | -1/+1 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -2/+6 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -1/+1 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -11/+11 |
| 2023-10-03 | Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco | Matthias Krüger | -14/+9 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -21/+23 |
| 2023-09-29 | Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errors | Matthias Krüger | -28/+39 |
| 2023-09-29 | Only trigger refine lint on reachable traits | Michael Goulet | -2/+6 |
| 2023-09-29 | fix(suggestion): insert projection to associated types | bohan | -28/+39 |
| 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-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-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 | -8/+4 |
| 2023-09-26 | Anonymize binders for refining_impl_trait check | Michael Goulet | -4/+25 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -8/+4 |
| 2023-09-26 | Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjay | bors | -8/+88 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -4/+4 |
| 2023-09-24 | Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naber | Matthias Krüger | -8/+8 |
| 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-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 | -39/+116 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -3/+3 |
| 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 | -39/+119 |
| 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-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -1/+5 |
| 2023-09-14 | Paper over an accidental regression | Oli Scherer | -1/+9 |
| 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 | -1/+1 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -1/+1 |
| 2023-09-08 | Stabilize impl_trait_projections | Michael Goulet | -132/+3 |
| 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/+279 |
| 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-23 | Allow MaybeUninit in input and output of inline assembly | Taiki Endo | -19/+34 |