-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Updating Rust toolchain from nightly-2024-07-21 to nightly-2024-07-22 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@5069856 up to rust-lang/rust@92c6c03. The log for this commit range is:
rust-lang/rust@92c6c03805 Auto merge of #127993 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@9629b90b3f Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-errors
rust-lang/rust@a62ac152ad Auto merge of #127715 - klensy:tests-w, r=Mark-Simulacrum
rust-lang/rust@2430c48b57 Auto merge of #128011 - matthiaskrgr:rollup-0vmf75y, r=matthiaskrgr
rust-lang/rust@c1a631d733 Auto merge of #128007 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum
rust-lang/rust@94a4279fba Allow deprecated temporarily to unblock version bump
rust-lang/rust@8fe93c9bec Rollup merge of #128005 - ChrisDenton:msvc-include, r=joboet
rust-lang/rust@17aaba70d9 Rollup merge of #127975 - GuillaumeGomez:fix-trait-bounds-display, r=notriddle
rust-lang/rust@ae28d5c9e7 Rollup merge of #127958 - jieyouxu:compiletest-rmake-cleanup, r=Kobzol
rust-lang/rust@dd8113ef0d Rollup merge of #127867 - alexcrichton:add-wasm32-wasip2-to-dist-manifest, r=Mark-Simulacrum
rust-lang/rust@60f38916da Rollup merge of #127839 - ehuss:safe-directory-docker, r=Mark-Simulacrum
rust-lang/rust@ea9b1afc88 Rollup merge of #127752 - uweigand:s390x-miropt-update, r=Mark-Simulacrum
rust-lang/rust@b3d682c577 Rollup merge of #127734 - ChrisDenton:netc, r=Mark-Simulacrum
rust-lang/rust@fba6e1e64a Rollup merge of #127720 - c410-f3r:concat-rep, r=cjgillot
rust-lang/rust@9db265048e Bump to 1.82
rust-lang/rust@af735f3bd3 Remove _tls_used hack
rust-lang/rust@a8463bea91 compiletest/rmake: simplify path calculations
rust-lang/rust@2c867d0b5f compiletest/rmake: avoid double test directory for rmake.rs tests
rust-lang/rust@c863525374 compiletest/rmake: improve comments
rust-lang/rust@3e77f7c9a5 compiletest/rmake: prune unused RUST_BUILD_STAGE and explain env vars passed to recipes
rust-lang/rust@b8d4e4d1b3 Allow concat in repetitions
rust-lang/rust@3ed80a8c30 Update cargo
rust-lang/rust@eec3c3db88 Add GUI test for trait bounds display
rust-lang/rust@590c01a5c5 Reduce width to ensure that the name is wider and thus still triggering the scroll
rust-lang/rust@063ed0f958 Improve display of trait bounds when there are more than two
rust-lang/rust@993d83af71 compiletest/rmake: cleanup stage_std_path and recipe_dylib_search_paths handling
rust-lang/rust@aa22102f2f compiletest/rmake: better explain why stage0 sysroot is needed if forced stage0
rust-lang/rust@2383e9dd4f compiletest/rmake: prune useless env vars and explain passed rustc options and env vars
rust-lang/rust@f5488f0c4b compiletest/rmake: rename cmd to rustc
rust-lang/rust@cf5edfe3f9 compiletest/rmake: cleanup rmake exe extension calculation
rust-lang/rust@9f2a660f86 compiletest/rmake: cleanup library search paths
rust-lang/rust@49ca9ff0ac compiletest/rmake: cleanup dylib search paths related calculations
rust-lang/rust@01ed951f8b compiletest/rmake: improve clarity of support_lib_{path,deps,deps_deps} calculations
rust-lang/rust@2eb8810d32 compiletest/rmake: move stage_std_path and recipe_bin closer to use site
rust-lang/rust@6ca31099e3 compiletest/rmake: improve stage explanation
rust-lang/rust@23f32f44dd compiletest/rmake: make {source,build}_root path calculation more robust for rmake.rs setup
rust-lang/rust@1b4972bc28 compiletest/rmake: adjust docs for rmake.rs setup and add FIXMEs
rust-lang/rust@aebf4d07f3 Add wasm32-wasip2 to build-manifest tool
rust-lang/rust@d0c11bf6e3 Split part of adt_const_params into unsized_const_params
rust-lang/rust@42cc42b942 Forbid !Sized types and references
rust-lang/rust@572ba97f10 Fix git safe-directory path for docker images
rust-lang/rust@fae6037884 Windows: move BSD socket shims to netc
rust-lang/rust@636ddcb099 Ignore allocation bytes in one more mir-opt test
rust-lang/rust@b90ee2a51a reenable some windows tests