Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-07-13 to nightly-2025-07-14 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@bfc046a up to
rust-lang/rust@e9182f1. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/e9182f195b Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov

rust-lang/rust@56835d7ac1 Auto merge of #143888 - matthiaskrgr:rollup-fv9x7kf, r=matthiaskrgr
rust-lang/rust@3ff549f6d3 Rollup merge of #143826 - Shourya742:2025-07-12-fix-command-trace, r=Kobzol
rust-lang/rust@5284c84725 Rollup merge of #143825 - RalfJung:clippy-test-filter, r=llogiq
rust-lang/rust@ee1595cc68 Rollup merge of #143786 - nikic:ci-job-name-fallback, r=marcoieni
rust-lang/rust@b4b00c7d10 Rollup merge of #143785 - bjorn3:faster_ra_build_script_build, r=Kobzol
rust-lang/rust@ccd6d6c04f Rollup merge of #143774 - oli-obk:const_from, r=fee1-dead
rust-lang/rust@dcdb35a730 Rollup merge of #143734 - LorrensP-2158466:refactor-resolve-resolution-bindings, r=petrochenkov
rust-lang/rust@acbf5e4f50 Rollup merge of #143685 - LorrensP-2158466:merge-import-bindings, r=petrochenkov
rust-lang/rust@762b3143fc Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJung
rust-lang/rust@061bd28cee Rollup merge of #143554 - okaneco:const_slice_rotate, r=Amanieu,tgross35
rust-lang/rust@7e0721b798 Rollup merge of #143519 - mu001999-contrib:dead-code/impl-items, r=petrochenkov
rust-lang/rust@b56880ce62 Rollup merge of #143301 - Kivooeo:tf26, r=tgross35
rust-lang/rust@7e310f4b9a Auto merge of #143617 - aDotInTheVoid:devdesktoptestattr, r=Mark-Simulacrum
rust-lang/rust@0fb279be1d Auto merge of #143867 - fmease:rollup-5tll6m9, r=fmease
rust-lang/rust@155eadf990 Rollup merge of #143841 - jieyouxu:clippy-autolabel, r=fmease
rust-lang/rust@bb330bbc50 Rollup merge of #143823 - jieyouxu:compiletest-maintenance-5, r=Kobzol
rust-lang/rust@2cbd0bc27c Rollup merge of #143822 - RalfJung:miri-ui-clean, r=jieyouxu
rust-lang/rust@886ad3a947 Rollup merge of #143817 - Kobzol:wasi-sdk-path, r=jieyouxu
rust-lang/rust@f8bbc91f76 Rollup merge of #143814 - lolbinarycat:htmldocck-negative-err, r=fmease
rust-lang/rust@95b5a082cc Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errors
rust-lang/rust@d607b944e4 Rollup merge of #143798 - Shourya742:2025-07-11-remove-format-short-command-trait, r=Kobzol
rust-lang/rust@b0e559a976 Rollup merge of #143796 - JonathanBrouwer:fix-builtin-attribute-prefix, r=jdonszelmann
rust-lang/rust@8719acd4d1 Rollup merge of #143791 - GuillaumeGomez:update-sysinfo, r=jieyouxu
rust-lang/rust@3cd37dfcbe Rollup merge of #143782 - jieyouxu:debug-assertions, r=ChrisDenton
rust-lang/rust@59859b8a37 Rollup merge of #143778 - oli-obk:const-cleanup, r=fee1-dead
rust-lang/rust@5d5645972f Rollup merge of #143776 - no1wudi:fix, r=tgross35
rust-lang/rust@d2baa49a10 Auto merge of #143213 - dianne:lower-cond-tweaks, r=cjgillot
rust-lang/rust@b1d2f2c64c Auto merge of #140717 - mejrs:diagnostic_lints, r=oli-obk
rust-lang/rust@288e94c4ba Auto merge of #143783 - bvanjoi:issue-143697-2, r=compiler-errors
rust-lang/rust@736bfa12de Clean up implementation of RPITIT assoc item lowering
rust-lang/rust@98934707eb cleaned up some tests
rust-lang/rust@47b8a32ca3 moved tests
rust-lang/rust@47e15d90e1 query RPITIT in a trait or impl
rust-lang/rust@dc6c3300fc compute all rpitit of a trait

@github-actions github-actions bot requested a review from a team as a code owner July 14, 2025 12:02
@carolynzech carolynzech reopened this Jul 14, 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 14, 2025
@carolynzech carolynzech reopened this Jul 14, 2025
@carolynzech
Copy link
Contributor

Looks like we need to bump the Charon submodule; they've already done the 2024 edition migration in AeneasVerif/charon#765. cc @rajath-mk for on-call and @thanhnguyen-aws for charon knowledge.

@tautschnig
Copy link
Member

Looks like we need to bump the Charon submodule; they've already done the 2024 edition migration in AeneasVerif/charon#765. cc @rajath-mk for on-call and @thanhnguyen-aws for charon knowledge.

Perhaps we should track this as a separate issue? We've had this problem for a couple of days now and so far kept ignoring it. I'd suggest to not entangle this toolchain update with the charon update.

@carolynzech carolynzech added this pull request to the merge queue Jul 15, 2025
Merged via the queue into main with commit f080721 Jul 15, 2025
58 of 72 checks passed
@carolynzech carolynzech deleted the toolchain-2025-07-14 branch July 15, 2025 21:52
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.

4 participants