Automatic toolchain upgrade to nightly-2024-06-23#3290
Merged
Conversation
qinheping
approved these changes
Jun 25, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Rust toolchain from nightly-2024-06-22 to nightly-2024-06-23 without any other source changes.
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@c1b336c up to rust-lang/rust@3cb521a. The log for this commit range is:
rust-lang/rust@3cb521a434 Auto merge of #126761 - GuillaumeGomez:unsafe_extern_blocks, r=spastorino
rust-lang/rust@a0f01c3c10 Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgr
rust-lang/rust@dc9a08f535 Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors
rust-lang/rust@162120b4fa Rollup merge of #126318 - Kobzol:bootstrap-perf, r=onur-ozkan
rust-lang/rust@f3ced9d540 Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu
rust-lang/rust@f944afe380 Auto merge of #116113 - kpreid:arcmut, r=dtolnay
rust-lang/rust@88c3db57e4 Generalize
{Rc,Arc}::make_mut()to unsized types.rust-lang/rust@a9a4830d25 Replace
WriteCloneIntoRawwithCloneToUninit.rust-lang/rust@ec201b8650 Add
core::clone::CloneToUninit.rust-lang/rust@81da6a6d40 Make
effectsan incomplete featurerust-lang/rust@ac47dbad50 Auto merge of #126824 - GuillaumeGomez:rollup-sybv8o7, r=GuillaumeGomez
rust-lang/rust@d265538016 Rollup merge of #126823 - GuillaumeGomez:migrate-run-make-inline-always-many-cgu, r=Kobzol
rust-lang/rust@25bcc7d130 Rollup merge of #126731 - Kobzol:bootstrap-cmd-refactor, r=onur-ozkan
rust-lang/rust@399c5cabdd Rollup merge of #126723 - estebank:dot-dot-dot, r=Nadrieril
rust-lang/rust@3ed2cd74b5 Rollup merge of #126686 - fmease:dump-preds-n-item-bounds, r=compiler-errors
rust-lang/rust@07e8b3ac01 Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu
rust-lang/rust@d03d6c0fea Auto merge of #126750 - scottmcm:less-unlikely, r=jhpratt
rust-lang/rust@e7dfd4a913 Migrate
run-make/inline-always-many-cgutormake.rsrust-lang/rust@d9962bb4d8 Make
read_dirmethod take a mutable callbackrust-lang/rust@f1b0d54ca9 Auto merge of #126816 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@0bd58d8122 Apply review comments.
rust-lang/rust@250586cb2e Wrap std
OutputinCommandOutputrust-lang/rust@f0aceed540 Auto merge of #126817 - workingjubilee:rollup-0rg0k55, r=workingjubilee
rust-lang/rust@38bd7a0fcb Add
#[rustc_dump_{predicates,item_bounds}]rust-lang/rust@1916b3d57f Rollup merge of #126811 - compiler-errors:tidy-ftl, r=estebank
rust-lang/rust@539090e5cd Rollup merge of #126809 - estebank:wording-tweak, r=oli-obk
rust-lang/rust@b9ab6c3501 Rollup merge of #126798 - miguelfrde:master, r=tmandry
rust-lang/rust@9498d5cf2f Rollup merge of #126787 - Strophox:get-bytes, r=RalfJung
rust-lang/rust@1f9793f1aa Rollup merge of #126722 - adwinwhite:ptr_fn_abi, r=celinval
rust-lang/rust@84b0922565 Rollup merge of #126712 - Oneirical:bootest-constestllation, r=jieyouxu
rust-lang/rust@e7956cd994 Rollup merge of #126530 - beetrees:f16-inline-asm-riscv, r=Amanieu
rust-lang/rust@10e1f5d212 Auto merge of #124101 - the8472:pidfd-methods, r=cuviper
rust-lang/rust@2c65a24b8c Update cargo
rust-lang/rust@fcae62649e Auto merge of #126758 - spastorino:avoid-safe-outside-unsafe-blocks, r=compiler-errors
rust-lang/rust@ffd72b1700 Fix remaining cases
rust-lang/rust@ea681ef281 Add a tidy rule to make sure that diagnostics don't end in periods
rust-lang/rust@8abf149bde to extract a pidfd we must consume the child
rust-lang/rust@0787c7308c Add PidFd::{kill, wait, try_wait}
rust-lang/rust@5d5892e966 Remove stray
.from error messagerust-lang/rust@d94a40516e [fuchsia-test-runner] Remove usage of kw_only
rust-lang/rust@771e44ebd3 Add
f16inline ASM support for RISC-Vrust-lang/rust@753fb070bb Add
f16inline ASM support for 32-bit ARMrust-lang/rust@22831ed117 Do not allow safe usafe on static and fn items
rust-lang/rust@a6a83d3d4e bless tests
rust-lang/rust@b512bf6f77 add as_ptr to trait AllocBytes, fix 2 impls; add pub fn get_bytes_unchecked_raw in allocation.rs; add pub fn get_alloc_bytes_unchecked_raw[_mut] in memory.rs
rust-lang/rust@02aaea1803 update intrinsic const param counting
rust-lang/rust@3b14b756d8 Remove
feature(effects)from the standard libraryrust-lang/rust@a314f7363a Stop using
unlikelyinstrict_*methodsrust-lang/rust@225796a2df Add method to get
FnAbiof function pointerrust-lang/rust@630c3adb14 Add regression test for
unsafe_extern_blocksrust-lang/rust@bb9a3ef90c Implement
unsafe_extern_blocksfeature in rustdocrust-lang/rust@3c0a4bc915 rewrite crate-name-priority to rmake
rust-lang/rust@bc12972bcd Slightly refactor the dumping of HIR analysis data
rust-lang/rust@3fe4d134dd Appease
clippyrust-lang/rust@c15293407f Remove unused import
rust-lang/rust@5c4318d02c Implement
run_cmdin terms ofrun_trackedrust-lang/rust@0de7b92cc6 Remove
run_delaying_failurerust-lang/rust@e933cfb13c Remove
run_quiet_delaying_failurerust-lang/rust@949e667d3f Remove
run_quietrust-lang/rust@a12f541a18 Implement new command execution logic
rust-lang/rust@9fd7784b97 Fix
...in multline code-skips in suggestionsrust-lang/rust@f22b5afa6a rewrite error-writing-dependencies to rmake
rust-lang/rust@75ee1d74a9 rewrite relocation-model to rmake
rust-lang/rust@87d2e61428 Add
x perfcommand for profiling the compiler usingrustc-perfrust-lang/rust@fd44aca2aa Copy
rustc-fakebinary when building therustc-perftoolrust-lang/rust@9e0b76201b Add
RustcPerfbootstrap toolrust-lang/rust@9ec178df0b Add
cargo_argstoToolBuildrust-lang/rust@6a04dfe78c Rename
std::fs::try_existstostd::fs::existsand stabilize fs_try_exists