-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Updating Rust toolchain from nightly-2025-04-07 to nightly-2025-04-08 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@2fa8b11 up to rust-lang/rust@e643f59. The log for this commit range is:
rust-lang/rust@e643f59f6d Auto merge of #139482 - Zalathar:rollup-h2ht1y6, r=Zalathar
rust-lang/rust@6e0b67419c Rollup merge of #139466 - compiler-errors:trivial-incr-tainting, r=oli-obk
rust-lang/rust@5863b426b9 Rollup merge of #139465 - EnzymeAD:autodiff-sret, r=oli-obk
rust-lang/rust@0178254f46 Rollup merge of #139461 - compiler-errors:significant-drop-span, r=oli-obk
rust-lang/rust@9209c5eb60 Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk
rust-lang/rust@ddf099ff4e Rollup merge of #139397 - Zalathar:virtual, r=jieyouxu
rust-lang/rust@f4c429fde5 Rollup merge of #139365 - Bryanskiy:leak-perf, r=lcnr
rust-lang/rust@27c6e40755 Rollup merge of #139112 - m-ou-se:super-let, r=lcnr
rust-lang/rust@9955b7634d Rollup merge of #139108 - Nadrieril:simplify-expandedconstant, r=oli-obk
rust-lang/rust@82df6229b6 Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk
rust-lang/rust@ca5bea3ebb move old tests, add sret test
rust-lang/rust@d6467d34ae handle sret for scalar autodiff
rust-lang/rust@4322b6e97d coverage: Build the CGU's global file table as late as possible
rust-lang/rust@8fb32ab8e5 Auto merge of #139473 - Kobzol:rollup-ycksn9b, r=Kobzol
rust-lang/rust@58ad76313f Rollup merge of #139467 - compiler-errors:more-trivial-tweaks, r=oli-obk
rust-lang/rust@1b8dbda9c7 Rollup merge of #139456 - calebcartwright:style-let-chains-final, r=joshtriplett
rust-lang/rust@501235451c Rollup merge of #139431 - beetrees:no-llvm-18, r=jieyouxu
rust-lang/rust@f4177f4bde Rollup merge of #139426 - jackh726:rust-analyzer-next-solver-new, r=lcnr
rust-lang/rust@5a43d92382 Rollup merge of #138314 - haenoe:autodiff-inner-function, r=ZuseZ4
rust-lang/rust@c51c448fae More trivial tweaks
rust-lang/rust@d111aa87f1 Trivial tweaks to stop tracking source span directly
rust-lang/rust@b9856b6e40 Auto merge of #138766 - Zalathar:unused-fn, r=SparrowLii
rust-lang/rust@ee07e3f83f doc(style): add let-chain rules
rust-lang/rust@25a615bf82 Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratrieb
rust-lang/rust@c8649a31a8 Stop calling source_span query in significant drop order code
rust-lang/rust@bf69443a9f refactor: simplify function-info gathering
rust-lang/rust@7dd57f085c update/bless tests
rust-lang/rust@6dfb29624c update docs
rust-lang/rust@51b51b51d7 remove rust-analyser support for extern "rust-intrinsic" blocks
rust-lang/rust@63e825e52a feat: apply autodiff macro twice to inner function
rust-lang/rust@5eb535c568 remove compiler support for extern "rust-intrinsic" blocks
rust-lang/rust@72091edcc4 feat: add test to validate autodiff macro expansion
rust-lang/rust@13bf79cd87 fix usage of autodiff macro with inner functions
rust-lang/rust@cd4453fdba Explicitly depend on ena in rustc_type_ir and make the UnifyKey and UnifyValue imports non-nightly
rust-lang/rust@d912c03525 Reuse parent_args
rust-lang/rust@961c7463d8 Add the inline const type annotation in pattern lowering
rust-lang/rust@50e10b37c0 Tweak lower_pat_expr
rust-lang/rust@090d76497f Remove the is_inline field from PatKind::ExpandedConstant
rust-lang/rust@de57c0515d Let const_to_pat handle the ExpandedConstant wrapping
rust-lang/rust@b3c40cf374 coverage: Deal with unused functions and their names in one place
rust-lang/rust@75135aaf19 coverage: Extract module mapgen::unused for handling unused functions
rust-lang/rust@3aac9a37a5 Remove LLVM 18 inline ASM span fallback
rust-lang/rust@ccbef74fc5 Add tests for super let.
rust-lang/rust@0522ed059d Default auto traits: fix perf
rust-lang/rust@6c3417dd15 fixup! Implement super let.
rust-lang/rust@b9babad927 Add feature gate test for cfg'd out super let.
rust-lang/rust@3e6cc7689d Boolean hate.
rust-lang/rust@f02e278639 Fix typo in pretty printing super let.
rust-lang/rust@3123df8ef0 Implement super let.
rust-lang/rust@909f449247 Remove kw::Extra checks that are no longer necessary.
rust-lang/rust@9f089e080c Add {ast,hir,thir}::PatKind::Missing variants.
rust-lang/rust@aadfd810f6 Swap usize -> ptr transmute for strict_pov API
rust-lang/rust@78e9621390 Pass Alignment for RawVecInner::new_in
rust-lang/rust@d872845eae Expose Unique::from<NonNull> in const internally