Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-07-29 to nightly-2025-07-30 without any other source changes.

@github-actions github-actions bot requested a review from a team as a code owner July 30, 2025 03:41
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@498ae9f up to
rust-lang/rust@ba7e63b. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/ba7e63b638 Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35

rust-lang/rust@686bc1c5f9 Auto merge of #144557 - cjgillot:lower-more-span, r=compiler-errors
rust-lang/rust@ac0cb05326 Auto merge of #144637 - Zalathar:rollup-t1yo1jy, r=Zalathar
rust-lang/rust@7088bf5cc6 Rollup merge of #144634 - lucaswerkmeister:patch-1, r=lqd
rust-lang/rust@9bb4087320 Rollup merge of #144615 - cjgillot:fn-sig-rib, r=petrochenkov
rust-lang/rust@b76cb79e79 Rollup merge of #144589 - compiler-errors:postfix-yield-after-cast, r=petrochenkov
rust-lang/rust@3d5e2fad1c Rollup merge of #144587 - petrochenkov:optstdprel, r=nnethercote
rust-lang/rust@826c462c32 Rollup merge of #144566 - scottmcm:align-of-slice, r=oli-obk
rust-lang/rust@f8370285cf Rollup merge of #144560 - Zalathar:auto-derived, r=compiler-errors
rust-lang/rust@de02a32cf1 Fix typo in DropGuard doc
rust-lang/rust@7278554d82 Auto merge of #144633 - Zalathar:rollup-h984m13, r=Zalathar
rust-lang/rust@ba29c0dc32 Rollup merge of #144627 - jakubadamw:issue-129882, r=lqd
rust-lang/rust@f5c573662e Rollup merge of #144626 - RalfJung:cc-pin-comment, r=lqd
rust-lang/rust@f034a4fa14 Rollup merge of #144623 - RalfJung:miri, r=RalfJung
rust-lang/rust@15ddf9c7b3 Rollup merge of #144609 - Muscraft:right-align, r=compiler-errors
rust-lang/rust@03bb80c254 Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomez
rust-lang/rust@0abc0c4201 Rollup merge of #144599 - lolbinarycat:bootstrap-build.tidy-extra-checks-enable-for-tools, r=Kobzol
rust-lang/rust@df7da14690 Rollup merge of #144511 - lolbinarycat:tidy-extra-checks-opt, r=Kobzol
rust-lang/rust@4bfbd80bab Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDenton
rust-lang/rust@047304b155 Rollup merge of #144482 - Shourya742:2025-07-24-have-explicit-download-methods, r=Kobzol
rust-lang/rust@dbcf168568 Rollup merge of #144451 - ShoyuVanilla:loop-match-upvar, r=oli-obk
rust-lang/rust@b3962e8811 Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesleywiser
rust-lang/rust@9cba49896c Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35
rust-lang/rust@4bc1b98e15 Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35
rust-lang/rust@682f744f89 coverage: Treat #[automatically_derived] as #[coverage(off)]
rust-lang/rust@b4d0c91635 coverage: Rename CoverageStatus to CoverageAttrKind
rust-lang/rust@2761034176 coverage: Test how #[automatically_derived] affects instrumentation
rust-lang/rust@d073d297b6 add extra drop, panic, and unwind tests
rust-lang/rust@3eb722e655 add nonpoison and poison mutex tests
rust-lang/rust@f34fb05923 reorder mutex tests
rust-lang/rust@3bdc228c10 add nonpoison::mutex implementation
rust-lang/rust@ec4dc1c5f8 clean up existing poison files
rust-lang/rust@b8302ce605 Add a regression test for an ICE with the generic_const_exprs feature attribute.
rust-lang/rust@e532080507 cc dependencies: clarify comment
rust-lang/rust@552904134b Auto merge of #144624 - Zalathar:rollup-w803jmq, r=Zalathar
rust-lang/rust@8ef9233339 Simplify align_of_val::<[T]>(…)align_of::<T>()
rust-lang/rust@cac55bdd68 Rollup merge of #144616 - Zalathar:try-in-macro, r=jieyouxu
rust-lang/rust@95781464e0 Rollup merge of #144582 - usamoi:docs, r=RalfJung
rust-lang/rust@e08a308561 Rollup merge of #144578 - FractalFir:m68k_fix, r=compiler-errors
rust-lang/rust@f9c114ef90 Rollup merge of #144575 - xonx4l:patch-6, r=scottmcm
rust-lang/rust@fce74bacf3 Rollup merge of #144573 - BoxyUwU:patkind_constant_ptr_docs, r=lcnr
rust-lang/rust@0901e356c2 Rollup merge of #144569 - tshepang:rdg-sync, r=Kobzol
rust-lang/rust@e146ab281a Rollup merge of #144539 - RalfJung:const_with_exposed_provenance, r=oli-obk
rust-lang/rust@3a3db990f6 Rollup merge of #144367 - shepmaster:reduce-x86-macos-runner-usage, r=Mark-Simulacrum
rust-lang/rust@ed7d6a941d Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-Simulacrum
rust-lang/rust@95ce5af4fe Rollup merge of #143883 - pietroalbini:pa-linkchecker-extra-target, r=ehuss
rust-lang/rust@185b074518 Add a MIR test for align_of_val on a slice
rust-lang/rust@950a3b34ea Add a mir-opt pre-codegen test for dropping a Box<[impl Copy]>
rust-lang/rust@cb6785f73d Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhpratt
rust-lang/rust@7ca4d1f6a1 coverage: Regression test for "function name is empty" bug
rust-lang/rust@be9d3bcfed Make resolve_fn_signature responsible for its own rib.
rust-lang/rust@cdccba87bf Auto merge of #144524 - rust-lang:cargo_update, r=clubby789

