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-10-18 #3613

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-10-17 to nightly-2024-10-18 without any other source changes.

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@798fb83 up to
rust-lang/rust@3ed6e3c. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/3ed6e3cc69 Auto merge of #131848 - matthiaskrgr:rollup-l29a75j, r=matthiaskrgr

rust-lang/rust@c9f3a7de1e Rollup merge of #131844 - Kobzol:mailmap-kobzol, r=jieyouxu
rust-lang/rust@e46d52ccda Rollup merge of #131835 - ferrocene:amanjeev/add-missing-attribute-unwind, r=Noratrieb
rust-lang/rust@372e8c11c2 Rollup merge of #131833 - c-ryan747:patch-1, r=Noratrieb
rust-lang/rust@405eb4178e Rollup merge of #131825 - lcnr:probe-no-more-leak-2, r=compiler-errors
rust-lang/rust@7dbd92fadd Rollup merge of #131818 - heiher:loong-instrument-xray, r=jieyouxu
rust-lang/rust@db4cc00ed0 Rollup merge of #131805 - aeubanks:flat, r=durin42
rust-lang/rust@7a7c313312 Rollup merge of #129620 - WaffleLapkin:flake, r=Noratrieb
rust-lang/rust@ab9dd3cf17 Add mailmap entry for kobzol
rust-lang/rust@86bd45979a Auto merge of #130223 - LaihoE:faster_str_replace, r=thomcc
rust-lang/rust@67ed9fac55 Enable XRay instrumentation for LoongArch Linux targets
rust-lang/rust@3a85d3fa78 Auto merge of #131832 - lnicola:sync-from-ra, r=lnicola
rust-lang/rust@f999ab86e0 Do not run test where it cannot run
rust-lang/rust@9b5b607fd8 Fix must_use lint for command exec tests
rust-lang/rust@09f75b9862 Add must_use to CommandExt::exec
rust-lang/rust@e09bf4c07a Auto merge of #18317 - lnicola:sync-from-rust, r=Veykril
rust-lang/rust@6e4f8fea36 Bump rustc crates
rust-lang/rust@03983fbae9 Auto merge of #131827 - matthiaskrgr:rollup-umncb57, r=matthiaskrgr
rust-lang/rust@c7356559e5 Rollup merge of #131822 - lcnr:typeck-error-reporting, r=jieyouxu
rust-lang/rust@887afd1782 Rollup merge of #131815 - workingjubilee:did-you-mean-is-none-or, r=jieyouxu
rust-lang/rust@7ad2f60926 Rollup merge of #131798 - maurer:range-inlining, r=durin42
rust-lang/rust@c1f370254c Rollup merge of #131748 - lcnr:typing-mode, r=compiler-errors
rust-lang/rust@f6b699c9c0 Rollup merge of #131595 - fmease:rustdoc-json-mv-obj-safe-dyn-compat, r=aDotInTheVoid
rust-lang/rust@9aee5d98cf Rollup merge of #131583 - heiher:loong-issue-118053, r=jieyouxu
rust-lang/rust@21c57f5490 Rollup merge of #128391 - cafce25:issue-128390, r=lcnr
rust-lang/rust@c45073ec3e SolverDelegate add assoc type for Infcx
rust-lang/rust@02982f23d3 extract expr_assign_expected_bool_error
rust-lang/rust@6cf4cb8484 bless mir-opt tests
rust-lang/rust@3360c1773a move defining_opaque_types out of Canonical
rust-lang/rust@5834ba1ab7 remove Canonical::unchecked_rebind, it's unused
rust-lang/rust@f3ce557fcd DropckOutlives to rustc_middle
rust-lang/rust@9334d85e69 remove type_op constructors
rust-lang/rust@401f9b4e0a ImpliedOutlivesBounds to rustc_middle
rust-lang/rust@1b7cd2bed6 Merge from rust-lang/rust
rust-lang/rust@aff69ccfb2 Preparing for merge from rust-lang/rust
rust-lang/rust@47cfaa6d87 compiler: use is_none_or where it is clearly better
rust-lang/rust@ecf6fc5336 Auto merge of #18315 - varungandhi-src:vg/bump-scip, r=lnicola
rust-lang/rust@08a5dc491c Bump version of scip crate
rust-lang/rust@06d261daf6 Auto merge of #129582 - nbdd0121:unwind, r=nnethercote
rust-lang/rust@dd5127615a Auto merge of #131796 - cuviper:no-waker-waker, r=Mark-Simulacrum
rust-lang/rust@0be1e9533b Auto merge of #17990 - Wilfred:local_time_logs, r=Veykril
rust-lang/rust@929d5bcf77 internal: Use local time when formatting logs
rust-lang/rust@18bbf5f118 clang-format
rust-lang/rust@6de277c039 rustc_llvm: Fix flattened CLI args
rust-lang/rust@2e6f3bd1d3 rustdoc-JSON: Rename "object safe" to "dyn compatible"
rust-lang/rust@0e73095169 llvm: Tolerate propagated range metadata
rust-lang/rust@e0e2c4534a Remove Waker::waker from 1.82 relnotes
rust-lang/rust@6bb6fd861b Auto merge of #18278 - ShoyuVanilla:never-place, r=Veykril
rust-lang/rust@be1c31d9a9 Auto merge of #18299 - roife:fix-issue-18298, r=Veykril
rust-lang/rust@d381df43c4 fix: autofix for missing wrapped unit in return expr
rust-lang/rust@12d63d93a8 Auto merge of #18297 - ShoyuVanilla:salsa-package-profile, r=davidbarsky
rust-lang/rust@004e97485a minor: ra-salsa in profile.dev.package
rust-lang/rust@3c8e146668 Do not consider match/let/ref of place that evaluates to ! to diverge, disallow coercions from them too
rust-lang/rust@d4e5c2430f Auto merge of #18292 - roife:fix-issue-17427, r=Veykril
rust-lang/rust@2ee4925068 feat: handle self-param outside of methods when renaming
rust-lang/rust@23ef13d8b9 Auto merge of #18239 - davidbarsky:davidbarsky/push-lswkwuyrpuqv, r=davidbarsky
rust-lang/rust@d28811bcce chore: rename salsa to ra_salsa
rust-lang/rust@1a354f60c7 Auto merge of #18216 - davidbarsky:davidbarsky/push-ustyovtqrpoq, r=davidbarsky
rust-lang/rust@efd8e15a2e internal: switch remaining OpQueues to use named structs
rust-lang/rust@d764d87c9f Auto merge of #18291 - roife:fix-issue-18212, r=Veykril
rust-lang/rust@b2048dfb9b Auto merge of #18275 - darichey:fix-test-case-hang, r=Veykril
rust-lang/rust@a4df972532 Auto merge of #18265 - kouhe3:master, r=Veykril
rust-lang/rust@b85026b15b Auto merge of #18252 - ShoyuVanilla:issue-15799, r=Veykril
rust-lang/rust@a672968113 Auto merge of #18242 - Veykril:veykril/push-tnynzqsmtnqw, r=Veykril
rust-lang/rust@1ef2712751 Auto merge of #18229 - mrkajetanp:rustfmt-path, r=Veykril
rust-lang/rust@0b99f29198 Auto merge of #18217 - ChayimFriedman2:cast-unknown-ptr, r=Veykril
rust-lang/rust@540891b934 Auto merge of #18152 - CryZe:highlight-async-block-exit-points, r=Veykril
rust-lang/rust@e2c3ce52f2 Auto merge of #18226 - SabrinaJewson:fix-impl-use, r=Veykril
rust-lang/rust@b1579e8acf Setting up indirect access to external data for loongarch64-linux-{musl,ohos}
rust-lang/rust@7bc615050f feat: respect references.exclude_tests in call-hierarchy
rust-lang/rust@aacf840ea6 Auto merge of #18281 - darichey:async-subprocess, r=lnicola
rust-lang/rust@7562b175e3 Auto merge of #18289 - darichey:fix-relative-buildfiles, r=lnicola
rust-lang/rust@0865296a27 Fix panic when json project has relative buildfile paths
rust-lang/rust@0460ff71b2 Run subprocesses async in vscode extension
rust-lang/rust@bb531083cc Fix longjmp-across-rust test
rust-lang/rust@ee684c176a Skip #[test_case] expansion
rust-lang/rust@ee7c8b9a90 Auto merge of #18245 - boattime:master, r=davidbarsky
rust-lang/rust@3e42fc5596 Auto merge of #18247 - jhgg:lsp/fix-something-to-resolve, r=Veykril
rust-lang/rust@bd1c7e99d6 Auto merge of #18246 - ChayimFriedman2:fix-18238, r=Veykril
rust-lang/rust@64f510cc3d Auto merge of #18269 - jhgg:hir-ty/change-struct-constructor-formatting, r=flodiebold
rust-lang/rust@4b30d25d21 Only Highlight Exit Points on async Token
rust-lang/rust@35e268d406 include fn prefix for all callable defs
rust-lang/rust@4c5b250419 hir-ty: change struct constructor formatting.
rust-lang/rust@a2304baaf2 prettier format
rust-lang/rust@3918e29fac semicolon
rust-lang/rust@63b0e270fb fix array sourceMap
rust-lang/rust@90e3c8885c lldbdap env dict to string
rust-lang/rust@87baa0e380 add knownEngines lldb-dap
rust-lang/rust@3eea7afd98 fix: Do not consider mutable usage of deref to *mut T as deref_mut
rust-lang/rust@5544bf54e3 lsp: fix completion_item something_to_resolve not being a latch to true
rust-lang/rust@29821411bd Fix prettify_macro_expansion() when the node isn't the whole file
rust-lang/rust@429d46dbb1 Include description in label details when detail field is marked for resolution
rust-lang/rust@96b3402e1b Fix IDE layer not correctly resolving opt-in extern crates
rust-lang/rust@a219568f9a Add excluded extern-prelude IDE resolution test
rust-lang/rust@6b286bc696 Turn ImportSource into a struct
rust-lang/rust@090a03a687 Remove ImportSource::ExternCrate as the fixed point loop can't affect it
rust-lang/rust@96d667ba29 fix: Join rustfmt overrideCommand with project root
rust-lang/rust@22129b18c0 fix: correctly parse use in generic parameters
rust-lang/rust@8115a1843e Comment out cast checks for unknown ptr kind
rust-lang/rust@8f63b6a745 Add and adapt tests
rust-lang/rust@1598aa4f83 Make destructors on extern "C" frames to be executed
rust-lang/rust@b89c6204da Make new information notes instead of labels
rust-lang/rust@4484085b18 Add fast path for ascii to ascii in str::replace
rust-lang/rust@002a6b134f Add an option of using nix-shell instead of nix flake
rust-lang/rust@a31ef1059f Add flake.nix and .envrc
rust-lang/rust@00124800ea feat: Highlight exit points of async blocks
rust-lang/rust@ca94dd5bea Add more information link to orphan impls
rust-lang/rust@86a9959466 Adjust orphan note in tests
rust-lang/rust@9ce811cd00 Change orphan hint from "only" to "any uncovered type inside..."

@github-actions github-actions bot requested a review from a team as a code owner October 18, 2024 03:16
@zhassan-aws zhassan-aws reopened this Oct 18, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Oct 18, 2024
@zhassan-aws zhassan-aws added this pull request to the merge queue Oct 18, 2024
Merged via the queue into main with commit 0e03c1c Oct 18, 2024
27 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-10-18 branch October 18, 2024 06:51
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