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-08 #3597

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-10-07 to nightly-2024-10-08 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@55a22d2 up to
rust-lang/rust@3ae715c. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/3ae715c8c6 Auto merge of #131343 - compiler-errors:remove-combine-fields, r=lcnr

rust-lang/rust@baaf3e65ab Auto merge of #131372 - workingjubilee:rollup-4tyqgx2, r=workingjubilee
rust-lang/rust@ee6663e24c Rollup merge of #131367 - compiler-errors:unboxy, r=lqd
rust-lang/rust@3f88d6a83a Rollup merge of #131359 - practicalrs:fix_used_underscore_binding, r=jieyouxu
rust-lang/rust@f88bfa34e1 Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=Kobzol
rust-lang/rust@9c4732a77d Rollup merge of #131225 - nnethercote:rustc_borrowck-mm, r=lqd
rust-lang/rust@31fbf67ce3 Rollup merge of #130899 - bjorn3:wasi_bootstrap_fixes, r=davidtwco
rust-lang/rust@8cd9d954c7 Rollup merge of #130479 - onur-ozkan:llvm-bitcode-linker-multiple-candidates, r=Kobzol
rust-lang/rust@bd2e7ee976 Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix
rust-lang/rust@65cff8a1ef Mark Boxy as on vacation
rust-lang/rust@4085b48dfd Fix used_underscore_binding in rustc_serialize
rust-lang/rust@7caad69253 Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr
rust-lang/rust@fd2278d017 Rollup merge of #131353 - GuillaumeGomez:check_rustdoc_test_option, r=jieyouxu
rust-lang/rust@7d7b43c39a Rollup merge of #131346 - jieyouxu:prune-invalid-directives, r=Zalathar
rust-lang/rust@df61a0b1b2 Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors
rust-lang/rust@3a5a816190 Rollup merge of #131331 - onur-ozkan:131296, r=Kobzol
rust-lang/rust@dde78bd946 Add documentation for runtest::check_rustdoc_test_option method
rust-lang/rust@0c5d2f98d1 Remove At methods that are unused
rust-lang/rust@5d62afd2ba Remove unnecessary DefineOpaqueTypes from lub
rust-lang/rust@da71dfbc51 Inline CombineFields
rust-lang/rust@0b16baa570 Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner, r=nnethercote
rust-lang/rust@fa3c25e112 Delete the run-pass-valgrind test suite
rust-lang/rust@f1e408a8de Remove valgrind test suite from opt-dist
rust-lang/rust@de588a6e60 Remove valgrind test suite support from bootstrap
rust-lang/rust@a961be9f13 Remove valgrind test suite and support from compiletest
rust-lang/rust@fc64ff7ec2 Rename nested_meta to meta_item_inner
rust-lang/rust@690332a251 Auto merge of #131345 - Zalathar:rollup-scdxuou, r=Zalathar
rust-lang/rust@64efbe2b53 Prune invalid ignore-mode-* directives
rust-lang/rust@99e12442da Rollup merge of #131325 - Zalathar:tweak-counters, r=jieyouxu
rust-lang/rust@5c1c49a0c4 Rollup merge of #131308 - mati865:gnullvm-f16-f128, r=tgross35
rust-lang/rust@dd4f062b07 Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35
rust-lang/rust@8841a3dadd Auto merge of #131226 - nnethercote:rustc_infer-cleanups, r=lcnr
rust-lang/rust@4547c0a990 Avoid another &Lrc<..> in a return value.
rust-lang/rust@2123509351 Remove an unnecessary &Lrc<_> local variable.
rust-lang/rust@860cbccad9 Convert a &Lrc<T> argument to Lrc<T>.
rust-lang/rust@731469fee5 Convert Option<&Lrc<T>> return types to Option<&T>.
rust-lang/rust@a964a92277 Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercote
rust-lang/rust@d793766a61 liballoc: introduce String, Vec const-slicing
rust-lang/rust@3fdcde76d9 Remove out-of-date comment.
rust-lang/rust@afbff05c84 Move a use statement so it's with the other use statements.
rust-lang/rust@e800967478 Simplify two matches.
rust-lang/rust@3386530c91 Streamline next_*_var* methods.
rust-lang/rust@deeb0c5cf3 Inline and remove InferCtxtBuilder::with_defining_opaque_types.
rust-lang/rust@0ca4784c45 Fix FIXME comment on FixupError.
rust-lang/rust@25d1ef1993 Remove InferCtxt::err_count_on_creation.
rust-lang/rust@2d2755ff97 Reduce visibilities some more.
rust-lang/rust@5c015eed47 Remove unused UnitResult type.
rust-lang/rust@5486d72e77 Reduce visibilities.
rust-lang/rust@7a9bbd05c4 Rename errors/mod.rs as errors.rs.
rust-lang/rust@cfeee7bcbf Remove unused features.
rust-lang/rust@aa4f16a6e7 Check that #[pointee] is applied only to generic arguments
rust-lang/rust@1b3b8e7b02 Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieu
rust-lang/rust@5fc60d1e52 various fixes for naked_asm! implementation
rust-lang/rust@10fa482906 remove checks that are now performed during macro expansion of naked_asm!
rust-lang/rust@bc0a9543a3 more asm! -> naked_asm! in tests
rust-lang/rust@562ec5a6fb disallow asm! in #[naked] functions
rust-lang/rust@1a9c1cbf36 use naked_asm! in feature-gate-naked_functions test
rust-lang/rust@47b42bef32 use naked_asm! in naked-function tests
rust-lang/rust@0aec55504c use naked_asm! in tests/ui/asm/naked-functions.rs
rust-lang/rust@aa5bbf05f4 implement naked_asm macro
rust-lang/rust@1e5c4cb0a2 Revert "Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albertlarsan68"
rust-lang/rust@dd0bcf5185 Revert "Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-worktree, r=albertlarsan68"
rust-lang/rust@6dfc4a0473 Rename NestedMetaItem to MetaItemInner
rust-lang/rust@ab154e6999 coverage: Store bcb_needs_counter in a field as a bitset
rust-lang/rust@c6e4fcd4fa coverage: Have MakeBcbCounters own its CoverageCounters
rust-lang/rust@3f90bb15ed coverage: Make BcbCounter module-private
rust-lang/rust@9d2495db60 enable f16 and f128 on windows-gnullvm targets
rust-lang/rust@7d63efdb8c fix GVN trying to transmute pointers to integers
rust-lang/rust@bf1f5c902b Avoid unused import warning for the Ctrl-C handler on wasm
rust-lang/rust@68034f837a Disable -Zdual-proc-macros if the target doesn't support proc-macros
rust-lang/rust@c69d174311 Remove unnecessary lifetime in ConditionVisitor.
rust-lang/rust@56e849ca21 Avoid &Rc<T> arguments.
rust-lang/rust@d9975ce2b4 Avoid Rc in BodyWithBorrowckFacts.
rust-lang/rust@3d7fe9e7dd Use Box instead of Rc for polonius_output.
rust-lang/rust@89e84c053d Use Rc less in MirBorrowckCtxt.
rust-lang/rust@a8f9a32650 interpret: Immediate::offset: use shared sanity-check function to ensure invariant
rust-lang/rust@6414d9f52d Couple of changes to make it easier to compile rustc for wasm
rust-lang/rust@c592eacc63 skip in-tree compiler build for llvm-bitcode-linker if ci-rustc is on

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

3 participants