Skip to content

Automatic toolchain upgrade to nightly-2024-06-23#3290

Merged
qinheping merged 2 commits into
mainfrom
toolchain-2024-06-23
Jun 25, 2024
Merged

Automatic toolchain upgrade to nightly-2024-06-23#3290
qinheping merged 2 commits into
mainfrom
toolchain-2024-06-23

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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 WriteCloneIntoRaw with CloneToUninit.
rust-lang/rust@ec201b8650 Add core::clone::CloneToUninit.
rust-lang/rust@81da6a6d40 Make effects an incomplete feature
rust-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-cgu to rmake.rs
rust-lang/rust@d9962bb4d8 Make read_dir method take a mutable callback
rust-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 Output in CommandOutput
rust-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 message
rust-lang/rust@d94a40516e [fuchsia-test-runner] Remove usage of kw_only
rust-lang/rust@771e44ebd3 Add f16 inline ASM support for RISC-V
rust-lang/rust@753fb070bb Add f16 inline ASM support for 32-bit ARM
rust-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 library
rust-lang/rust@a314f7363a Stop using unlikely in strict_* methods
rust-lang/rust@225796a2df Add method to get FnAbi of function pointer
rust-lang/rust@630c3adb14 Add regression test for unsafe_extern_blocks
rust-lang/rust@bb9a3ef90c Implement unsafe_extern_blocks feature in rustdoc
rust-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 clippy
rust-lang/rust@c15293407f Remove unused import
rust-lang/rust@5c4318d02c Implement run_cmd in terms of run_tracked
rust-lang/rust@0de7b92cc6 Remove run_delaying_failure
rust-lang/rust@e933cfb13c Remove run_quiet_delaying_failure
rust-lang/rust@949e667d3f Remove run_quiet
rust-lang/rust@a12f541a18 Implement new command execution logic
rust-lang/rust@9fd7784b97 Fix ... in multline code-skips in suggestions
rust-lang/rust@f22b5afa6a rewrite error-writing-dependencies to rmake
rust-lang/rust@75ee1d74a9 rewrite relocation-model to rmake
rust-lang/rust@87d2e61428 Add x perf command for profiling the compiler using rustc-perf
rust-lang/rust@fd44aca2aa Copy rustc-fake binary when building the rustc-perf tool
rust-lang/rust@9e0b76201b Add RustcPerf bootstrap tool
rust-lang/rust@9ec178df0b Add cargo_args to ToolBuild
rust-lang/rust@6a04dfe78c Rename std::fs::try_exists to std::fs::exists and stabilize fs_try_exists

@github-actions github-actions Bot requested a review from a team as a code owner June 25, 2024 03:00
@qinheping qinheping enabled auto-merge (squash) June 25, 2024 03:32
@github-actions github-actions Bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label Jun 25, 2024
@qinheping qinheping merged commit 0274128 into main Jun 25, 2024
@qinheping qinheping deleted the toolchain-2024-06-23 branch June 25, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Z-EndToEndBenchCI Tag a PR to run benchmark CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants