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-06 #3502

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

Update Rust toolchain from nightly-2024-09-05 to nightly-2024-09-06 without any other source changes.

Copy link
Contributor Author

github-actions bot commented Sep 7, 2024

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@4ac7bcb up to
rust-lang/rust@9c01301. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/9c01301c52 Auto merge of #129994 - matthiaskrgr:rollup-zkj4ekl, r=matthiaskrgr

rust-lang/rust@fee6c0a683 Rollup merge of #129973 - jieyouxu:rework-rmake-stdio, r=Kobzol
rust-lang/rust@0db3932433 Rollup merge of #129938 - chancancode:patch-1, r=thomcc
rust-lang/rust@9be97ae8e2 Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle
rust-lang/rust@15e7a67b50 Rollup merge of #129720 - nnethercote:simplify-dest_prop-mm, r=cjgillot
rust-lang/rust@11085aa73a Rollup merge of #129706 - compiler-errors:scratch, r=estebank
rust-lang/rust@6a23ee5595 Rollup merge of #129471 - GuillaumeGomez:sort-impl-associated-items, r=t-rustdoc-frontend
rust-lang/rust@b0cc78c091 Rollup merge of #129028 - compiler-errors:contra, r=lcnr
rust-lang/rust@b89ee99d57 Rollup merge of #128820 - LYF1999:yf/dev, r=nikic
rust-lang/rust@c1d041036e Review comments
rust-lang/rust@70641356dc Do less work on the good path
rust-lang/rust@f8f4d50aa3 Don't worry about uncaptured contravariant lifetimes if they outlive a captured lifetime
rust-lang/rust@8f9c4b36fe Update to new rustdoc internal API
rust-lang/rust@238944c5d7 Add regression test for sidebar associated items
rust-lang/rust@d059f37724 Add missing sidebar associated items
rust-lang/rust@1884983001 Make impl associated constants sorted first
rust-lang/rust@f96aff95d5 Add regression test for impl associated items sorting
rust-lang/rust@a4594032cf Sort impl associated items by kinds and then by appearance
rust-lang/rust@8871ce0e1f run_make_support: make each command invocation only-run-once
rust-lang/rust@afed862b26 tests: use renamed stdin_buf
rust-lang/rust@2031eacbab run_make_support: rename Command::stdin to stdin_buf and add std{in,out,err} config helpers
rust-lang/rust@eb33b43bab Auto merge of #129978 - matthiaskrgr:rollup-a7ryoox, r=matthiaskrgr
rust-lang/rust@3190521a98 Rollup merge of #129925 - onur-ozkan:deprecated-option, r=Kobzol
rust-lang/rust@c7c3ada95a Rollup merge of #129919 - kevinmehall:waker-getters, r=dtolnay
rust-lang/rust@94eea0abff Rollup merge of #129918 - kadiwa4:missing_abi_docs, r=Urgau
rust-lang/rust@4261bffeb0 Rollup merge of #129752 - compiler-errors:predicates-of-defaulted, r=petrochenkov
rust-lang/rust@08187c32c7 Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gate, r=wesleywiser
rust-lang/rust@776187d2c9 Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albertlarsan68
rust-lang/rust@7d015575ad Rollup merge of #128928 - ojeda:ci-rfl-more-tools, r=Kobzol
rust-lang/rust@3775e6bd9f Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx-zedboard, r=tgross35
rust-lang/rust@e1da72c6e8 Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc
rust-lang/rust@8a60d0a5ec Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum
rust-lang/rust@009e73825a Auto merge of #129936 - matthiaskrgr:rollup-0s8xycb, r=matthiaskrgr
rust-lang/rust@0c45d3bb70 update docs of missing_abi lint
rust-lang/rust@c06ed92625 add change entry for rust.split-debuginfo removal
rust-lang/rust@c753d2dbf9 remove deprecated option rust.split-debuginfo
rust-lang/rust@42d2d7894c Make supertrait and implied predicates queries defaulted
rust-lang/rust@8860008e7f Re-parent the by-move body
rust-lang/rust@5525043ac8 Rename dump of coroutine by-move-body to be more consistent, adjust test
rust-lang/rust@a4f2a311db Don't ICE when dumping MIR of a synthetic coroutine body
rust-lang/rust@7157f98cb4 Fix square corners on line numbers when code is collapsed
rust-lang/rust@e45b53efc0 Update marker.rs
rust-lang/rust@277a08c7d8 Update marker.rs
rust-lang/rust@efc20deb57 Update marker.rs
rust-lang/rust@3626b66af0 Update marker.rs
rust-lang/rust@65e78db8d7 Elaborate on deriving vs implementing Copy
rust-lang/rust@2e005112fd Rollup merge of #129930 - ferrocene:pa-relnotes-1801, r=pietroalbini
rust-lang/rust@442c077994 Rollup merge of #129928 - RalfJung:rustc_driver_impl-crt-static, r=compiler-errors
rust-lang/rust@4ed0f0d384 Rollup merge of #129926 - nnethercote:mv-SanityCheck-and-MirPass, r=cjgillot
rust-lang/rust@485fd3815c Rollup merge of #129896 - lcnr:bail-on-unknowable, r=jackh726
rust-lang/rust@2f6e85567a Rollup merge of #129863 - RalfJung:target-spec-features, r=wesleywiser
rust-lang/rust@1453cce5e9 Rollup merge of #129630 - alexcrichton:document-broken-c-abi-on-wasm32-u-u, r=workingjubilee
rust-lang/rust@e7504ac704 Rollup merge of #128934 - Nadrieril:fix-empty-non-exhaustive, r=compiler-errors
rust-lang/rust@51c686f32b Rollup merge of #128701 - veera-sivarajan:fix-128604, r=estebank
rust-lang/rust@f75a1954eb Rollup merge of #127692 - veera-sivarajan:bugfix-125139, r=estebank
rust-lang/rust@2d6d6a84df Updates/clarifications
rust-lang/rust@17f3f92e8b include 1.80.1 release notes on master
rust-lang/rust@aa1f60ecff rustc_driver_impl: remove some old dead logic
rust-lang/rust@5c0dfc6182 update comment regarding TargetOptions.features
rust-lang/rust@6fd358e99d Add documentation for target armv7-rtems-eabihf
rust-lang/rust@124454cda8 rtems: Add spec file for arm_rtems6_eabihf
rust-lang/rust@6f435cb07f Port std library to RTEMS
rust-lang/rust@6188aae369 do not attempt to prove unknowable goals
rust-lang/rust@0b2b03cf70 Clarify a comment.
rust-lang/rust@827fa43392 Reduce visibility of MirPass and related things.
rust-lang/rust@2aae619edb Move MirPass to rustc_mir_transform.
rust-lang/rust@5410900aaa Adjust SanityCheck.
rust-lang/rust@22bd319772 Add Waker::new and LocalWaker::new
rust-lang/rust@2dc75148ee Stabilize waker_getters
rust-lang/rust@8d3e5fa0ae Move the data and vtable methods from RawWaker to Waker
rust-lang/rust@55bc638a1d Fix wrong padding for expanded scraped example
rust-lang/rust@6f6a6bc710 Non-exhaustive structs may be empty
rust-lang/rust@e3af6dc239 Simplify CSS but wrapping scraped example into a div and move the title out of the code block
rust-lang/rust@01d8235ae1 Fix scraped examples background gradient
rust-lang/rust@5a85632623 Correctly handle code examples buttons position
rust-lang/rust@4825fb198f Add missing CSS variables in GUI test for custom-theme.css
rust-lang/rust@dd5f7bc628 Add GUI regression test for scraped examples title position on mobile
rust-lang/rust@35a7c1b8da Fix position of scraped examples title on mobile devices
rust-lang/rust@84259ff23b Add GUI tests to ensure that rounded corners on code blocks are working as expected
rust-lang/rust@5afc4619d4 Fix wrong rounded corners when line numbers are displayed on code examples
rust-lang/rust@c218c75456 exclude tools with deps that have size asserts
rust-lang/rust@df20808f4d inhibit layout randomization for Box
rust-lang/rust@1e377c5b9f enable layout randomization in x86_64-gnu-llvm-17 CI job
rust-lang/rust@e3169f76e6 when -Zrandomize-layout is enabled disable alloc test testing internal struct sizes
rust-lang/rust@5bf8eeb9f3 disable size asserts in the compiler when randomizing layouts
rust-lang/rust@f3bc08adbd ignore/fix layout-sensitive tests
rust-lang/rust@121e9f4cc8 Add rust.randomize-layout config to build artifacts with -Zrandomize-layout
rust-lang/rust@5b75f8a892 Update rustdoc GUI tests
rust-lang/rust@0d156f223a Unify scraped examples with other code examples
rust-lang/rust@8e20b66524 Some code review suggestions.
rust-lang/rust@1be2204363 Simplify Candidate.
rust-lang/rust@ad5a6e11c7 Remove Allocations.
rust-lang/rust@0a282ea717 Move WriteInfo out of Allocations.
rust-lang/rust@c6111c0e80 Remove the 'body lifetime on FilterInformation.
rust-lang/rust@778ff06ba6 CI: rfl: factor out build targets
rust-lang/rust@5c558d3ff4 CI: rfl: add macro expanded source build (-Zunpretty=expanded)
rust-lang/rust@d584f7099a CI: rfl: add a rustfmt run
rust-lang/rust@824397ddf6 CI: rfl: add a Clippy build
rust-lang/rust@d783b1dabd CI: rfl: switch to a stage 2 build
rust-lang/rust@992dd0bbe3 CI: rfl: add a couple comments to split the steps and document them
rust-lang/rust@3743cdb0e2 downgrade git error to a warning, and skip UX check in CI
rust-lang/rust@cea707d960 emit old upstream warning no matter the build step
rust-lang/rust@94e9c4cd64 warn the user if the upstream master branch is old
rust-lang/rust@e77eb042ce Arbitrary self types v2: pointers feature gate.
rust-lang/rust@992b0b3fe7 Document the broken C ABI of wasm32-unknown-unknown
rust-lang/rust@bead042d5e rustdoc: add test case for modnav position when TOC is off
rust-lang/rust@12a3c42ccc rustdoc: consistentify #TOC and #ModNav to lowercase
rust-lang/rust@95fcddd29f Add more test case
rust-lang/rust@7091fa5880 rustdoc: show code spans as <code> in TOC
rust-lang/rust@68773c789a rustdoc: add separate section for module items
rust-lang/rust@5a6054b4a2 rustdoc: add separate section for module items
rust-lang/rust@a7aea5d96b Add configuration options to hide TOC or module navigation
rust-lang/rust@1aebff96ad Add Top TOC support to rustdoc
rust-lang/rust@12de141df2 Suggest impl Trait for References to Bare Trait in Function Header
rust-lang/rust@27f92b6c10 fix: get llvm type of global val
rust-lang/rust@f003e92a5b Don't Suggest Labeling const and unsafe Blocks
rust-lang/rust@764675e01a Add Tests
rust-lang/rust@102997a939 Update Tests

@github-actions github-actions bot requested a review from a team as a code owner September 7, 2024 03:12
@zhassan-aws zhassan-aws closed this Sep 7, 2024
@zhassan-aws zhassan-aws reopened this Sep 7, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Sep 7, 2024
@zhassan-aws zhassan-aws added this pull request to the merge queue Sep 7, 2024
Merged via the queue into main with commit fde5fbb Sep 7, 2024
27 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-09-06 branch September 7, 2024 07:31
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