| Age | Commit message (Expand) | Author | Lines |
| 2024-02-10 | Rollup merge of #120584 - compiler-errors:u, r=lcnr | Matthias Krüger | -123/+207 |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -108/+192 |
| 2024-02-09 | Rollup merge of #120844 - compiler-errors:async-di, r=oli-obk | Matthias Krüger | -1/+4 |
| 2024-02-09 | Rollup merge of #120836 - lcnr:param-env-hide-impl, r=BoxyUwU | Matthias Krüger | -46/+72 |
| 2024-02-09 | Rollup merge of #120822 - gurry:120756-terse-non-prim-cast-diag, r=petrochenkov | Matthias Krüger | -2/+24 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -59/+92 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -15/+15 |
| 2024-02-09 | Build DebugInfo for coroutine-closure | Michael Goulet | -1/+4 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -314/+262 |
| 2024-02-09 | Rollup merge of #120828 - nnethercote:fix-stash-steal, r=oli-obk | Matthias Krüger | -42/+65 |
| 2024-02-09 | Rollup merge of #120817 - compiler-errors:more-mir-errors, r=oli-obk | Matthias Krüger | -12/+33 |
| 2024-02-09 | Rollup merge of #120704 - amandasystems:silly-region-name-rewrite, r=compiler... | Matthias Krüger | -27/+31 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -161/+63 |
| 2024-02-09 | Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkov | Matthias Krüger | -72/+70 |
| 2024-02-09 | Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obk | bors | -14/+101 |
| 2024-02-09 | hide impls if trait bound is proven from env | lcnr | -46/+66 |
| 2024-02-09 | add comment | lcnr | -0/+6 |
| 2024-02-09 | Emit more specific diagnostics when enums fail to cast with `as` | Gurinder Singh | -2/+24 |
| 2024-02-09 | Fix `ErrorGuaranteed` unsoundness with stash/steal. | Nicholas Nethercote | -42/+65 |
| 2024-02-09 | Don't ice in validation when error body is created | Michael Goulet | -0/+2 |
| 2024-02-09 | Don't ICE in ByMoveBody when coroutine is tainted | Michael Goulet | -12/+31 |
| 2024-02-09 | make it recursive | Michael Goulet | -93/+95 |
| 2024-02-09 | Don't unnecessarily lower associated type bounds to impl trait | Michael Goulet | -13/+11 |
| 2024-02-09 | For a rigid projection, recursively look at the self type's item bounds | Michael Goulet | -142/+226 |
| 2024-02-08 | Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=Nilstrieb | Matthias Krüger | -6/+6 |
| 2024-02-08 | Rollup merge of #120782 - oli-obk:track_errors8, r=WaffleLapkin | Matthias Krüger | -0/+2 |
| 2024-02-08 | Rollup merge of #120778 - zetanumbers:refactor_try_instance_mir, r=compiler-e... | Matthias Krüger | -15/+10 |
| 2024-02-08 | Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2024-02-08 | Rollup merge of #120750 - compiler-errors:itctx-by-val, r=cjgillot | Matthias Krüger | -92/+90 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -124/+32 |
| 2024-02-08 | Avoid ICE in drop recursion check in case of invalid drop impls | Oli Scherer | -6/+6 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -12/+71 |
| 2024-02-08 | InstSimplify rustc_nounwind calls | Ben Kimock | -0/+25 |
| 2024-02-08 | Don't lower assume in unoptimized builds | Ben Kimock | -2/+5 |
| 2024-02-08 | Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnr | bors | -547/+627 |
| 2024-02-08 | Fix mir pass ICE in the presence of other errors | Oli Scherer | -0/+1 |
| 2024-02-08 | Fix `span_bug!` backtraces | Oli Scherer | -0/+1 |
| 2024-02-08 | reviews + rebase | Boxy | -114/+101 |
| 2024-02-08 | rename `instantiate_binder_with_placeholders` | Boxy | -23/+38 |
| 2024-02-08 | introduce `enter_forall` | Boxy | -442/+520 |
| 2024-02-08 | Deduplicate `tcx.instance_mir(instance)` calls in `try_instance_mir` | zetanumbers | -15/+10 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -9/+9 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -6/+6 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -642/+630 |
| 2024-02-08 | Match `min_exhaustive_patterns` implementation with `exhaustive_patterns` | Nadrieril | -2/+4 |
| 2024-02-08 | Make `RegionName` `Copy` by (transitively) interning the few string variants | Amanda Stjerna | -13/+13 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -10/+48 |
| 2024-02-08 | Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errors | Matthias Krüger | -33/+81 |
| 2024-02-08 | Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors | Matthias Krüger | -169/+61 |
| 2024-02-08 | Rollup merge of #120727 - Nadrieril:tweak-int-reporting, r=compiler-errors | Matthias Krüger | -5/+3 |