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-04 #3488

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

Update Rust toolchain from nightly-2024-09-03 to nightly-2024-09-04 without any other source changes.

Copy link
Contributor Author

github-actions bot commented Sep 4, 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@bd53aa3 up to
rust-lang/rust@d6c8169. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/d6c8169c18 Auto merge of #129922 - matthiaskrgr:rollup-4vqx8ct, r=matthiaskrgr

rust-lang/rust@29bcf8062a Rollup merge of #129917 - Kobzol:fix-beta-git, r=Mark-Simulacrum
rust-lang/rust@6e38c9bc83 Rollup merge of #129916 - tshepang:basic-usage, r=ChrisDenton
rust-lang/rust@f943c53c59 Rollup merge of #129913 - saethlin:l4re-read-buf, r=Noratrieb
rust-lang/rust@afb92329dc Rollup merge of #129885 - cuishuang:master, r=scottmcm
rust-lang/rust@e9cd99670a Rollup merge of #129860 - lqd:remove-duplicate-deps, r=alexcrichton
rust-lang/rust@72cc383a7f Rollup merge of #129800 - ChrisDenton:remove-dir-all2, r=Amanieu
rust-lang/rust@44187d667c Rollup merge of #129311 - onur-ozkan:multiple-candidates-fix, r=Kobzol
rust-lang/rust@11398eded1 Rollup merge of #129152 - onur-ozkan:custom-clippy, r=Kobzol
rust-lang/rust@6199b69c53 Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
rust-lang/rust@2251572086 Auto merge of #129915 - matthiaskrgr:rollup-56h2xp2, r=matthiaskrgr
rust-lang/rust@88b6a78d0b Add warn(unreachable_pub) to rustc_const_eval.
rust-lang/rust@d7caea129d Add warn(unreachable_pub) to rustc_ty_utils.
rust-lang/rust@3e09c450b4 Add warn(unreachable_pub) to rustc_type_ir.
rust-lang/rust@e4b1e28033 Add warn(unreachable_pub) to rustc_transmute.
rust-lang/rust@2e358e633d Add warn(unreachable_pub) to rustc_trait_selection.
rust-lang/rust@c4f6f52139 Add warn(unreachable_pub) to rustc_traits.
rust-lang/rust@0fb3a509cf Add warn(unreachable_pub) to rustc_target.
rust-lang/rust@89deb3c742 Add warn(unreachable_pub) to rustc_symbol_mangling.
rust-lang/rust@b0f22ff98f Add warn(unreachable_pub) to rustc_span.
rust-lang/rust@b457ab3186 Add warn(unreachable_pub) to rustc_smir.
rust-lang/rust@19ff6e6e63 Add warn(unreachable_pub) to rustc_session.
rust-lang/rust@21a37da268 Add warn(unreachable_pub) to rustc_serialize.
rust-lang/rust@19843bba64 Add warn(unreachable_pub) to rustc_sanitizers.
rust-lang/rust@f1e5191807 Fix parsing of beta version in dry-run mode
rust-lang/rust@0a89f72065 process.rs: remove "Basic usage" text where not useful
rust-lang/rust@d6298d3736 Rollup merge of #129907 - saethlin:solid-io-error, r=WaffleLapkin
rust-lang/rust@b1b8e3ef0d Rollup merge of #129906 - BoxyUwU:boxy_mailmap, r=lqd
rust-lang/rust@f065302f09 Rollup merge of #129905 - davidtwco:update-davidtwco-mailmap, r=lqd
rust-lang/rust@9dad90a22a Rollup merge of #129892 - oskgo:clarify-slice-from-raw, r=RalfJung
rust-lang/rust@3ddf061926 Rollup merge of #129890 - alex:patch-1, r=workingjubilee
rust-lang/rust@929b308579 Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxu
rust-lang/rust@1d9eb9df7f Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead
rust-lang/rust@cfb12716e9 Rollup merge of #129875 - Sajjon:sajjon_fix_typos_batch_1, r=compiler-errors,jieyouxu
rust-lang/rust@912931d64a Rollup merge of #129868 - Kobzol:kobzol-vacation-remove, r=lqd
rust-lang/rust@f0072bf274 Rollup merge of #129856 - RalfJung:compiler_fence, r=thomcc
rust-lang/rust@c6410f5066 Rollup merge of #129829 - compiler-errors:decode-non-optional, r=lcnr
rust-lang/rust@003ddec7a6 Rollup merge of #129748 - RalfJung:box-validity, r=workingjubilee
rust-lang/rust@fcb7d3fdf3 Add missing read_buf stub for x86_64-unknown-l5re-uclibc
rust-lang/rust@8be9fed672 Fix compile error in solid's remove_dir_all
rust-lang/rust@fa77b9d21c Remove kobzol vacation status
rust-lang/rust@5d47b4d198 mailmapper?
rust-lang/rust@7ac5fdaf99 mailmap: add new email for davidtwco
rust-lang/rust@7494224e74 clarify language around non-null ptrs in slice::raw
rust-lang/rust@06e3552ad0 Remove stray word in a comment
rust-lang/rust@25c4aa8979 chore: remove repetitive words
rust-lang/rust@00de006f22 chore: Fix typos in 'compiler' (batch 2)
rust-lang/rust@ac69544a17 chore: Fix typos in 'compiler' (batch 1)
rust-lang/rust@5780c1ca5e chore: Fix typos in 'compiler' (batch 3)
rust-lang/rust@d30b5f0003 update object dependency to deduplicate wasmparser
rust-lang/rust@32a30dd005 compiler_fence documentation: emphasize synchronization, not reordering
rust-lang/rust@0e5628d7de tweak wording regarding Box validity
rust-lang/rust@bb9d5c4658 Move remove_dir_all impl into a module
rust-lang/rust@175238badb Make decoding non-optional LazyArray panic if not set
rust-lang/rust@05ffd446a9 Box validity: update for new zero-sized rules
rust-lang/rust@1a991e5b80 add change entry for custom clippy support
rust-lang/rust@9dcc65600e document build.cargo-clippy option
rust-lang/rust@9d694b583e support custom clippy
rust-lang/rust@fa6d54f5c4 don't copy .rustc-dev-contents from CI rustc

@github-actions github-actions bot requested a review from a team as a code owner September 4, 2024 03:14
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Sep 4, 2024
@zhassan-aws zhassan-aws added this pull request to the merge queue Sep 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 5, 2024
@zhassan-aws zhassan-aws added this pull request to the merge queue Sep 5, 2024
Merged via the queue into main with commit 031587a Sep 5, 2024
38 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-09-04 branch September 5, 2024 21:53
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