-
Notifications
You must be signed in to change notification settings - Fork 130
Description
Updating Rust toolchain from nightly-2025-07-31 to nightly-2025-08-01 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@3048886 up to rust-lang/rust@adcb3d3. The log for this commit range is:
rust-lang/rust@adcb3d3b4c Auto merge of #144740 - jdonszelmann:rollup-nprgqnm, r=jdonszelmann
rust-lang/rust@e2ae91b74a Rollup merge of #144733 - Muscraft:secondary-file-sigil, r=compiler-errors
rust-lang/rust@26c28ee2ef Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr
rust-lang/rust@5712d50648 Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease
rust-lang/rust@edd2574848 Rollup merge of #144711 - compiler-errors:op-span, r=petrochenkov
rust-lang/rust@eec13cd273 Rollup merge of #144702 - compiler-errors:stall-const-arg-has-type, r=lcnr
rust-lang/rust@1fe488638b Rollup merge of #144688 - Stypox:better-enter-trace-span, r=RalfJung
rust-lang/rust@935fdb6980 fix: Match width of ascii and unicode secondary file start
rust-lang/rust@e1d3ad89c7 remove rustc_attr_data_structures
rust-lang/rust@3fb1b53a9d Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu
rust-lang/rust@97e2806caa Rollup merge of #144721 - a4lg:riscv-hwprobe-linux-6.16, r=Amanieu
rust-lang/rust@febd8cdd44 Rollup merge of #144297 - GuillaumeGomez:ERROR_EXIT_CODE, r=Amanieu
rust-lang/rust@1d5baad62b Rollup merge of #144053 - Kobzol:ci-remove-install-rust, r=marcoieni
rust-lang/rust@d8c09c10e5 Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk
rust-lang/rust@704f2ca172 Tidy up Cargo.toml
files.
rust-lang/rust@1901dde97b Deduplicate IntTy
/UintTy
/FloatTy
.
rust-lang/rust@64ca23b623 Auto merge of #144723 - Zalathar:rollup-f9e0rfo, r=Zalathar
rust-lang/rust@017586c93a Rollup merge of #144713 - nnethercote:rustc_middle-ty-cleanups, r=lcnr
rust-lang/rust@8cca6bce4e Rollup merge of #144665 - scottmcm:restore-sroa-simd-check, r=compiler-errors
rust-lang/rust@880113eff9 Rollup merge of #144657 - Muscraft:fix-unicode-close-window, r=fee1-dead
rust-lang/rust@bee5fbf36e Fix CI build failure when using new libtest public constant
rust-lang/rust@227abb70ab Make libtest::ERROR_EXIT_CODE
const public to not redefine it in rustdoc
rust-lang/rust@c51e5ce452 std_detect: Linux 6.16 support for RISC-V
rust-lang/rust@761c4e308c fix: Only "close the window" when its the last annotated file
rust-lang/rust@cc0a5b7305 Auto merge of #144718 - Zalathar:rollup-76lrtf2, r=Zalathar
rust-lang/rust@9c6a618a7b Rollup merge of #144717 - nnethercote:mv-rustc_middle-parameterized, r=compiler-errors
rust-lang/rust@45169cbf38 Rollup merge of #144685 - jdonszelmann:lang-items-once, r=wafflelapkin
rust-lang/rust@5c123c25e3 Rollup merge of #144663 - Zalathar:empty-span, r=petrochenkov
rust-lang/rust@8628b78f24 Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin
rust-lang/rust@f478bec907 Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obk
rust-lang/rust@dc8aec4cf2 Rollup merge of #135975 - balt-dev:master, r=tgross35
rust-lang/rust@7aec38b6d9 Fix up size asserts.
rust-lang/rust@cf95e45ec6 Move InferVarInfo
out of rustc_middle
.
rust-lang/rust@0b3c980c24 Remove TyCtxt::get_attrs_unchecked
.
rust-lang/rust@a949c47f0d Remove ParamEnvAnd::into_parts
.
rust-lang/rust@c4e3cc0228 Move TermVid
out of rustc_middle
.
rust-lang/rust@66fd421208 Move rustc_middle::parameterized
to rustc_metadata
.
rust-lang/rust@0a3eb2f88e Remove unused ParameterizedOverTcx
impls.
rust-lang/rust@b44eb11bdf Move ParamTerm
out of rustc_middle
.
rust-lang/rust@3a1f2d5cc2 Move an EarlyParamRegion
impl block.
rust-lang/rust@790ab94798 Move ImplHeader
out of rustc_middle
.
rust-lang/rust@e83c8cb26c Move ResolverOutputs
out of rustc_middle
.
rust-lang/rust@2bf10de494 Remove unused impl_decodable_via_ref!
entries.
rust-lang/rust@32e7a4b92b Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwU
rust-lang/rust@4643d9ad6d test: Check close window rendering
rust-lang/rust@606dcc0d2e Auto merge of #116316 - cjgillot:incr-privacy, r=petrochenkov