@tautschnig tautschnig closed this Jul 30, 2025
@tautschnig tautschnig reopened this Jul 30, 2025
@github-actions github-actions bot added Z-EndToEndBenchCI Tag a PR to run benchmark CI Z-CompilerBenchCI Tag a PR to run benchmark CI labels Jul 30, 2025
@zhassan-aws zhassan-aws added this pull request to the merge queue Jul 30, 2025
Merged via the queue into main with commit 1954c10 Jul 30, 2025
17 of 18 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2025-07-30 branch July 30, 2025 07:00
github-merge-queue bot pushed a commit that referenced this pull request Aug 7, 2025
from the autogenerated : 

## What's Changed
* Ensure that contract closures are FnOnce by @vonaka in
#4151
* Adjust sized hierarchy for Kani's memory predicates by @tautschnig in
#4193
* Update to Rust edition 2024 by @tautschnig in
#4197
* `ptr_offset_from`: Replace arithmetic over pointers by offset
arithmetic by @tautschnig in
#4180
* Automatic cargo update to 2025-07-07 by @github-actions[bot] in
#4208
* Bump tests/perf/s2n-quic from `b8f8cca` to `8715fdf` by
@dependabot[bot] in #4209
* Upgrade Rust toolchain to 2025-07-04 by @tautschnig in
#4199
* Upgrade Rust toolchain to 2025-07-10 by @thanhnguyen-aws in
#4215
* Update CBMC dependency to 6.7.1 by @tautschnig in
#4178
* Split compiler flags to avoid dependency recompilation by
@AlexanderPortland in #4211
* Fix the bug that assign clause cannot be inferred for the inner loop
of nested loops by @thanhnguyen-aws in
#4179
* Upgrade Rust toolchain to 2025-07-11 by @thanhnguyen-aws in
#4219
* Automatic toolchain upgrade to nightly-2025-07-12 by
@github-actions[bot] in #4222
* Fix bug: `goto-cc` crash when there are two quantifers in one proof by
@thanhnguyen-aws in #4221
* Automatic toolchain upgrade to nightly-2025-07-13 by
@github-actions[bot] in #4223
* Automatic cargo update to 2025-07-14 by @github-actions[bot] in
#4224
* Cleanup links to issues that have been addressed by @tautschnig in
#4200
* Selectively enable and fix (slow) Tokio tests by @tautschnig in
#4203
* Bump tests/perf/s2n-quic from `32ba87d` to `1cbd879` by
@dependabot[bot] in #4227
* Implement support for Cargo.toml's default-members by @tautschnig in
#4201
* Do not invoke memset with count of zero by @tautschnig in
#4205
* Support bitwuzla, cvc5, z3 as solver attribute values by @tautschnig
in #4218
* Use CBMC's shuffle_vector expression by @tautschnig in
#4204
* Move tests from slow/kani back to regular suite by @tautschnig in
#4202
* Automatic toolchain upgrade to nightly-2025-07-14 by
@github-actions[bot] in #4225
* Enable GitHub Linux/Arm runners in CI by @tautschnig in
#3841
* Automatic cargo update to 2025-07-21 by @github-actions[bot] in
#4231
* Skip codegen for unneeded harnesses by @AlexanderPortland in
#4213
* Strongly type differing compiler args for clarity by
@AlexanderPortland in #4220
* Remove StableMIR ICE workaround by @carolynzech in
#4235
* Fix bug: Kani unwinds loops with contract in generic function (with -Z
loop-contracts) by @thanhnguyen-aws in
#4232
* Automatic cargo update to 2025-07-28 by @github-actions[bot] in
#4238
* Bump tests/perf/s2n-quic from `1cbd879` to `4938450` by
@dependabot[bot] in #4242
* Upgrade Rust toolchain to 2025-07-21 by @tautschnig in
#4241
* Remove `pretty_ty` and use rustc_public's formatter instead by
@tautschnig in #4243
* Upgrade Rust toolchain to 2025-07-24 by @tautschnig in
#4244
* Documentation cleanup of UB detected by Kani by @tautschnig in
#4245
* Upgrade Rust toolchain to 2025-07-29 by @tautschnig in
#4247
* Automatic toolchain upgrade to nightly-2025-07-30 by
@github-actions[bot] in #4253
* Add unstable option prove-safety-only by @tautschnig in
#4239
* Set bits_per_byte in byte_extract expressions by @tautschnig in
#4255
* `KaniAttributes` Path Resolution Refactor by @carolynzech in
#4249
* Automatic toolchain upgrade to nightly-2025-07-31 by
@github-actions[bot] in #4256
* Support contracts & stubs in trait implementations (partial fix) by
@carolynzech in #4250
* [Breaking Changes] Remove unstable list feature and default memory
checks by @carolynzech in
#4258
* Upgrade Rust toolchain to 2025-08-01 by @tautschnig in
#4261
* Autoharness: add support for references by @tautschnig in
#4234
* Turn off debug assertions under `--prove-safety-only` by @tautschnig
in #4262
* Automatic toolchain upgrade to nightly-2025-08-02 by
@github-actions[bot] in #4264
* Automatic toolchain upgrade to nightly-2025-08-03 by
@github-actions[bot] in #4265
* Automatic cargo update to 2025-08-04 by @github-actions[bot] in
#4267
* Automatic toolchain upgrade to nightly-2025-08-04 by
@github-actions[bot] in #4266
* Introduce thread pool for writing goto binaries in parallel by
@AlexanderPortland in #4236
* Major-version update cargo dependencies by @tautschnig in
#4240
* Bump tests/perf/s2n-quic from `4938450` to `8f510f0` by
@dependabot[bot] in #4270
* Automatic toolchain upgrade to nightly-2025-08-05 by
@github-actions[bot] in #4271
* Automatic toolchain upgrade to nightly-2025-08-06 by
@github-actions[bot] in #4272
* Avoid updating irrelevant symbols when handling quantifiers by
@AlexanderPortland in #4268
* Lazily evaluate debug info by @AlexanderPortland in
#4269
* Clone a template `BodyTransformer` to avoid re-initialization by
@AlexanderPortland in #4259
* Ensuring that MIR constants are marked as static consts by @vonaka in
#4233
* Fix release job dependencies by @tautschnig in
#4273

## New Contributors
* @vonaka made their first contribution in
#4151

**Full Changelog**:
kani-0.64.0...kani-0.65.0

---------

Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-CompilerBenchCI Tag a PR to run benchmark CI Z-EndToEndBenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants