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-01-25 #3011

Merged
merged 2 commits into from
Feb 9, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 8, 2024

Update Rust toolchain from nightly-2024-01-24 to nightly-2024-01-25 without any other source changes.
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@5d3d347 up to rust-lang/rust@7ffc697. The log for this commit range is:
rust-lang/rust@7ffc697ce1 Auto merge of #120309 - fmease:rollup-kr7wqy6, r=fmease
rust-lang/rust@8325f3dd63 Rollup merge of #120299 - michaelwoerister:review-rotation-update, r=davidtwco
rust-lang/rust@7403d5821a Rollup merge of #120285 - est31:remove_extra_pound, r=fmease
rust-lang/rust@fee8f00024 Rollup merge of #120284 - petrochenkov:typrivisit2, r=oli-obk
rust-lang/rust@8290589f24 Rollup merge of #120265 - nikic:no-no-system-llvm, r=nagisa
rust-lang/rust@8bd126cb18 Rollup merge of #120185 - Zalathar:auto-derived, r=wesleywiser
rust-lang/rust@e0a4f43903 Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se
rust-lang/rust@5a38754d23 Rollup merge of #119460 - Zalathar:improper-region, r=wesleywiser
rust-lang/rust@3529d45b74 Rollup merge of #118326 - WaffleLapkin:nz_count_ones, r=scottmcm
rust-lang/rust@61e2b410ff Rollup merge of #114764 - pitaj:style-delimited-expressions, r=joshtriplett
rust-lang/rust@cd6d8f2a04 Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJung
rust-lang/rust@db4cf5d88b Add @davidtwco to debuginfo group in triage.toml
rust-lang/rust@eabfe455ec Add mw to review rotation and add some owner assignments
rust-lang/rust@f6ee4bf384 Auto merge of #120276 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@0b1d7ffbd4 Add NonZero*::count_ones
rust-lang/rust@9676e18868 Remove extra # from url
rust-lang/rust@0b7730105f Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmease
rust-lang/rust@ba75970473 privacy: Refactor top-level visiting in TypePrivacyVisitor
rust-lang/rust@3f2f8eee02 Rollup merge of #120261 - estebank:issue-102629, r=wesleywiser
rust-lang/rust@4d9b983368 Rollup merge of #120259 - HTGAzureX1212:HTGAzureX1212/split-diagnostics-uncommon-codepoints, r=Manishearth
rust-lang/rust@7ee8142420 Rollup merge of #120195 - bvanjoi:add-some-resolution-test-case, r=petrochenkov
rust-lang/rust@ecb8702308 Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errors
rust-lang/rust@6cca9b33ec Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiasko
rust-lang/rust@19a840d676 Rollup merge of #120160 - reitermarkus:nonzero-traits, r=dtolnay
rust-lang/rust@6131ba62ad Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU
rust-lang/rust@5da220a095 Rollup merge of #119766 - oli-obk:split_tait_and_atpit, r=compiler-errors
rust-lang/rust@023c3eb44b Rollup merge of #112806 - kadiwa4:collect_intra_doc_links, r=notriddle
rust-lang/rust@d616bb1426 Update cargo
rust-lang/rust@851d4c4e24 add several resolution test cases
rust-lang/rust@c8a675d752 Add a doc comment for eval_mir_constant
rust-lang/rust@da1d0c4a69 tidy
rust-lang/rust@3a07333a8a address requested changes
rust-lang/rust@31ecf34125 Add the wasm32-wasi-preview2 target
rust-lang/rust@f4f589a028 Remove support for no-system-llvm
rust-lang/rust@31f5f033e9 Remove uses of no-system-llvm
rust-lang/rust@823e8b041a Allow disjoint flag in codegen test
rust-lang/rust@34f4f3da4f Suggest boxing both arms of if expr if that solves divergent arms involving impl Trait
rust-lang/rust@f3682a1304 add list of characters to uncommon codepoints lint
rust-lang/rust@afaac75ac7 Do not thread through Assert terminator.
rust-lang/rust@d7a7be4049 Add test for jump-threading assume.
rust-lang/rust@161c674ef0 Add Assume custom MIR.
rust-lang/rust@ac56a2b564 Suggest boxing if then expr if that solves divergent arms
rust-lang/rust@390ef9ba02 Fix incorrect suggestion for boxing tail expression in blocks
rust-lang/rust@f700ee4e70 Do not normalize closure signature when building FnOnce shim
rust-lang/rust@21e5beae3c Use debug_assert instead of expanded equivalent
rust-lang/rust@5e5d1350b6 Check that we forbid nested items, but not nested closures
rust-lang/rust@1829aa631f Use an enum instead of a bool
rust-lang/rust@4e0769956b Add some tests
rust-lang/rust@f75361fec7 Limit impl trait in assoc type defining scope
rust-lang/rust@ac332bd916 Pull opaque type check into a separate method
rust-lang/rust@f58af9ba28 Add a simpler and more targetted code path for impl trait in assoc items
rust-lang/rust@41dcba805d coverage: Don't instrument #[automatically_derived] functions
rust-lang/rust@0e3035b512 Manually implement derived NonZero traits.
rust-lang/rust@6d7e80c5bc Add #[coverage(off)] to closures introduced by #[test]/#[bench]
rust-lang/rust@bdfc64ac98 coverage: Add a test that uses #[bench]
rust-lang/rust@b152de29c5 coverage: Discard code regions that might cause fatal errors in llvm-cov
rust-lang/rust@245afd7896 Sometimes return the same AllocId for a ConstAllocation
rust-lang/rust@bed0c9d97f [style 2024] Combine all last arg delimited exprs
rust-lang/rust@d2af7da065 small code improvements in collect_intra_doc_links

@github-actions github-actions bot requested a review from a team as a code owner February 8, 2024 20:51
@tautschnig tautschnig closed this Feb 8, 2024
@tautschnig tautschnig reopened this Feb 8, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Feb 8, 2024
@tautschnig tautschnig added Z-BenchCI Tag a PR to run benchmark CI and removed Z-BenchCI Tag a PR to run benchmark CI labels Feb 8, 2024
@tautschnig tautschnig merged commit 889d09e into main Feb 9, 2024
29 of 30 checks passed
@tautschnig tautschnig deleted the toolchain-2024-01-25 branch February 9, 2024 09:02
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.

1 participant