From d1a038fcf29b6f5caa92f7cf8cb4b40edd811733 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 16:30:22 -0800 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-11-11 (#2870) Update Rust toolchain from nightly-2023-11-10 to nightly-2023-11-11 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 https://github.com/rust-lang/rust/commit/0f44eb32f1123ac93ab404d74c295263ce468343 up to https://github.com/rust-lang/rust/commit/edf0b1db0a7f29d71ee82cfc53bdc170fe74e501. The log for this commit range is: https://github.com/rust-lang/rust/commit/edf0b1db0a Auto merge of #115229 - iSwapna:issue-115222-fix, r=estebank https://github.com/rust-lang/rust/commit/56a109d15b Recurse over the method chain and maintain a stack to peek at previous receiver to align spans https://github.com/rust-lang/rust/commit/d4c86cfc49 Auto merge of #117779 - bjorn3:sync_cg_clif-2023-11-10, r=bjorn3 https://github.com/rust-lang/rust/commit/d186b49460 Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-2023-11-10 https://github.com/rust-lang/rust/commit/c84d1871dc Rustup to rustc 1.75.0-nightly (0f44eb32f 2023-11-09) https://github.com/rust-lang/rust/commit/6e7961ac5d Sync from rust 0f44eb32f1123ac93ab404d74c295263ce468343 https://github.com/rust-lang/rust/commit/3d0e99d632 Auto merge of #117765 - onur-ozkan:fix-117762, r=clubby789 https://github.com/rust-lang/rust/commit/17d0a45f5d Auto merge of #117572 - RalfJung:addr_of, r=cuviper https://github.com/rust-lang/rust/commit/e30f8ae867 mention null explicitly https://github.com/rust-lang/rust/commit/0a1e5598b0 Auto merge of #117750 - klensy:icu-followup, r=Nilstrieb https://github.com/rust-lang/rust/commit/d42d73b144 Auto merge of #117769 - matthiaskrgr:rollup-4efjlg3, r=matthiaskrgr https://github.com/rust-lang/rust/commit/186a3c8c61 Rollup merge of #117751 - aDotInTheVoid:unkind, r=GuillaumeGomez https://github.com/rust-lang/rust/commit/7607597d3a Rollup merge of #117743 - sjwang05:issue-117720, r=estebank https://github.com/rust-lang/rust/commit/7fd7719ca1 Rollup merge of #117741 - eltociear:patch-23, r=compiler-errors https://github.com/rust-lang/rust/commit/0f1da7e682 Rollup merge of #117730 - jmillikin:fmt-debug-helper-fns, r=cuviper https://github.com/rust-lang/rust/commit/7096ec3e00 Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviper https://github.com/rust-lang/rust/commit/9dc022dd80 Rollup merge of #114191 - rcvalle:rust-exploit-mitigations, r=cuviper https://github.com/rust-lang/rust/commit/82a9f94de5 Closure-consuming helper functions for `fmt::Debug` helpers https://github.com/rust-lang/rust/commit/fdb72795d1 enable unstable feature on `x clean [PATH]` https://github.com/rust-lang/rust/commit/22e1576a12 rustdoc-json: Fix test so it actuall checks things https://github.com/rust-lang/rust/commit/7142c8d83c bump few ICU4X leftover deps https://github.com/rust-lang/rust/commit/5693a34db2 Suggest fix for ; within let-chains https://github.com/rust-lang/rust/commit/b8648216a5 Fix typo in internal.rs https://github.com/rust-lang/rust/commit/7c385f5a03 Update exploit mitigations documentation https://github.com/rust-lang/rust/commit/545175ce87 Fix addition formatting https://github.com/rust-lang/rust/commit/82487a9447 Merge pull request #1417 from rust-lang/implement_xgetbv https://github.com/rust-lang/rust/commit/864973135a Implement all vendor intrinsics used by the simd-json crate https://github.com/rust-lang/rust/commit/9f426cef38 Merge pull request #1416 from afonso360/aarch64-intrinsics-1 https://github.com/rust-lang/rust/commit/ecf79a304a Implement all vendor intrinsics used by the fimg crate https://github.com/rust-lang/rust/commit/0a35232c85 Implement all vendor intrinsics used by the httparse crate https://github.com/rust-lang/rust/commit/61e38ceea7 Implement all SSE intrinsics used by the jpeg-decoder crate https://github.com/rust-lang/rust/commit/438194980b Implement all avx2 intrinsics used by the image crate https://github.com/rust-lang/rust/commit/6a53acefd8 Implement _mm256_permute2f128_ps and _mm256_permute2f128_pd intrinsics https://github.com/rust-lang/rust/commit/81af5b5031 update and clarify addr_of docs https://github.com/rust-lang/rust/commit/209476e33a Only import aarch64 intrinsics on aarch64 https://github.com/rust-lang/rust/commit/f824da66c6 Make neon example build in all arches https://github.com/rust-lang/rust/commit/70a6abfd29 Add unsigned saturating add/sub intrinsics for aarch64 https://github.com/rust-lang/rust/commit/88c2e7896b Implement aarch64 addp intrinsics https://github.com/rust-lang/rust/commit/1f09bae6a8 Implement min/max neon intrisics https://github.com/rust-lang/rust/commit/8eca01f4b6 Remove support for compiler plugins. https://github.com/rust-lang/rust/commit/f6a8c3afb5 Add real implementation of _xgetbv() https://github.com/rust-lang/rust/commit/909513ef74 Use Value instead of CValue in CInlineAsmOperand https://github.com/rust-lang/rust/commit/ef3703694f Disable a couple of rustc tests which are broken due to a rustc bug https://github.com/rust-lang/rust/commit/c04ceb4342 Fix workaround for the `int $$0x29` issue to not crash on empty inline asm https://github.com/rust-lang/rust/commit/04f1024ecb Rustup to rustc 1.75.0-nightly (75b064d26 2023-11-01) https://github.com/rust-lang/rust/commit/361585e06d Sync from rust 75b064d26970ca8e7a487072f51835ebb057d575 https://github.com/rust-lang/rust/commit/03c9acdd8f Support enum variants in offset_of! https://github.com/rust-lang/rust/commit/48ca2d9703 Implement llvm.fma.v* intrinsics https://github.com/rust-lang/rust/commit/aed0ed2875 Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk https://github.com/rust-lang/rust/commit/9a33f82140 Remove inline asm support from the list of limitations https://github.com/rust-lang/rust/commit/51f6ac7bfc Merge branch 'sync_from_rust' https://github.com/rust-lang/rust/commit/41dcb52153 Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into sync_cg_clif-2023-10-29 https://github.com/rust-lang/rust/commit/c6f5090294 share the track_caller handling within a mir::Body https://github.com/rust-lang/rust/commit/bad4be6e29 interpret: call caller_location logic the same way codegen does, and share some code https://github.com/rust-lang/rust/commit/01ca7a0cb0 Add the missing word https://github.com/rust-lang/rust/commit/2c13ee8970 Clarify UB in `get_unchecked(_mut)` https://github.com/rust-lang/rust/commit/40a83be6eb Format exploit mitigations documentation Co-authored-by: celinval --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d6ff6640fab0..add4da4dac38 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2023-11-10" +channel = "nightly-2023-11-11" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]