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-16 #3532

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

@github-actions github-actions bot requested a review from a team as a code owner September 22, 2024 15:25
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@9b72238 up to
rust-lang/rust@04a3187. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/04a318787b Auto merge of #130407 - matthiaskrgr:rollup-vo2gmf4, r=matthiaskrgr

rust-lang/rust@b3686b56c2 Rollup merge of #130384 - workingjubilee:document-what-abi-and-pref-align-is, r=compiler-errors
rust-lang/rust@f0fb411969 Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnay
rust-lang/rust@0daa636b93 Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau
rust-lang/rust@42a44a04ee simplify abort_unwind
rust-lang/rust@8c2c9a9ef5 Auto merge of #130401 - matthiaskrgr:rollup-fri2j58, r=matthiaskrgr
rust-lang/rust@96195a5e24 Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlin
rust-lang/rust@18a93ca65e Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillot
rust-lang/rust@8ad52ddf9e Rollup merge of #130110 - onur-ozkan:configurable-dist-vendor, r=Kobzol,Mark-Simulacrum
rust-lang/rust@6ac598a472 Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlin
rust-lang/rust@df3cf91b63 Rollup merge of #129439 - okaneco:vec_string_lossy, r=Noratrieb
rust-lang/rust@339f68bd6c use early return for race_detecting() logic
rust-lang/rust@dde7d6649e Auto merge of #130390 - matthiaskrgr:rollup-evbfwe2, r=matthiaskrgr
rust-lang/rust@729aa49d0f Rollup merge of #130381 - workingjubilee:sometimes-code-really-is-self-descriptive, r=Noratrieb
rust-lang/rust@9ed667f8ed Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errors
rust-lang/rust@3225bd5f96 Rollup merge of #130295 - chrisnc:armv8r-feature-fix, r=workingjubilee
rust-lang/rust@e267534b07 Rollup merge of #130118 - RalfJung:unwrap_unchecked, r=Noratrieb
rust-lang/rust@011289c9d4 Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-dead
rust-lang/rust@13542cdb80 add change entry for dist.vendor
rust-lang/rust@9778f25ea5 document dist.vendor in config.example.toml
rust-lang/rust@741b3164d8 make dist vendoring configurable
rust-lang/rust@1ae268816c Auto merge of #130148 - RalfJung:interpret-get_ptr_alloc_mut, r=saethlin
rust-lang/rust@f16f09db63 interpret: get_ptr_alloc_mut: lookup allocation only once
rust-lang/rust@49316f871c also stabilize const_refs_to_cell
rust-lang/rust@544a6a7df3 const_refs_to_cell: dont let mutable references sneak past the interior mutability check
rust-lang/rust@9ad5728593 clean up const checking of mutable references
rust-lang/rust@3175cc2814 stabilize const_mut_refs
rust-lang/rust@268f6cf558 also use compute_size_in_bytes for relevant multiplications in Miri
rust-lang/rust@7b02be8abc compiler: Document AbiAndPrefAlign
rust-lang/rust@bc486f31a6 Auto merge of #130379 - Zalathar:rollup-wpmcnql, r=Zalathar
rust-lang/rust@1a0ba01177 Fix target-cpu fpu features on Armv8-R.
rust-lang/rust@fef7373d13 library: Compute Rust exception class from its string repr
rust-lang/rust@4b6f838e56 Rollup merge of #130370 - kpreid:patch-2, r=compiler-errors
rust-lang/rust@12fb8e45c2 Rollup merge of #130353 - Zalathar:lint-zero, r=jieyouxu
rust-lang/rust@0648987532 Rollup merge of #130214 - RalfJung:zeroed, r=Mark-Simulacrum
rust-lang/rust@36ee8520e8 Rollup merge of #130202 - onur-ozkan:force-ci-llvm-on-default-profiles, r=Mark-Simulacrum
rust-lang/rust@c11505f218 Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,workingjubilee
rust-lang/rust@e02e6bf0e9 Rollup merge of #130042 - lolbinarycat:bufreaker_peek_eof, r=Amanieu
rust-lang/rust@4f1be92153 Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung
rust-lang/rust@2ac554b73a Correctly account for niche-optimized tags
rust-lang/rust@29ccc0d325 trait_upcasting is not currently an incomplete feature.
rust-lang/rust@c547f51de1 Add a test
rust-lang/rust@811ee38ff0 Add tracking issue number for box_vec_non_null
rust-lang/rust@a528f4ecd9 stabilize const_extern_fn
rust-lang/rust@14ed979cdf Make some lint doctests compatible with --stage=0
rust-lang/rust@fd3ee92c6d Fix lint levels not getting overridden by attrs on Stmt nodes
rust-lang/rust@3b806d337c interpret: fix dealing with overflow during slice indexing
rust-lang/rust@7e7ccb25b4 add std::panic::abort_unwind
rust-lang/rust@de66d3aa2b add core::panic::abort_unwind
rust-lang/rust@d4ac759542 MaybeUninit::zeroed: mention that padding is not zeroed
rust-lang/rust@b5d69ba9fb add change entry for "tools" and "library" profile update
rust-lang/rust@ed89d9b7a2 force ci-llvm by default on library and tools profiles
rust-lang/rust@a888905226 miri: treat non-memory local variables properly for data race detection
rust-lang/rust@7ec01e453c move Option::unwrap_unchecked into const_option feature gate
rust-lang/rust@79b87c57cb Bless tests due to new method suggestions.
rust-lang/rust@8230a90c49 Add NonNull convenience methods to Vec
rust-lang/rust@8e3e20ac2f Add NonNull convenience methods to Box
rust-lang/rust@dfdbf6343a properly handle EOF in BufReader::peek
rust-lang/rust@914d8f4bca add rustc_lint_opt_deny_field_access to options that are documented to do nothing
rust-lang/rust@df38e644ce deprecate -Csoft-float because it is unsound (and not fixable)
rust-lang/rust@65abcc2bcc Implement feature string_from_utf8_lossy_owned

@tautschnig tautschnig closed this Sep 22, 2024
@tautschnig tautschnig reopened this Sep 22, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Sep 22, 2024
@qinheping qinheping added this pull request to the merge queue Sep 22, 2024
Merged via the queue into main with commit 118e279 Sep 22, 2024
27 checks passed
@qinheping qinheping deleted the toolchain-2024-09-16 branch September 22, 2024 17:20
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