-
Notifications
You must be signed in to change notification settings - Fork 130
Description
Updating Rust toolchain from nightly-2024-08-28 to nightly-2024-08-29 requires source changes.
The failed automated run can be found here.
Please review the changes at https://github.com/rust-lang/rust from rust-lang/rust@1f12b9b up to rust-lang/rust@100fde5. The log for this commit range is:
rust-lang/rust@100fde5246 Auto merge of #129691 - matthiaskrgr:rollup-owlcr3m, r=matthiaskrgr
rust-lang/rust@4854fa799d Rollup merge of #129686 - Zalathar:source-region, r=compiler-errors
rust-lang/rust@27d7fb0cfa Rollup merge of #129668 - coolreader18:fix-pin-set-regr, r=dtolnay
rust-lang/rust@472c9645fb Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister
rust-lang/rust@5c2996d750 Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errors
rust-lang/rust@29188a54b3 Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errors
rust-lang/rust@57251192f6 Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suffix, r=GuillaumeGomez
rust-lang/rust@39e840f804 Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin
rust-lang/rust@3456b1d245 Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlin
rust-lang/rust@015620869d Rollup merge of #129551 - RalfJung:ub-checks-fallback, r=saethlin
rust-lang/rust@56ca2e23fe Rollup merge of #129480 - lolbinarycat:euclid-docs, r=joboet
rust-lang/rust@99453cea9d Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingjubilee,compiler-errors
rust-lang/rust@ac77e88f7a Auto merge of #129589 - saethlin:improve-panic-immediate-abort, r=tgross35
rust-lang/rust@46e1b5b6dd coverage: Rename CodeRegion
to SourceRegion
rust-lang/rust@5e162a8f48 coverage: Simplify some debug logging
rust-lang/rust@f61f34f4b8 coverage: CodeRegion
is never stored in an arena
rust-lang/rust@c35e01e48e clarify what term can be
rust-lang/rust@a007d349a1 clarify a few things
rust-lang/rust@b218623ea0 cleanup make_input
rust-lang/rust@ddcb073c53 replace is_some() -> unwrap with if let
rust-lang/rust@748c54848d Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead
rust-lang/rust@d9a2cc4dae Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot
rust-lang/rust@0d6c9152fa Fix Pin::set bounds regression
rust-lang/rust@e17be955bb interpret: add missing alignment check in raw_eq
rust-lang/rust@a507ec644c add uitest for naked functions and the repr attr on functions
rust-lang/rust@c3000ad3ba add repr to the allowlist for naked functions, and test that it works
rust-lang/rust@1ad218f3af safe transmute: Rename BikeshedIntrinsicFrom
to TransmuteFrom
rust-lang/rust@a1746b4202 rustdoc: fix missing resource suffix on crates.js
rust-lang/rust@93295ff6dc Remove some unnecessary TODOs
rust-lang/rust@4609841c07 Stop using a special inner body for the coroutine by-move body for async closures
rust-lang/rust@7a290fce90 interpret: do not make const-eval query result depend on tcx.sess
rust-lang/rust@7ea2981605 const-eval: do not make UbChecks behavior depend on current crate's flags
rust-lang/rust@b1c2c78d29 Tweak some attributes to improve panic_immediate_abort
rust-lang/rust@a772db4206 ub_checks intrinsics: fall back to cfg(ub_checks)
rust-lang/rust@dbf06d2170 Get rid of predicates_defined_on
rust-lang/rust@d7e7886b3c docs: correct panic conditions for rem_euclid and similar functions