Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic toolchain upgrade to nightly-2024-09-10 #3519

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-09-09 to nightly-2024-09-10 without any other source changes.

@github-actions github-actions bot requested a review from a team as a code owner September 17, 2024 11:59
Copy link
Contributor Author

This is an automatically generated pull request. If any of the CI checks fail,
manual intervention is required. In such a case, review the changes at
https://github.com/rust-lang/rust from
rust-lang/rust@adf8d16 up to
rust-lang/rust@c2f74c3. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/c2f74c3f92 Auto merge of #130165 - matthiaskrgr:rollup-fsnmz3t, r=matthiaskrgr

rust-lang/rust@a0346bbd31 Rollup merge of #130158 - rustbot:docs-update, r=ehuss
rust-lang/rust@72b0f5b8d2 Rollup merge of #130154 - okaneco:stabilize_char_min, r=cuviper
rust-lang/rust@7c109b152b Rollup merge of #130153 - onur-ozkan:verbose-to-verbose-tests, r=Kobzol
rust-lang/rust@3b0221bf63 Rollup merge of #130137 - gurry:master, r=cjgillot
rust-lang/rust@3658bfb6ea Rollup merge of #130131 - Zalathar:up-to-date, r=Kobzol
rust-lang/rust@2d26ebe3f9 Rollup merge of #130067 - madsmtm:clean-up-fs-test, r=ChrisDenton
rust-lang/rust@1490fe6d16 Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errors
rust-lang/rust@ee8fd33f60 Rollup merge of #130022 - nnethercote:dataflow-borrowck-lifetimes, r=oli-obk
rust-lang/rust@3e3b14845d Rollup merge of #129929 - nnethercote:rustc_mir_transform-cleanups-2, r=cjgillot
rust-lang/rust@8b052eaad1 Update books
rust-lang/rust@d7522d8726 Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68
rust-lang/rust@13ea104798 update rust.verbose-tests doc in config.example.toml
rust-lang/rust@bc70fa2f22 Stabilize char::MIN
rust-lang/rust@19b8f9e17c use verbose flag as a default value for rust.verbose-tests
rust-lang/rust@38e3a5771c Auto merge of #130135 - Kobzol:bootstrap-check-linker, r=onur-ozkan
rust-lang/rust@1f44f0a66f Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubilee
rust-lang/rust@e186cc6df8 do PolyFnSig -> FnSig conversion later
rust-lang/rust@c33aa863f8 Do not skip linker configuration for check builds
rust-lang/rust@3e01a5da6e Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJung
rust-lang/rust@2f1cf6feb0 Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubilee
rust-lang/rust@fad44c424f Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obk
rust-lang/rust@a7c5797c90 Rollup merge of #130092 - zslayton:master, r=jieyouxu
rust-lang/rust@4a26f3b0ba Rollup merge of #130090 - RalfJung:result-copied, r=Noratrieb
rust-lang/rust@38520aed18 Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubilee
rust-lang/rust@09373b997d Rollup merge of #130070 - gurry:rename-regionkind-addof-to-ref, r=compiler-errors
rust-lang/rust@fd938c7441 Rollup merge of #130068 - madsmtm:deployment-target-test, r=jieyouxu
rust-lang/rust@97d62ac2e1 Rollup merge of #130048 - nebulark:runmake_llvm_pdbutil, r=jieyouxu
rust-lang/rust@c21d31a61a Rollup merge of #130034 - alexcrichton:fix-some-wasm-component-ld-comments, r=onur-ozkan
rust-lang/rust@15c7d2715a Rollup merge of #129876 - nnethercote:more-sysroot-rustc_codegen_gcc, r=Mark-Simulacrum
rust-lang/rust@4cfb1c3154 Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInTheVoid
rust-lang/rust@2cce01ee62 Rollup merge of #128345 - sthibaul:hurd-amd64, r=Urgau
rust-lang/rust@1ea466bdce Rollup merge of #119229 - mati865:update-mingw-toolchain, r=jieyouxu,petrochenkov
rust-lang/rust@263a3aeeb8 Auto merge of #129788 - onur-ozkan:incompatibility-check-for-llvm, r=Kobzol
rust-lang/rust@0f8efb3b5c Fix ICE caused by missing span in a region error
rust-lang/rust@5c3502772a Remove unnecessary lifetime from StorageConflictVisitor.
rust-lang/rust@0b032f8f83 Remove Elaborator.
rust-lang/rust@dc62f07458 Remove Gatherer.
rust-lang/rust@28a6dc4d1e Rename some lifetimes.
rust-lang/rust@1aafeb2d5a Remove unnecessary lifetime from OperandCollector.
rust-lang/rust@bed91f5065 Remove unnecessary lifetime in PlaceCollector.
rust-lang/rust@3fe7dd6893 Remove unnecessary lifetimes in dataflow structs.
rust-lang/rust@acccb39bff Print a helpful message if any tests were skipped for being up-to-date
rust-lang/rust@5445953659 Improve consistency in LowerIntrinsics.
rust-lang/rust@751c8b481b Use LocalDecls in a couple of places.
rust-lang/rust@7adde3f074 Make CallSite non-Copy.
rust-lang/rust@9cf90b9fc9 Remove some unnecessary dereferences.
rust-lang/rust@4f2588f23a Remove an unnecessary continue.
rust-lang/rust@181fbd5ce8 Use let/else to de-indent ElaborateBoxDerefs::run_pass.
rust-lang/rust@cc09ab3c75 Simplify verify_candidate_branch.
rust-lang/rust@ec6fe4e198 Streamline AbortUnwindingCalls.
rust-lang/rust@a6735e44ca Add an explicit ignore message for "up-to-date" tests
rust-lang/rust@085744b7ad Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors
rust-lang/rust@cd9fd274d1 Factor out some more repetitive code.
rust-lang/rust@6af470e360 Reduce visibilities, and add warn(unreachable_pub).
rust-lang/rust@7626015848 added support for GNU/Hurd on x86_64
rust-lang/rust@5f3fdd14df Remove needless returns detected by clippy in libraries
rust-lang/rust@11d51aae86 const: make ptr.is_null() stop execution on ambiguity
rust-lang/rust@f7b4f4a73b Option, Result: put the &mut variants of 'copied' under the same feature as the '&' variants
rust-lang/rust@7b8cbe4f1c handle dry-run mode in Config::get_builder_toml
rust-lang/rust@13e16a9101 use Config::get_builder_toml for ci-rustc config parsing
rust-lang/rust@018ed9abb9 fix llvm ThinLTO behaviour
rust-lang/rust@ea34bb0452 print incompatible options even if we don't download
rust-lang/rust@23df3a9eeb remove check_ci_llvm usage
rust-lang/rust@9df7680ecf detect incompatible CI LLVM options more precisely
rust-lang/rust@ec11001f2b run-make-support: Add llvm-pdbutil
rust-lang/rust@3de6838238 add some FIXME(const-hack)
rust-lang/rust@cfe85a3a73 Fixes typo in wasm32-wasip2 doc comment
rust-lang/rust@03e0c8edb2 make Result::copied unstably const
rust-lang/rust@f7d4da65c7 remove 'const' from 'Option::iter'
rust-lang/rust@c0b06273f2 Rename variant AddrOfRegion of RegionVariableOrigin to BorrowRegion
rust-lang/rust@c788dcc674 Test codegen when setting deployment target
rust-lang/rust@a6c6eda61d Remove now redundant check in symlink_hard_link test
rust-lang/rust@46115fd6d3 fix ICE in CMSE type validation
rust-lang/rust@7c9e818f02 Revert ed7bdbb17b9c03fe3530e5e3f21b7c6c7879dbca
rust-lang/rust@717a11788d Correctly handle stability of #[diagnostic] attributes
rust-lang/rust@c15469a7fe Fix enabling wasm-component-ld to match other tools
rust-lang/rust@c1ff6fd063 Fix a typo in the wasm-component-ld README
rust-lang/rust@59cb24dc76 Auto merge of #3865 - Mandragorian:doc_fixes_pthreads, r=RalfJung
rust-lang/rust@4dfafb1a8d Fix comment in mutex_id_offset
rust-lang/rust@72aa65beb3 Auto merge of #3864 - RalfJung:miri-bat-nightly, r=RalfJung
rust-lang/rust@2d6489ecc1 miri.bat: use nightly toolchain
rust-lang/rust@0903724a9b Auto merge of #3862 - rust-lang:rustup-2024-09-06, r=RalfJung
rust-lang/rust@2fccb4b358 Merge from rustc
rust-lang/rust@81a08bc67a Preparing for merge from rustc
rust-lang/rust@18d358c63c Auto merge of #3784 - Mandragorian:detect_moved_mutexes, r=RalfJung
rust-lang/rust@5f22103395 Detect pthread_mutex_t is moved
rust-lang/rust@989f63bc53 Auto merge of #3856 - jder:mac-native-libs, r=RalfJung
rust-lang/rust@de96082152 Enable native libraries on macOS
rust-lang/rust@d0f23b4520 Auto merge of #3857 - rust-lang:rustup-2024-09-02, r=RalfJung
rust-lang/rust@747f68091a Use sysroot crates maximally in rustc_codegen_gcc.
rust-lang/rust@9fe4539fa7 Merge from rustc
rust-lang/rust@6c09243724 Preparing for merge from rustc
rust-lang/rust@f2696ab4d3 rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint
rust-lang/rust@4ee58db2f1 Upgrade CI's mingw-w64 toolchain
rust-lang/rust@3c0996b2fa Auto merge of #3854 - rust-lang:rustup-2024-09-01, r=RalfJung
rust-lang/rust@53451c2b76 move addr_from_alloc_id logic into its own function
rust-lang/rust@b71297f670 fmt
rust-lang/rust@a9477c7537 Merge from rustc
rust-lang/rust@3a693f247b Preparing for merge from rustc
rust-lang/rust@2dbc976f5d Distribute rustc_codegen_cranelift for Windows

@tautschnig tautschnig closed this Sep 17, 2024
@tautschnig tautschnig reopened this Sep 17, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Sep 17, 2024
@tautschnig tautschnig added this pull request to the merge queue Sep 17, 2024
Merged via the queue into main with commit 463f192 Sep 17, 2024
27 checks passed
@tautschnig tautschnig deleted the toolchain-2024-09-10 branch September 17, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant