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-30 #3554

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

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@ed04567 up to
rust-lang/rust@7608018. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/7608018cbd Auto merge of #131029 - matthiaskrgr:rollup-rh66wir, r=matthiaskrgr

rust-lang/rust@a0ae32d6a2 Rollup merge of #130990 - RalfJung:mir-const-normalize, r=compiler-errors
rust-lang/rust@a061e566a6 Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay
rust-lang/rust@c1e54cfa40 Rollup merge of #129003 - Voultapher:improve-ord-docs, r=workingjubilee
rust-lang/rust@1d45203779 Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgross35
rust-lang/rust@42ff2eedb0 Auto merge of #131022 - matthiaskrgr:rollup-g9y1v11, r=matthiaskrgr
rust-lang/rust@71c96cc7d5 Rollup merge of #131014 - matthiaskrgr:no_clone_on_copy, r=chenyukang
rust-lang/rust@af1e24b946 Rollup merge of #131013 - matthiaskrgr:unwrapordefault, r=jieyouxu
rust-lang/rust@128a7d64f8 Rollup merge of #131011 - matthiaskrgr:no_into, r=jieyouxu
rust-lang/rust@4bb92599da Rollup merge of #131000 - rust-lang:cargo_update, r=clubby789
rust-lang/rust@3097951023 Rollup merge of #130931 - GuillaumeGomez:standalone-crate, r=notriddle
rust-lang/rust@d194948e50 Auto merge of #130975 - matthiaskrgr:nice_ice_shall_suffice, r=jieyouxu
rust-lang/rust@71cd918dc7 cleanup: don't clone types that are Copy
rust-lang/rust@6f5f21adfc Rename doctest attribute standalone-crate into standalone_crate for coherency
rust-lang/rust@1a28599981 cleanup: don't manually unwrap_or_default()
rust-lang/rust@2da3cb9cab Auto merge of #131012 - GuillaumeGomez:rollup-e9ovh3a, r=GuillaumeGomez
rust-lang/rust@e9c9307d36 Rollup merge of #131010 - RalfJung:target-cpu-native, r=jieyouxu
rust-lang/rust@ee8ca3aa6c Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-Simulacrum
rust-lang/rust@ed5d779f44 Rollup merge of #130537 - lolbinarycat:rustdoc-DocVisitor-docs, r=GuillaumeGomez
rust-lang/rust@6799b80c79 Rollup merge of #130416 - BatmanAoD:130122-sort-by-docs, r=Mark-Simulacrum
rust-lang/rust@f39101a5f6 Rollup merge of #130383 - onur-ozkan:ignore-llvm-changes-on-ci-llvm-true, r=Mark-Simulacrum
rust-lang/rust@e963568585 cleanup: don't .into() identical types
rust-lang/rust@a78fd694d4 extend comment in global_llvm_features regarding target-cpu=native handling
rust-lang/rust@6d3aee2ab6 crashes: more tests
rust-lang/rust@329e7b4d4e Auto merge of #130983 - GuillaumeGomez:wait-for-false, r=notriddle
rust-lang/rust@a67d3bdfe0 Remove duplicate section
rust-lang/rust@7eedb6846c adjust test
rust-lang/rust@9903b256a2 Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrum
rust-lang/rust@e1c09ec9a5 fix cranelift CI
rust-lang/rust@5840d8791c in llvm::is_ci_llvm_modified, check if it's rust-lang/rust CI job
rust-lang/rust@2d85139f87 create CiEnv::is_rust_lang_managed_ci_job
rust-lang/rust@1d9162bced Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxu
rust-lang/rust@bfc9951fa8 cargo update
rust-lang/rust@55cb7359c7 Auto merge of #123778 - jhorstmann:optimize-upper-lower-auto-vectorization, r=the8472
rust-lang/rust@5ef63ec3b4 rustdoc: add doc comment to DocVisitor
rust-lang/rust@3a6c6ee3d3 remap-path-prefix-sysroot: remap {{src-base}} as well
rust-lang/rust@37ea27c741 compiletest: normalize to $SRC_DIR_REAL before $TEST_BUILD_DIR
rust-lang/rust@c55c4c9f9d tweak Const::identity_unevaluated name and docs
rust-lang/rust@921a5ef6d7 try to get rid of mir::Const::normalize
rust-lang/rust@632fed891d Improve mistyped docblock attribute warning messages
rust-lang/rust@84d41e2fc1 Add regression tests for mistyped standalone-crate attribute
rust-lang/rust@0956f69caf Add warning if standalone-crate is mistyped
rust-lang/rust@35f24d0d14 Improve code for codeblock invalid attributes
rust-lang/rust@cdf2a8ffc5 Rename standalone doctest attribute into standalone-crate
rust-lang/rust@2f16ff7b37 Make use of wait-for*-false commands
rust-lang/rust@62cbd2b7bd Update browser-ui-test version to 0.18.1
rust-lang/rust@ac488a2c3f stabilize const_cell_into_inner
rust-lang/rust@61ef9838df compiletest: fallback to the original path if it's not a symlink
rust-lang/rust@8075ddb98e Implement RFC3137 trim-paths sysroot changes
rust-lang/rust@d17ba5d5c8 Apply review feedback
rust-lang/rust@5559ebe094 Apply round 1 of review comments
rust-lang/rust@d9449315ad Fix mistake in example
rust-lang/rust@a2c82f9b2b Improve Ord docs
rust-lang/rust@e424a8c01f Clarifications for set_nonblocking methods
rust-lang/rust@e393f56d37 Improve autovectorization of to_lowercase / to_uppercase functions
rust-lang/rust@6658c8e244 check if the LLVM submodule is fetched in is_ci_llvm_modified
rust-lang/rust@e7e0dc70fa reword edge-conditions documentation on all slice 'sort' functions; resolves #130122
rust-lang/rust@249d3d2644 update docs for catch_unwind & related funcs
rust-lang/rust@90745bd1ed Feed GitInfos from Config to Build
rust-lang/rust@896ccaa8ac restate GlobalAlloc method safety preconditions in terms of what the caller has to do for greater clarity

@github-actions github-actions bot requested a review from a team as a code owner September 30, 2024 03:17
@tautschnig tautschnig closed this Sep 30, 2024
@tautschnig tautschnig reopened this Sep 30, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Sep 30, 2024
@tautschnig tautschnig added this pull request to the merge queue Sep 30, 2024
Merged via the queue into main with commit d712846 Sep 30, 2024
26 of 27 checks passed
@tautschnig tautschnig deleted the toolchain-2024-09-30 branch September 30, 2024 09:16
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.

2 participants