| Age | Commit message (Expand) | Author | Lines |
| 2024-02-09 | Rollup merge of #120806 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -609/+3874 |
| 2024-02-09 | Rollup merge of #120790 - onur-ozkan:better-error-message, r=wesleywiser | Matthias Krüger | -2/+4 |
| 2024-02-09 | Rollup merge of #120776 - joboet:move_pal_path, r=ChrisDenton | Matthias Krüger | -51/+24 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -59/+148 |
| 2024-02-09 | Rollup merge of #120351 - Ayush1325:uefi-time, r=m-ou-se | Matthias Krüger | -1/+133 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -839/+673 |
| 2024-02-09 | Rollup merge of #120831 - Nikokrock:pr/disappearing_startup_objects, r=onur-o... | Matthias Krüger | -0/+2 |
| 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/+73 |
| 2024-02-09 | Rollup merge of #120809 - reitermarkus:generic-nonzero-constructors, r=Nilstrieb | Matthias Krüger | -3/+1 |
| 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 | -166/+89 |
| 2024-02-09 | Rollup merge of #120308 - utkarshgupta137:duration-opt, r=m-ou-se | Matthias Krüger | -7/+12 |
| 2024-02-09 | Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkov | Matthias Krüger | -582/+400 |
| 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-09 | Startup objects disappearing from sysroot | Nicolas Roche | -0/+2 |
| 2024-02-09 | Fix `ErrorGuaranteed` unsoundness with stash/steal. | Nicholas Nethercote | -42/+65 |
| 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-09 | Don't ice in validation when error body is created | Michael Goulet | -0/+20 |
| 2024-02-09 | Don't ICE in ByMoveBody when coroutine is tainted | Michael Goulet | -12/+53 |
| 2024-02-08 | Auto merge of #120807 - matthiaskrgr:rollup-1pf3glu, r=matthiaskrgr | bors | -265/+357 |
| 2024-02-08 | Use `transmute_unchecked` in `NonZero::new`. | Markus Reiter | -3/+1 |
| 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 | Update Cargo.lock | Philipp Krones | -5/+5 |
| 2024-02-08 | Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup | Philipp Krones | -604/+3869 |
| 2024-02-08 | Auto merge of #12246 - flip1995:rustup, r=flip1995 | bors | -121/+110 |
| 2024-02-09 | Implement SystemTime for UEFI | Ayush Singh | -1/+133 |
| 2024-02-08 | Bump Clippy version -> 0.1.78 | Philipp Krones | -5/+5 |
| 2024-02-08 | Bump nightly version -> 2024-02-08 | Philipp Krones | -1/+1 |
| 2024-02-08 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -633/+3913 |
| 2024-02-08 | better error message on download CI LLVM failure | onur-ozkan | -2/+4 |
| 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 |