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-2025-01-11 #3830

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-01-10 to nightly-2025-01-11 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@8247594 up to
rust-lang/rust@b1a7dfb. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/b1a7dfb911 Auto merge of #134082 - davidtwco:forced-inlining, r=saethlin

rust-lang/rust@cc9a9ecccb mir_build: check annotated functions w/out callers
rust-lang/rust@ce602acfc2 clarify target_feature + forced inlining
rust-lang/rust@3169a4493f don't collect #[rustc_force_inline] in eager mode
rust-lang/rust@dbec6bedf4 inline: move should inline check
rust-lang/rust@5f316f5e00 validator: move force inline check
rust-lang/rust@90066c0df3 inline: remove unnecessary promoted check
rust-lang/rust@e4bae91be1 inline: re-introduce some callee body checks
rust-lang/rust@450793923e inline: force inlining shims
rust-lang/rust@02d423cd24 codegen_attrs: force inlining takes precedence
rust-lang/rust@f86169a58f mir_transform: implement forced inlining
rust-lang/rust@336209eef1 Auto merge of #135328 - bjorn3:sync_cg_clif-2025-01-10, r=bjorn3
rust-lang/rust@252b07bba4 Auto merge of #135327 - jhpratt:rollup-5uyir52, r=jhpratt
rust-lang/rust@92a664e111 Merge commit 'e39eacd2d415803ef82de3b6a314e4f2d0fbc4dc' into sync_cg_clif-2025-01-10
rust-lang/rust@e39eacd2d4 Rustup to rustc 1.86.0-nightly (824759493 2025-01-09)
rust-lang/rust@b557f1baa7 Rollup merge of #135321 - matthiaskrgr:out_of_into, r=lqd
rust-lang/rust@ee521dfd03 Rollup merge of #135320 - camelid:coroutines-typo, r=lqd
rust-lang/rust@0dcbda8225 Rollup merge of #135251 - oli-obk:push-lmpyvvyrtplk, r=ytmimi
rust-lang/rust@a6d38a1fb7 Rollup merge of #135083 - compiler-errors:invalid-predicate-source, r=camelid
rust-lang/rust@9e24b6ba8e Rollup merge of #134732 - compiler-errors:unify-conditional-const-error-reporting, r=RalfJung
rust-lang/rust@34fa27b0bd Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgross35
rust-lang/rust@5eec2b0610 Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35
rust-lang/rust@b44e14f762 Auto merge of #135273 - dianne:argument-patterns-are-not-boring, r=lqd
rust-lang/rust@169793591c Sync from rust 824759493246ee383beb9cd5ceffa0e15deb9fa4
rust-lang/rust@1c619373f9 remove more redundant into() conversions
rust-lang/rust@67951d946a Auto merge of #135319 - matthiaskrgr:rollup-un5lol6, r=matthiaskrgr
rust-lang/rust@7c91f898ba Fix typo in #[coroutine] gating error
rust-lang/rust@c51bfaf07f Rollup merge of #135308 - compiler-errors:scope-visit, r=oli-obk
rust-lang/rust@6b88aa0162 Rollup merge of #135304 - steffahn:tests_from_132289, r=compiler-errors
rust-lang/rust@efc25237ac Rollup merge of #135294 - ChrisDenton:bare-fn-width, r=jieyouxu
rust-lang/rust@7739e282ec Rollup merge of #135275 - coolreader18:pin-as_deref_mut-relnotes, r=BoxyUwU
rust-lang/rust@6a40d50edc Rollup merge of #134908 - madsmtm:ptr-from_ref-docs, r=ibraheemdev
rust-lang/rust@5f6d7cf7af Rollup merge of #134855 - estebank:default-field-values-unstable-docs, r=jieyouxu
rust-lang/rust@380612737a Rollup merge of #134619 - hkBst:patch-7, r=jhpratt
rust-lang/rust@eaf420638e Rollup merge of #133088 - the8472:randomize-me-harder, r=workingjubilee
rust-lang/rust@88ab2d8acb Auto merge of #135297 - flip1995:clippy-subtree-update, r=matthiaskrgr
rust-lang/rust@d89b6d5ac6 test that coercions still work under randomization
rust-lang/rust@8b1de1682f also initialize Layout field in rust-analyzer
rust-lang/rust@56889dd826 exclude unsizable tail from randomization seed calculation
rust-lang/rust@d7fb729d39 adjust UI tests
rust-lang/rust@a75617c223 Foo != Foo under layout randomization
rust-lang/rust@62bf38fa60 Auto merge of #135303 - Kobzol:ci-fix-name, r=tgross35
rust-lang/rust@9585f36678 Rename RegionResolutionVisitor to ScopeResolutionVisitor
rust-lang/rust@9d2e1ed6bd Make sure to walk into nested const blocks in RegionResolutionVisitor
rust-lang/rust@13e8876ed4 Add default_field_values entry to unstable book
rust-lang/rust@ef69c3001b Fix proc_macro::quote! for raw ident
rust-lang/rust@2ab9db5442 Migrate check-fail tests for proc_macro::quote! from quote crate
rust-lang/rust@e9063c36a9 Migrate basic tests for proc_macro::quote! from quote crate
rust-lang/rust@d52564118b Append TokenTree with ToTokens in proc_macro::quote!
rust-lang/rust@5e505189cd Add tests cases from review of #132289
rust-lang/rust@c8b29d6f6f CI: fix name of jobs
rust-lang/rust@43c3b30d37 Update Cargo.lock
rust-lang/rust@8795750d43 Used pthread name functions returning result for FreeBSD and DragonFly
rust-lang/rust@573db1c866 Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-update
rust-lang/rust@00448ab45a Make bare-fn test less dependent on path width
rust-lang/rust@19e305bb57 Rustup (#13970)
rust-lang/rust@663892bea7 Bump Clippy version -> 0.1.86
rust-lang/rust@bb4a259908 Bump nightly version -> 2024-01-09
rust-lang/rust@b5bf09e57a Merge remote-tracking branch 'upstream/master' into rustup
rust-lang/rust@924000d70e Unify conditional and non const call error reporting
rust-lang/rust@147ac7ad5d Couple of cleanups to num.rs
rust-lang/rust@5a9f0be0bd Make the non-const part swappable in the diagnostic
rust-lang/rust@b321cd5573 Add note back to conditionally-const error message
rust-lang/rust@8fd8b2d63c Only handle BinOp::Mul in codegen_i128::maybe_codegen_mul_checked
rust-lang/rust@ec96e028a7 Slightly simplify maybe_codegen_checked
rust-lang/rust@c74c817fb7 Rustup to rustc 1.86.0-nightly (a580b5c37 2025-01-08)
rust-lang/rust@f6d58eb790 Update dependencies
rust-lang/rust@517118e160 Make it easier to use unreleased versions of Cranelift
rust-lang/rust@0e8e9b3887 Put rustc_codegen_cranelift.dll in bin rather than lib on Windows
rust-lang/rust@916a0b3225 Minor cleanup
rust-lang/rust@be92ac3567 Only treat plain literal patterns as short
rust-lang/rust@326fedf309 Add Pin::as_deref_mut to relnotes
rust-lang/rust@72945beedd Remove special-casing for argument patterns in MIR typeck
rust-lang/rust@3998964879 Only test proc-macro invalid compile flags with panic=unwind
rust-lang/rust@894e87cd51 Fix type suggestion for manual_is_ascii_check (#13916)
rust-lang/rust@8461d3febd Remove unnecessary string allocation
rust-lang/rust@11f38ade90 Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk
rust-lang/rust@0335dc131f Make TimingGuard a little safer
rust-lang/rust@a28b98650f Remove a couple of obsolete tests
rust-lang/rust@f5ca68f9db Do not remove identity mapping if mandatory mutability would be lost (#13905)
rust-lang/rust@b7b69b1354 Remove unneeded parentheses in unnecessary_map_or lint output (#13932)
rust-lang/rust@4ef917796a CI: be compatible with both Rustup pre-1.28.0 and 1.28.0 (#13944)
rust-lang/rust@d0d5b8a34a Don't emit machine applicable map_flatten lint if there are code comments (#13940)
rust-lang/rust@98b9a263bc clippy::redundant_locals is not a correctness lint (#13747)
rust-lang/rust@63487dde53 clippy::redundant_locals is not a correctness lint
rust-lang/rust@0e2505ba8f Do not trigger missing_const_for_fn for tests (#13945)
rust-lang/rust@78225ccca8 Add regression test for #8528
rust-lang/rust@891e38788a Don't emit machine applicable map_flatten lint if there are code comments
rust-lang/rust@a9c0e22dfa Changelog for Clippy 1.84 🧨 (#13937)
rust-lang/rust@ca55534c92 Do not trigger clippy::missing_const_for_fn triggering for tests
rust-lang/rust@adf0f41983 Merge branch 'sync_from_rust'
rust-lang/rust@a2d78f77f4 Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-2025-01-05
rust-lang/rust@ad69c65906 Only emit useless_vec suggestion if the macro does not contain code comments (#13911)
rust-lang/rust@12d3137560 CI: be compatible with both Rustup pre-1.28.0 and 1.28.0
rust-lang/rust@54f88c3c75 [needless_continue]: lint if the last stmt in loop is continue recurisvely (#13891)
rust-lang/rust@622382b6c6 Fix year in CHANGELOG.md
rust-lang/rust@5262111eba Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors
rust-lang/rust@f416f266b0 turn hir::ItemKind::Fn into a named-field variant
rust-lang/rust@b76e0426a1 Add regression test for useless_vec with code comments
rust-lang/rust@1b85ae3a60 Only emit useless_vec suggestion if the macro does not contain code comments
rust-lang/rust@e4193e2de8 Do not ICE when encountering predicates from other items in method error reporting
rust-lang/rust@4e4a2d022b Changelog for Clippy 1.84 🧨
rust-lang/rust@4736004c2c Update version attribute for 1.84 clippy lints
rust-lang/rust@ad36f2b053 turn rustc_box into an intrinsic
rust-lang/rust@7a01033797 Make CI a little bit safer (#13933)
rust-lang/rust@7ac151508e Make CI a little bit safer
rust-lang/rust@9c46e1173f Remove unneeded parentheses in unnecessary_map_or lint output
rust-lang/rust@631d9a2c5c Add lint for calling Iterator::last() on DoubleEndedIterator (#13922)
rust-lang/rust@f18399fb69 Emit redundant if when duplicated in needless_continue
rust-lang/rust@d67c00f723 Dogfood double_ended_iterator_last
rust-lang/rust@0d213aa09a Revert "Dogfood double_ended_iterator_last"
rust-lang/rust@7331cc0f81 Only complain about default Iterator::last()
rust-lang/rust@2a2e87b398 Rename the internal simpler quote macro to minimal_quote
rust-lang/rust@27acfd8a5b Prefer if chain to let-else
rust-lang/rust@034f3d224c Improve slow_vector_initialization suggestion (#13912)
rust-lang/rust@09c5d34f98 Dogfood double_ended_iterator_last
rust-lang/rust@458c955ae3 Fix conflicts with double_ended_iterator_last
rust-lang/rust@707653f268 Add lint for calling last() on DoubleEndedIterator
rust-lang/rust@33a6590ce1 Check if deref target implements is_empty for len_zero lint (#13871)
rust-lang/rust@4c9c2cca2b Check if deref target implements is_empty for len_zero lint
rust-lang/rust@54e5116b44 cover guard patterns in clippy lints
rust-lang/rust@3bc089e9fe refactor manual_is_ascii_check to remove unused parameter
rust-lang/rust@c52740c87b add test for ICE (#13914)
rust-lang/rust@2a4dadd985 fix type suggestion for manual_is_ascii_check (#13913)
rust-lang/rust@1e0b782a63 add test for ICE asked to assemble constituent types of unexpected type: Binder(Foo, [])
rust-lang/rust@4899333886 better suggestion for slow_vector_initialization
rust-lang/rust@7a834b5d3a Use the full lifetime name in suggestions (#13907)
rust-lang/rust@2aea7a080d Fix parentheses when replacing matches!(…, None) with .is_none() (#13906)
rust-lang/rust@be49f8613a Move more def paths into clippy_utils::paths (#13903)
rust-lang/rust@b515064fd2 Correctly handle char paths
rust-lang/rust@5966ba0424 Fix ptr::from_ref documentation example comment
rust-lang/rust@a657fcc89a Use the full lifetime name in suggestions
rust-lang/rust@e4b11a7266 Fix parentheses when replacing matches!(…, None) with .is_none()
rust-lang/rust@a9fe04335a Do not remove identity mapping if mandatory mutability would be lost
rust-lang/rust@34b1765e65 Move more def paths into clippy_utils::paths
rust-lang/rust@b57d98b00e Do not remove required parentheses in borrow_as_ptr suggestion (#13884)
rust-lang/rust@f5f1abd8fb borrow_interior_mutable_const ICE into FN (#13877)
rust-lang/rust@eef47fc0b7 Do not remove required parentheses in borrow_as_ptr suggestion
rust-lang/rust@c8ba3e1d7a use the correct ParamEnv when checking future's output type (#13863)
rust-lang/rust@aef47725a3 Examples fixes for regex (#13874)
rust-lang/rust@786f090bb9 Do not trigger trailing_empty_array in tests (#13844)
rust-lang/rust@d7cc6c45c8 borrow_interior_mutable_const ICE into FN
rust-lang/rust@e582fcd75d [needless_continue]: lint if the last stmt in for/while/loop is continue, recursively
rust-lang/rust@998c780126 fix arguments of ExprKind::MethodCall (#13890)
rust-lang/rust@09022bbd45 fix arguments of ExprKind::MethodCall
rust-lang/rust@a8968e5dd8 Make inconsistent_struct_constructor "all fields are shorthand" requirement configurable (#13737)
rust-lang/rust@363e61dcbf remove description of known problems in match_same_arms that have already been resolved (#13873)
rust-lang/rust@4be0e62b22 correct suggestion for manual_div_ceil lint (#13864)
rust-lang/rust@553a381764 Remove obsolete comment (#13850)
rust-lang/rust@8a38bcc390 Make "all fields are shorthand" requirement configurable
rust-lang/rust@1cc50519d1 Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-update
rust-lang/rust@be09596df9 Examples fixes for regex
rust-lang/rust@71f1a8702d remove known problems section from match_same_arms
rust-lang/rust@5065a91d7f Improve prose around as_slice example of IterMut
rust-lang/rust@de86302691 correct suggestion for manual_div_ceil lint
rust-lang/rust@15ab2ff55a use the correct ParamEnv when checking future's return type in missing_errors_doc
rust-lang/rust@639f40568e Remove obsolete comment
rust-lang/rust@a5d5edc581 Do not trigger trailing_empty_array in tests

@github-actions github-actions bot requested a review from a team as a code owner January 14, 2025 03:17
@qinheping qinheping closed this Jan 14, 2025
@qinheping qinheping added the Z-BenchCI Tag a PR to run benchmark CI label Jan 14, 2025
@qinheping qinheping reopened this Jan 14, 2025
@tautschnig tautschnig added this pull request to the merge queue Jan 14, 2025
Merged via the queue into main with commit 6fda222 Jan 14, 2025
38 of 39 checks passed
@tautschnig tautschnig deleted the toolchain-2025-01-11 branch January 14, 2025 12:41
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