-
Notifications
You must be signed in to change notification settings - Fork 133
Description
Updating Rust toolchain from nightly-2024-06-25 to nightly-2024-06-26 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@6b0f4b5 up to rust-lang/rust@fda509e. The log for this commit range is:
rust-lang/rust@fda509e817 Auto merge of #126965 - matthiaskrgr:rollup-x3kamn8, r=matthiaskrgr
rust-lang/rust@4ebd69c063 Rollup merge of #126947 - Bryanskiy:delegation-lowering-refactoring, r=petrochenkov
rust-lang/rust@e9700179bb Rollup merge of #126946 - cyrgani:patch-1, r=compiler-errors
rust-lang/rust@7e1489cf63 Rollup merge of #126932 - Zalathar:flat-pat, r=Nadrieril
rust-lang/rust@3795c56bd1 Rollup merge of #126927 - workingjubilee:vaargsafe-is-unsafe, r=joboet
rust-lang/rust@6077c0ed9d Rollup merge of #126926 - Zalathar:candidate-per-arm, r=Nadrieril
rust-lang/rust@e29cc5dc9c Rollup merge of #126916 - ferrocene:hoverbear/riscv64gc-gnu-specify-linker, r=Kobzol
rust-lang/rust@9d7e1465a3 Rollup merge of #126885 - Borgerr:rm_internal_pathbuf_asmutvec, r=workingjubilee
rust-lang/rust@58bbade921 Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister
rust-lang/rust@c290e9de32 Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoerister
rust-lang/rust@6997b6876d Detect unused structs which derived Default
rust-lang/rust@d30d85fd9e Delegation: ast lowering refactor
rust-lang/rust@aa46a3368e PathBuf::as_mut_vec removed and verified for UEFI and Windows platforms #126333
rust-lang/rust@7e187e8e4b remove references to PathBuf::as_mut_vec in PathBuf::_set_extension
rust-lang/rust@b08cd69684 inner truncate methods for UEFI platforms
rust-lang/rust@2155c6c477 #126333 remove PathBuf::as_mut_vec reference at top of PathBuf::_push
rust-lang/rust@d929a42a66 Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco
rust-lang/rust@c7b579a7cb Add missing slash in const_eval_select doc comment
rust-lang/rust@c2d2bb38c9 Auto merge of #126834 - bjorn3:interface_refactor, r=michaelwoerister
rust-lang/rust@c2f1072e01 Tweak FlatPat::new to avoid a temporarily-invalid state
rust-lang/rust@bda221a0eb Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obk
rust-lang/rust@164e1297e1 Auto merge of #125610 - oli-obk:define_opaque_types14, r=compiler-errors
rust-lang/rust@050595a826 core: VaArgSafe is an unsafe trait
rust-lang/rust@fc555cd832 Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieu
rust-lang/rust@8016940ef4 Tweak a confusing comment in create_match_candidates
rust-lang/rust@5b270e1198 Auto merge of #126813 - compiler-errors:SliceLike, r=lcnr
rust-lang/rust@553a69030e Specify target specific linker for riscv64gc-gnu job
rust-lang/rust@d521e2148e Also migrate FnInputTys
rust-lang/rust@24e41f1d13 Replace Deref bounds on Interner in favor of a SliceLike trait
rust-lang/rust@f26cc349d9 Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/TraitRef/projection
rust-lang/rust@c4c7859e40 resolve: Implement a lint for out-of-scope use of macro_rules
rust-lang/rust@0195758c1a ast: Standardize visiting order for attributes and node IDs
rust-lang/rust@ec9e35618d Also get add nuw from uN::checked_add
rust-lang/rust@8d1f5b30ef Avoid a couple of unnecessary EarlyDiagCtxt uses
rust-lang/rust@e3ffbbd226 Ensure run_compiler always aborts on errors
rust-lang/rust@7332e79d5f Inline write_dep_info query
rust-lang/rust@391bdb3c12 Clarify visibility of several rustc_interface passes
rust-lang/rust@d8c9dd4172 Move has_errors_or_delayed_bugs check into start_codegen
rust-lang/rust@e2aadc296d Call check_for_rustc_errors_attr from start_codegen
rust-lang/rust@c8380cbe6a Move almost all code from Queries::global_ctxt into passes::create_global_ctxt
rust-lang/rust@0e73e7095a Ensure careful consideration is given by impls
rust-lang/rust@45da03541c More tests
rust-lang/rust@f5f298dad4 Add more tests
rust-lang/rust@4a86ef6f4c Allow constraining opaque types during auto trait casting
rust-lang/rust@cbadf786bc Add tests
rust-lang/rust@4dcb70b8cf Allow constraining opaque types during unsizing
rust-lang/rust@114dd2061e Un-unsafe the StableOrd trait
rust-lang/rust@9f0c7f00d1 transmute size check: properly account for alignment