about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-09Rollup merge of #120806 - flip1995:clippy-subtree-update, r=ManishearthMatthias Krüger-609/+3874
2024-02-09Rollup merge of #120790 - onur-ozkan:better-error-message, r=wesleywiserMatthias Krüger-2/+4
2024-02-09Rollup merge of #120776 - joboet:move_pal_path, r=ChrisDentonMatthias Krüger-51/+24
2024-02-09Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnrMatthias Krüger-59/+148
2024-02-09Rollup merge of #120351 - Ayush1325:uefi-time, r=m-ou-seMatthias Krüger-1/+133
2024-02-09Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgrbors-839/+673
2024-02-09Rollup merge of #120831 - Nikokrock:pr/disappearing_startup_objects, r=onur-o...Matthias Krüger-0/+2
2024-02-09Rollup merge of #120828 - nnethercote:fix-stash-steal, r=oli-obkMatthias Krüger-42/+65
2024-02-09Rollup merge of #120817 - compiler-errors:more-mir-errors, r=oli-obkMatthias Krüger-12/+73
2024-02-09Rollup merge of #120809 - reitermarkus:generic-nonzero-constructors, r=NilstriebMatthias Krüger-3/+1
2024-02-09Rollup merge of #120704 - amandasystems:silly-region-name-rewrite, r=compiler...Matthias Krüger-27/+31
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-166/+89
2024-02-09Rollup merge of #120308 - utkarshgupta137:duration-opt, r=m-ou-seMatthias Krüger-7/+12
2024-02-09Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkovMatthias Krüger-582/+400
2024-02-09Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obkbors-1252/+1439
2024-02-09Auto merge of #120238 - joboet:always_confirm_lock_success, r=Mark-Simulacrumbors-1/+18
2024-02-09Startup objects disappearing from sysrootNicolas Roche-0/+2
2024-02-09Fix `ErrorGuaranteed` unsoundness with stash/steal.Nicholas Nethercote-42/+65
2024-02-08Add and use Unique::as_non_null_ptrBen Kimock-4/+9
2024-02-08Bless/fix testsBen Kimock-1150/+1113
2024-02-08Add new ui testsBen Kimock-1/+35
2024-02-09Don't ice in validation when error body is createdMichael Goulet-0/+20
2024-02-09Don't ICE in ByMoveBody when coroutine is taintedMichael Goulet-12/+53
2024-02-08Auto merge of #120807 - matthiaskrgr:rollup-1pf3glu, r=matthiaskrgrbors-265/+357
2024-02-08Use `transmute_unchecked` in `NonZero::new`.Markus Reiter-3/+1
2024-02-08Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=NilstriebMatthias Krüger-6/+28
2024-02-08Rollup merge of #120783 - integer32llc:improve-release-notes, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-02-08Rollup merge of #120782 - oli-obk:track_errors8, r=WaffleLapkinMatthias Krüger-0/+2
2024-02-08Rollup merge of #120778 - zetanumbers:refactor_try_instance_mir, r=compiler-e...Matthias Krüger-15/+10
2024-02-08Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errorsMatthias Krüger-25/+192
2024-02-08Rollup merge of #120772 - m-ou-se:review, r=NilstriebMatthias Krüger-1/+0
2024-02-08Rollup merge of #120769 - tshepang:minimal-diffs, r=wesleywiserMatthias Krüger-2/+2
2024-02-08Rollup merge of #120750 - compiler-errors:itctx-by-val, r=cjgillotMatthias Krüger-92/+90
2024-02-08Rollup merge of #120590 - compiler-errors:dead, r=NilstriebMatthias Krüger-124/+32
2024-02-08Update Cargo.lockPhilipp Krones-5/+5
2024-02-08Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyupPhilipp Krones-604/+3869
2024-02-08Auto merge of #12246 - flip1995:rustup, r=flip1995bors-121/+110
2024-02-09Implement SystemTime for UEFIAyush Singh-1/+133
2024-02-08Bump Clippy version -> 0.1.78Philipp Krones-5/+5
2024-02-08Bump nightly version -> 2024-02-08Philipp Krones-1/+1
2024-02-08Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-633/+3913
2024-02-08better error message on download CI LLVM failureonur-ozkan-2/+4
2024-02-08Avoid ICE in drop recursion check in case of invalid drop implsOli Scherer-6/+28
2024-02-08Reduce use of NonNull::new_unchecked in library/Ben Kimock-24/+24
2024-02-08Remove a now-obviated debug_assert!Ben Kimock-1/+0
2024-02-08Rewrite assert_unsafe_precondition around the new intrinsicBen Kimock-59/+147
2024-02-08Add a new debug_assertions instrinsic (compiler)Ben Kimock-13/+72
2024-02-08Add a new debug_assertions intrinsicBen Kimock-0/+11
2024-02-08InstSimplify rustc_nounwind callsBen Kimock-0/+25
2024-02-08Don't lower assume in unoptimized buildsBen Kimock-2/+5