| Age | Commit message (Expand) | Author | Lines |
| 2024-02-09 | Update jobserver-rs to 0.1.28 | Vadim Petrochenkov | -5/+8 |
| 2024-02-09 | Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obk | bors | -1252/+1439 |
| 2024-02-09 | Auto merge of #120238 - joboet:always_confirm_lock_success, r=Mark-Simulacrum | bors | -1/+18 |
| 2024-02-08 | Add and use Unique::as_non_null_ptr | Ben Kimock | -4/+9 |
| 2024-02-08 | Bless/fix tests | Ben Kimock | -1150/+1113 |
| 2024-02-08 | Add new ui tests | Ben Kimock | -1/+35 |
| 2024-02-08 | Auto merge of #120807 - matthiaskrgr:rollup-1pf3glu, r=matthiaskrgr | bors | -265/+357 |
| 2024-02-08 | Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=Nilstrieb | Matthias Krüger | -6/+28 |
| 2024-02-08 | Rollup merge of #120783 - integer32llc:improve-release-notes, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 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 | -25/+192 |
| 2024-02-08 | Rollup merge of #120772 - m-ou-se:review, r=Nilstrieb | Matthias Krüger | -1/+0 |
| 2024-02-08 | Rollup merge of #120769 - tshepang:minimal-diffs, r=wesleywiser | Matthias Krüger | -2/+2 |
| 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/+28 |
| 2024-02-08 | Reduce use of NonNull::new_unchecked in library/ | Ben Kimock | -24/+24 |
| 2024-02-08 | Remove a now-obviated debug_assert! | Ben Kimock | -1/+0 |
| 2024-02-08 | Rewrite assert_unsafe_precondition around the new intrinsic | Ben Kimock | -59/+147 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -13/+72 |
| 2024-02-08 | Add a new debug_assertions intrinsic | Ben Kimock | -0/+11 |
| 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 | Add release note for new ambiguous_wide_pointer_comparisons lint | Carol (Nichols || Goulding) | -0/+1 |
| 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 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -1000/+1563 |
| 2024-02-08 | Test `min_exhaustive_patterns` in more cases | Nadrieril | -23/+188 |
| 2024-02-08 | Match `min_exhaustive_patterns` implementation with `exhaustive_patterns` | Nadrieril | -2/+4 |
| 2024-02-08 | Remove myself from review rotation. | Mara Bos | -1/+0 |
| 2024-02-08 | Auto merge of #120550 - oli-obk:track_errors8, r=estebank | bors | -670/+3272 |
| 2024-02-08 | make future diffs minimal | Tshepang Mbambo | -2/+2 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -483/+3211 |
| 2024-02-08 | Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errors | Matthias Krüger | -39/+281 |
| 2024-02-08 | Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors | Matthias Krüger | -181/+68 |
| 2024-02-08 | Rollup merge of #120727 - Nadrieril:tweak-int-reporting, r=compiler-errors | Matthias Krüger | -50/+192 |
| 2024-02-08 | Rollup merge of #120702 - bvanjoi:fix-120444, r=notriddle | Matthias Krüger | -18/+111 |
| 2024-02-08 | Rollup merge of #120688 - cjgillot:gvn-partial-move, r=oli-obk | Matthias Krüger | -5/+78 |
| 2024-02-08 | Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelix | Matthias Krüger | -262/+316 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -359/+348 |
| 2024-02-08 | Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obk | Matthias Krüger | -70/+117 |
| 2024-02-08 | Rollup merge of #119592 - petrochenkov:unload, r=compiler-errors | Matthias Krüger | -16/+52 |
| 2024-02-08 | Auto merge of #120579 - GuillaumeGomez:prevent-running-unneeded-code, r=notri... | bors | -0/+8 |
| 2024-02-08 | Taint borrowck results without running any borrowck if the MIR body was alrea... | Oli Scherer | -158/+38 |