-
Notifications
You must be signed in to change notification settings - Fork 129
Description
Updating Rust toolchain from nightly-2025-07-14 to nightly-2025-07-15 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@e9182f1 up to rust-lang/rust@a001497. The log for this commit range is:
rust-lang/rust@a001497644 Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearth
rust-lang/rust@aa51a9b094 Auto merge of #143934 - samueltardieu:rollup-w3iw614, r=samueltardieu
rust-lang/rust@9b260f6ccf Rollup merge of #143903 - vtjl10:master, r=jieyouxu
rust-lang/rust@8fcef5674a Rollup merge of #143901 - compiler-errors:region-constraint-nits, r=lcnr
rust-lang/rust@084bd581b7 Rollup merge of #143870 - jieyouxu:compiletest-maintenance-6, r=Kobzol
rust-lang/rust@16b3f47658 Rollup merge of #143868 - jdonszelmann:fix-align-on-fields, r=workingjubilee
rust-lang/rust@bbda0c9fb5 Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=jdonszelmann
rust-lang/rust@c59bc44ca9 Rollup merge of #143848 - makai410:smir-rename, r=oli-obk
rust-lang/rust@30b46e3f8c Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplett
rust-lang/rust@74b5ac5c15 Rollup merge of #141809 - ChrisDenton:no-cleaup, r=jhpratt
rust-lang/rust@c8fb37a521 Don't call WSACleanup on process exit
rust-lang/rust@cccf075eba Auto merge of #143919 - Kobzol:rollup-acyaygs, r=Kobzol
rust-lang/rust@b19a508b90 Use TestSuite enum instead of stringly-typed test suites
rust-lang/rust@6598c61725 rename stable_mir to rustc_public, and rustc_smir to rustc_public_bridge
rust-lang/rust@0d69847b3c Rollup merge of #143918 - hkBst:tier-check-cleanup, r=Kobzol
rust-lang/rust@b5312fe567 Rollup merge of #143917 - theemathas:change-allocated-object-to-allocation, r=oli-obk
rust-lang/rust@37b5d79108 Rollup merge of #143887 - Kobzol:reroder-bootstrap-tests, r=jieyouxu
rust-lang/rust@70301da7c7 Rollup merge of #143881 - orlp:once-state-repr, r=tgross35
rust-lang/rust@a7ad680269 Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors
rust-lang/rust@2ec48e0489 Rollup merge of #143850 - fmease:comptest-simp-docck-handling, r=jieyouxu
rust-lang/rust@197ba7e4f1 Rollup merge of #143733 - Stypox:bootstrap-tool-config-any, r=Kobzol
rust-lang/rust@0d4d85b9ea Rollup merge of #143724 - hkBst:tidy-cleanup, r=Mark-Simulacrum
rust-lang/rust@33d477fe31 Rollup merge of #143681 - RalfJung:bootstrap-miri-rebuilds, r=Kobzol
rust-lang/rust@93c10272d0 Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmann
rust-lang/rust@64b185edda Auto merge of #143873 - dianqk:update-llvm, r=nikic
rust-lang/rust@39059f6181 tiercheck: edition 2024
rust-lang/rust@90660f4d50 tiercheck: clippy fixes
rust-lang/rust@6080c75d62 Change "allocated object" to "allocation".
rust-lang/rust@940aa20408 Add comment about features not part of "extra-features"
rust-lang/rust@b3ed03529f Only compare tool name to apply features to
rust-lang/rust@937ef9381c Bootstrap's tool.TOOL_NAME.features now works on any subcommand
rust-lang/rust@ad635e5d06 Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk
rust-lang/rust@9c3064e131 Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors