| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | Bless/fix tests | Ben Kimock | -1150/+1113 |
| 2024-02-08 | Add new ui tests | Ben Kimock | -1/+35 |
| 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 #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -1000/+1563 |
| 2024-02-08 | Auto merge of #120550 - oli-obk:track_errors8, r=estebank | bors | -670/+3272 |
| 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 |
| 2024-02-08 | inline a function that is only used in clippy | Oli Scherer | -5/+1 |
| 2024-02-08 | Already poison the `type_of` result of the anon const used in the `typeof` ex... | Oli Scherer | -24/+22 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -146/+490 |
| 2024-02-08 | Auto merge of #120521 - reitermarkus:generic-nonzero-constructors, r=dtolnay | bors | -89/+105 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -181/+68 |
| 2024-02-08 | Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errors | bors | -14/+24 |
| 2024-02-07 | Prefer "0..MAX not covered" to "_ not covered" | Nadrieril | -34/+32 |
| 2024-02-07 | Add tests | Nadrieril | -32/+176 |
| 2024-02-07 | address review comments and add more tests | Lukas Markeffsky | -43/+87 |
| 2024-02-07 | Auto merge of #120748 - Nadrieril:rollup-dj0qwv5, r=Nadrieril | bors | -395/+944 |
| 2024-02-07 | Rollup merge of #120746 - compiler-errors:kind-ty, r=oli-obk | Guillaume Boisseau | -4/+35 |
| 2024-02-07 | Rollup merge of #120735 - nnethercote:rm-some-unchecked_claims, r=oli-obk | Guillaume Boisseau | -154/+103 |
| 2024-02-07 | Rollup merge of #120733 - klensy:trait-const-fn, r=oli-obk | Guillaume Boisseau | -12/+25 |
| 2024-02-07 | Rollup merge of #120726 - saethlin:no-bashism, r=Mark-Simulacrum | Guillaume Boisseau | -1/+1 |
| 2024-02-07 | Rollup merge of #120664 - SparrowLii:parallel_test, r=nnethercote | Guillaume Boisseau | -1/+78 |
| 2024-02-07 | Rollup merge of #120633 - Nadrieril:place_info, r=compiler-errors | Guillaume Boisseau | -40/+57 |
| 2024-02-07 | Rollup merge of #120564 - Zalathar:increment-site, r=oli-obk | Guillaume Boisseau | -80/+79 |
| 2024-02-07 | Rollup merge of #120479 - estebank:issue-61788, r=wesleywiser | Guillaume Boisseau | -18/+214 |
| 2024-02-07 | Rollup merge of #120470 - estebank:issue-54196, r=compiler-errors | Guillaume Boisseau | -3/+3 |
| 2024-02-07 | Rollup merge of #120455 - JarlEvanson:sroa-miri-tests, r=cjgillot | Guillaume Boisseau | -9/+131 |
| 2024-02-07 | Rollup merge of #120302 - oli-obk:const_intern_cleanups, r=RalfJung | Guillaume Boisseau | -63/+61 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -10/+74 |
| 2024-02-07 | Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiser | Guillaume Boisseau | -0/+83 |
| 2024-02-07 | Auto merge of #120747 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-02-07 | Update cargo | Weihang Lo | -0/+0 |
| 2024-02-07 | Record coroutine kind in generics | Michael Goulet | -4/+35 |
| 2024-02-07 | improve pretty printing for trait objects | Lukas Markeffsky | -63/+106 |