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-25 #3547

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 25, 2024

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

We skip over 2024-09-24 as that version ICEs when trying to build http-body (fixed by rust-lang/rust#130775).

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@6c6d210 up to
rust-lang/rust@7042c26. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/7042c269c1 Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercote

rust-lang/rust@9d6039ccae Auto merge of #130755 - workingjubilee:rollup-zpja9b3, r=workingjubilee
rust-lang/rust@c7abc85181 Rollup merge of #130746 - joboet:hello_again, r=joboet
rust-lang/rust@7ea391956f Rollup merge of #130736 - Kobzol:rustfmt-2024-git-blame, r=compiler-errors
rust-lang/rust@6feefdb513 Rollup merge of #130721 - GrigorenkoPV:block-no-opening-brace, r=jieyouxu
rust-lang/rust@021ae2c7fd Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxu
rust-lang/rust@515bdcda01 Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov
rust-lang/rust@c58e3cb1e2 Rollup merge of #130536 - cuviper:rustbook-dylib-path, r=Mark-Simulacrum
rust-lang/rust@1d369312e4 Rollup merge of #129201 - joboet:random_faster_sources, r=joshtriplett
rust-lang/rust@648d024a78 Auto merge of #130716 - bjorn3:sync_cg_clif-2024-09-22, r=bjorn3
rust-lang/rust@b0c2c9372a readd @tgross35 and @joboet to the review rotation
rust-lang/rust@6b042f5b5d Rustfmt
rust-lang/rust@9456ff13c9 Revert change to apply_patches to fix panic
rust-lang/rust@b40fe1ee28 Merge commit '6d35b4c9a04580366fd800692a5b5db79d766530' into sync_cg_clif-2024-09-22
rust-lang/rust@6d35b4c9a0 Rustup to rustc 1.83.0-nightly (6c6d21008 2024-09-22)
rust-lang/rust@faeede3881 Merge branch 'sync_from_rust'
rust-lang/rust@c22a4215a0 Auto merge of #130641 - cuviper:llvm-19.1.0, r=nikic
rust-lang/rust@1eb51e717e fix unqualified_local_imports in rustc_const_eval
rust-lang/rust@4c43757e43 fix unqualified_local_imports in Miri
rust-lang/rust@584c5cf7ae add unqualified_local_imports lint
rust-lang/rust@3ff09a05c8 update miri test
rust-lang/rust@e94dd9b712 random: add tracking issue, address other comments
rust-lang/rust@a21ff017f4 miri: shim CCRandomGenerateBytes
rust-lang/rust@b9d47cfa9b std: switch to faster random sources on macOS and most BSDs
rust-lang/rust@5c1c725724 std: implement the random feature
rust-lang/rust@f7735f99cf Add rustfmt 2024 reformatting to git blame ignore
rust-lang/rust@a772336fb3 Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgillot
rust-lang/rust@702987f75b Auto merge of #130732 - matthiaskrgr:rollup-ke1j314, r=matthiaskrgr
rust-lang/rust@693269b2be Rollup merge of #130726 - workingjubilee:put-the-spurs-to-this-test, r=BoxyUwU
rust-lang/rust@004213b77d Rollup merge of #130723 - D0liphin:master, r=workingjubilee
rust-lang/rust@0e08d7002b Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwU
rust-lang/rust@2bca5c4fc1 Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=BoxyUwU
rust-lang/rust@8bb69b1861 Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb
rust-lang/rust@82060368e6 Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwU
rust-lang/rust@9f5cbfb455 Rollup merge of #130705 - compiler-errors:rtn-complete, r=jackh726
rust-lang/rust@c1ccdb7d0c Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnay
rust-lang/rust@23393de793 Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU
rust-lang/rust@510fc3432e Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay
rust-lang/rust@66b0b29e65 Auto merge of #130724 - compiler-errors:bump, r=Mark-Simulacrum
rust-lang/rust@9132770c8f Fix hard-coded stderr in run-make test
rust-lang/rust@3be34a8b53 Bless rustdoc-js-std test
rust-lang/rust@ff3a9f4e2a tests: Remove spuriously failing vec-tryinto-array codegen test
rust-lang/rust@73cc575177 Fix break_last_token.
rust-lang/rust@d14c1c75ab Auto merge of #130680 - saethlin:module-name-to-str, r=jieyouxu
rust-lang/rust@02b0f3b5ab Reformat using the new identifier sorting from rustfmt
rust-lang/rust@c682aa162b Reformat using the new identifier sorting from rustfmt
rust-lang/rust@1173204b36 Use style_edition over version
rust-lang/rust@624bc65665 Bump stage0
rust-lang/rust@e9b0bc9432 Add test for available_parallelism()
rust-lang/rust@8d2809957e Add more test cases for block-no-opening-brace
rust-lang/rust@2273aeed9d Replace calls to Const::eval in mir build
rust-lang/rust@ab7777f982 Fix rustc test suite
rust-lang/rust@01d19d7be9 Don't call try_eval_target_usize in error reporting
rust-lang/rust@8f579497f7 Don't call const normalize in error reporting
rust-lang/rust@2daf076fd8 Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rename 'const_char_make_ascii' feature gate to 'const_make_ascii';
rust-lang/rust@3b8089a320 Introduce structurally_normalize_const, use it in hir_typeck
rust-lang/rust@27b21af624 Rustup to rustc 1.83.0-nightly (1d68e6dd1 2024-09-21)
rust-lang/rust@1d53572570 Sync from rust 1d68e6dd1deef26c5aeb91aee554edbee8b6d5e2
rust-lang/rust@95469dc09a No longer mark RTN as incomplete
rust-lang/rust@f5686e3cc9 Write return value for ptr_mask intrinsic (#1536)
rust-lang/rust@6419aeb1ec Call module_name_to_str instead of just unwrapping
rust-lang/rust@90300ef40b add C-cmse-nonsecure-entry ABI
rust-lang/rust@f48c5ec235 Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw';
rust-lang/rust@019435b265 Remove x86_64-fuchsia and aarch64-fuchsia target aliases
rust-lang/rust@460abead20 Do not unnecessarily eval consts in codegen
rust-lang/rust@a5b9605cea Update to LLVM 19.1.0
rust-lang/rust@c2ccd89ce4 handle unsized consts with type str in v0 symbol mangling
rust-lang/rust@753271ce7e aarch64 neon intrinsics: vmaxq_f32, vminq_f32, vaddvq_f32, vrndnq_f32 (#1533)
rust-lang/rust@3dcb5a3962 Add str.as_str() for easy dereferencing of Box
rust-lang/rust@de4c8975aa bootstrap: Set the dylib path when building books with rustdoc
rust-lang/rust@e3a9eaf928 Apply EarlyOtherwiseBranch to scalar value
rust-lang/rust@37204ee563 Use associative type defaults in {Layout,FnAbi}OfHelpers.
rust-lang/rust@5349365566 Use unconditional download-ci-llvm in setup_rust_fork.sh
rust-lang/rust@eee42f2679 Fix rustc test suite
rust-lang/rust@16cee899d1 Avoid mir_operand_get_const_val hack for simd_insert and simd_extract
rust-lang/rust@1e960213e8 Add test for _mm_cmpestri
rust-lang/rust@cebdfe40ad Slightly simplify the simd_shuffle impl
rust-lang/rust@c7b49987a6 Fix rustc test suite
rust-lang/rust@61d3b59f58 Rustup to rustc 1.83.0-nightly (9b72238eb 2024-09-14)
rust-lang/rust@ab989ac7cb Sync from rust 9b72238eb813e9d06e9e9d270168512fbffd7ee7
rust-lang/rust@6fbe4d90b8 Rename remove_dir_if_exists to ensure_empty_dir and create the dir in this function
rust-lang/rust@15848f3f08 simd_shuffle: require index argument to be a vector
rust-lang/rust@b7272c236a Remove unnecessary -Zunstable-options
rust-lang/rust@41f6d55398 Refactor command runner handling
rust-lang/rust@652b00430d Remove unnecessary special case
rust-lang/rust@d5e2e23f48 Misc cleanups
rust-lang/rust@bc67321c6d Reduce usage of RelPath in build_sysroot
rust-lang/rust@f204181112 Install git-tiny on Cirrus CI
rust-lang/rust@4e38767320 Use plain sh for y.sh, test.sh and clean_all.sh
rust-lang/rust@1aa0cf930a Unconditionally use git to download test repos
rust-lang/rust@45be990167 Inline prepare_stdlib into the sysroot build code
rust-lang/rust@ade0e38b5e Fix building rustc and the rustc test suite
rust-lang/rust@dcae9acda0 Rustup to rustc 1.83.0-nightly (0ee7cb5e3 2024-09-10)
rust-lang/rust@17bcb2ff46 Sync from rust 0ee7cb5e3633502d9a90a85c3c367eccd59a0aba
rust-lang/rust@b4d55a8799 Add missing dbghelp link directive for windows
rust-lang/rust@fe5183e627 Fix the examples in cg_clif
rust-lang/rust@cf7c0554f1 Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68
rust-lang/rust@b7ed9ad226 Remove test exclusion for fixed rustc test
rust-lang/rust@39defb1c9c Rustup to rustc 1.83.0-nightly (bd53aa3bf 2024-09-02)
rust-lang/rust@c31f7b9785 Sync from rust bd53aa3bf7a24a70d763182303bd75e5fc51a9af
rust-lang/rust@0fba9b4dbb introduce PrettyPrintMirOptions for cosmetic MIR dump options
rust-lang/rust@7e4cafb653 Fix rustc test suite
rust-lang/rust@36c126f94a Rustup to rustc 1.82.0-nightly (1f12b9b0f 2024-08-27)
rust-lang/rust@217b005dd1 Sync from rust 1f12b9b0fdbe735968ac002792a720f0ba4faca6
rust-lang/rust@8a26d21ce2 Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubilee
rust-lang/rust@19757ecb9d Update Cranelift to 0.111
rust-lang/rust@87e74fe80b Rustup to rustc 1.82.0-nightly (a32d4a0e8 2024-08-21)
rust-lang/rust@46b7db19ae Sync from rust a32d4a0e822a29a6682e08b75a8df4c29c7fa9f1
rust-lang/rust@01f873990a Rustup to rustc 1.82.0-nightly (6de928dce 2024-08-18)
rust-lang/rust@c1e7b0068d Sync from rust 6de928dce9472b864f4e5d590dd7aa2075cb7551
rust-lang/rust@8e7b3b5c2b rename AddressOf -> RawBorrow inside the compiler
rust-lang/rust@f1fadb8ba2 stabilize raw_ref_op
rust-lang/rust@d7198a541d Always use ar_archive_writer for import libs
rust-lang/rust@69cec6faea Rustup to rustc 1.82.0-nightly (13a52890d 2024-08-14)
rust-lang/rust@c7d43c333a Sync from rust 13a52890dde8cfeb95069d77c223ac37c0cf3a46
rust-lang/rust@e2acda7447 Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
rust-lang/rust@6906793db8 simd_shuffle intrinsic: allow argument to be passed as vector (not just as array)
rust-lang/rust@ef74616e44 Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee
rust-lang/rust@b4e46de5f3 Fix clif ir text format emission
rust-lang/rust@918e11d14d Fix clean_all.sh
rust-lang/rust@fabb29821a Rustup to rustc 1.82.0-nightly (730d5d409 2024-08-10)
rust-lang/rust@65369af4df Sync from rust 730d5d4095a264ef5f7c0a0781eea68c15431d45
rust-lang/rust@060811a602 Distribute rustc_codegen_cranelift for Windows
rust-lang/rust@ab1da46e45 Fix source path for portable-simd
rust-lang/rust@aa918f02e4 Stop ignoring some portable-simd tests
rust-lang/rust@52aa24ed4a Move cleaning of y.bin to the "to be removed" section in clean_all.sh
rust-lang/rust@e55c630133 Add back bench job dependency for the release job
rust-lang/rust@a33f731df7 Couple of minor build system changes
rust-lang/rust@1b9645853a Remove --debug argument of y.sh
rust-lang/rust@3de829e4e5 Fixes in various places
rust-lang/rust@bb6571fd63 Rustup to rustc 1.82.0-nightly (ca5d25e2c 2024-08-09)
rust-lang/rust@aec3786ead Apply missed change from subtree sync
rust-lang/rust@78abc36ac0 Merge branch 'sync_from_rust'
rust-lang/rust@0174cb1932 Use ar_archive_writer from sysroot for cg_clif
rust-lang/rust@3ea9313de3 Merge commit '69b3f5a426a5c1c05236a45b36f6679d95fbe01b' into sync_cg_clif-2024-08-09
rust-lang/rust@b8b3a9328f Shrink TyKind::FnPtr.
rust-lang/rust@e96ece7c0b Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
rust-lang/rust@80a7d5f61d nontemporal_store: make sure that the intrinsic is truly just a hint

@github-actions github-actions bot requested a review from a team as a code owner September 25, 2024 03:16
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Sep 25, 2024
@tautschnig tautschnig changed the title Automatic toolchain upgrade to nightly-2024-09-24 Automatic toolchain upgrade to nightly-2024-09-25 Sep 25, 2024
@tautschnig tautschnig added this pull request to the merge queue Sep 25, 2024
Merged via the queue into main with commit 61aca4c Sep 25, 2024
37 of 38 checks passed
@tautschnig tautschnig deleted the toolchain-2024-09-24 branch September 25, 2024 08:32
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