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-07-31 #3397

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-07-30 to nightly-2024-07-31 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@612a33f up to rust-lang/rust@f8060d2. The log for this commit range is:
rust-lang/rust@f8060d282d Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
rust-lang/rust@006c8df322 Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiser
rust-lang/rust@abb1ebaae1 Revert "opt-dist: dont overrwite config.toml when verifying"
rust-lang/rust@92f263b792 Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, too
rust-lang/rust@cbab16feaf Test RUSTC_OVERRIDE_VERSION_STRING
rust-lang/rust@595316b400 Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-12786, r=nnethercote
rust-lang/rust@1ddedbaa59 Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkov
rust-lang/rust@e69c19ea0b Auto merge of #128336 - Bryanskiy:inst-binder-with-fresh, r=lcnr
rust-lang/rust@7e3a971870 Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgr
rust-lang/rust@710ce90fbe Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic
rust-lang/rust@c2b085b4d4 Rollup merge of #128339 - GuillaumeGomez:click-code-example, r=notriddle
rust-lang/rust@f396a42ed6 Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee
rust-lang/rust@6b23cb5cdf Rollup merge of #128141 - nikic:aarch64-bti, r=DianQK,cuviper
rust-lang/rust@ae92125a75 Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errors
rust-lang/rust@dba8e2d2c2 Auto merge of #128234 - jcsp:retain-empty-case, r=tgross35
rust-lang/rust@368e2fd458 Auto merge of #128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgr
rust-lang/rust@c2616203bc Rollup merge of #128355 - jieyouxu:rename-nora, r=aDotInTheVoid
rust-lang/rust@4d78d11bf9 Rollup merge of #128342 - onur-ozkan:ci-env-usage, r=Kobzol
rust-lang/rust@a73a025190 Rollup merge of #128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxu
rust-lang/rust@b02cf4c274 Rollup merge of #128153 - compiler-errors:mdpe, r=cjgillot
rust-lang/rust@91b18a058c Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov
rust-lang/rust@9aedec9313 Rollup merge of #126247 - notriddle:notriddle/word-wrap-item-table, r=GuillaumeGomez
rust-lang/rust@99906dc89c Add rustdoc GUI test to check click on code examples
rust-lang/rust@a7cb1a5352 Make the buttons remain when code example is clicked
rust-lang/rust@ac303df4e2 rustdoc: move the wbr after the underscore, instead of before
rust-lang/rust@3bf8bcfbe0 rustdoc: properly handle path wrapping
rust-lang/rust@1d339b07ca rustdoc: use <wbr> in sidebar headers
rust-lang/rust@f2f9aab380 Delegation: support generics for delegation from free functions
rust-lang/rust@f4fa80ff5a triagebot: make sure Nora is called Nora
rust-lang/rust@23f46e5b99 Stabilize offset_of_nested
rust-lang/rust@f990239b34 Stop using MoveDataParamEnv for places that don't need a param-env
rust-lang/rust@9186001f34 rustdoc: avoid redundant HTML when there's already line breaks
rust-lang/rust@0d0e18e7f6 rustdoc: use <wbr>-tolerant function to check text contents
rust-lang/rust@583bf1e5bf Fix tidy call in runtest with custom HTML element
rust-lang/rust@f3661dce09 rustdoc: word wrap CamelCase in the item list table
rust-lang/rust@06d64ea4c4 simplify the use of CiEnv
rust-lang/rust@8a5efd1456 Use Vec in instantiate_binder_with_fresh_vars
rust-lang/rust@6a6824a0ab Optimize empty case in Vec::retain
rust-lang/rust@649d99b973 Bless a bootstrap-dependent UI test
rust-lang/rust@5eca36d27a step cfg(bootstrap)
rust-lang/rust@fceb0863d8 Bump stage0 to 1.81 beta
rust-lang/rust@e8644f85b8 Update CURRENT_RUSTC_VERSION
rust-lang/rust@0a5a84ee34 Add forbid(unsafe_op_in_unsafe_fn)
rust-lang/rust@352707da76 fix: psvita's std code
rust-lang/rust@4f78f9fbb0 Force LLVM to use CMOV for binary search
rust-lang/rust@adf0dff10c Not lint pub structs without pub constructors if containing fields of unit, never type, PhantomData and positional ZST
rust-lang/rust@94a3fd7678 add limit for unclosed delimiters in lexer diagnostic
rust-lang/rust@9a5e41c56f add testcase for 127868
rust-lang/rust@ea7625f426 Set branch protection function attributes
rust-lang/rust@fe0bd76a8b elaborate unknowable goals

@github-actions github-actions bot requested a review from a team as a code owner July 31, 2024 02:56
@zhassan-aws zhassan-aws reopened this Jul 31, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Jul 31, 2024
@zhassan-aws zhassan-aws merged commit 39c6bc1 into main Jul 31, 2024
26 of 27 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-07-31 branch July 31, 2024 05:26
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