Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 9, 2025

Update Rust toolchain from nightly-2025-05-05 to nightly-2025-05-06 without any other source changes.

@github-actions github-actions bot requested a review from a team as a code owner May 9, 2025 10:33
Copy link
Contributor Author

github-actions bot commented May 9, 2025

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@13e8790 up to
rust-lang/rust@2e6882a. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/2e6882ac5b Auto merge of #140664 - RalfJung:miri-sync, r=RalfJung

rust-lang/rust@0f73f0f394 Auto merge of #140651 - lnicola:sync-from-ra, r=lnicola
rust-lang/rust@4b8f88b251 Merge pull request #4310 from RalfJung/addr-space-conservation
rust-lang/rust@84b3142e27 Merge pull request #4309 from RalfJung/both-borrows-tests
rust-lang/rust@5c7f1d76cb alloc_addresses: when we are running out of addresses, start reusing more aggressively
rust-lang/rust@aec861b5ae consistent folder naming: stacked-borrows -> stacked_borrows
rust-lang/rust@70ef2504b9 Merge pull request #4306 from yoctocell/fix-unsafecell-inside-box
rust-lang/rust@243c5a35e1 Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk
rust-lang/rust@3f0d24ad4c move tests that are identical between SB and TB to shared files
rust-lang/rust@0eb0b8cb67 Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkov
rust-lang/rust@f8a8bbd4c0 Merge pull request #4307 from JoJoDeveloping/remove-unique-is-unique
rust-lang/rust@54d024e4bf Auto merge of #140650 - tgross35:rollup-0mp4h1s, r=tgross35
rust-lang/rust@512dab0bee Rollup merge of #140648 - tgross35:update-builtins, r=tgross35
rust-lang/rust@cac28ed674 Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-Simulacrum
rust-lang/rust@e9a50b8a0a Rollup merge of #140307 - mejrs:condition_parser, r=nnethercote
rust-lang/rust@c44e1d65f3 Rollup merge of #135734 - nk9:extract_if-doc-equivalent, r=tgross35
rust-lang/rust@cd55868a8d Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrum
rust-lang/rust@07d38eec30 Temporarily downgrade backtrace to 0.3.71
rust-lang/rust@2958d8969c Auto merge of #140646 - tgross35:rollup-z3hjbm6, r=tgross35
rust-lang/rust@435fc7d685 Update compiler-builtins to 0.1.157
rust-lang/rust@52d806a7c0 extract_if's sample equivalent now really equivalent. Simpler predicate. Compare sample code output to that of the library function.
rust-lang/rust@0b8789c201 Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r=oli-obk
rust-lang/rust@5b3de49822 Rollup merge of #140627 - dtolnay:rustdoctracing, r=GuillaumeGomez
rust-lang/rust@760d8daaea Rollup merge of #140625 - paolobarbolini:vec-extract-if-alt-is-retain_mut, r=Mark-Simulacrum
rust-lang/rust@df9f9ca99a Rollup merge of #140619 - jieyouxu:validate_attr_cleanups, r=Urgau
rust-lang/rust@82b792358c Rollup merge of #140457 - fneddy:fix_s390x_codegen_const_vector, r=Mark-Simulacrum
rust-lang/rust@fcb9da597a Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr
rust-lang/rust@e6030468dd Revert "Avoid unused clones in Cloned and Copied"
rust-lang/rust@14535312b5 Initial support for dynamically linked crates
rust-lang/rust@acb50d5136 Add comment on creation of lifetime inside opaque types
rust-lang/rust@9f8c6d57bf Add comment on creation of SyntheticCoroutineBody
rust-lang/rust@c9f690a1e3 Fix tidy dep list
rust-lang/rust@30ecac8f74 Remove -Zunique-is-unique
rust-lang/rust@eb3a8e5b81 Make attribute safety validation logic more obvious
rust-lang/rust@8f3bb8b922 Merge pull request #19739 from Veykril/push-kpozprqnsmkk
rust-lang/rust@d6183aa9d7 Disable fixpoint for variance computation temporarily
rust-lang/rust@58ef378c21 Merge pull request #19735 from A4-Tacks/improve-let-snippet
rust-lang/rust@78823fea21 cargo update
rust-lang/rust@a82b7a63b7 Async drop source info fix for proxy-drop-coroutine - fixes crash at debug info generation
rust-lang/rust@00d3fdce7c Allow linking rustc and rustdoc against the same single tracing crate
rust-lang/rust@5cbb27ff90 Suggest retain_mut over retain as Vec::extract_if alternative
rust-lang/rust@7768602f97 Improve let snippet
rust-lang/rust@d313405db4 Merge pull request #4308 from rust-lang/rustup-2025-05-03
rust-lang/rust@1327f70349 Improve the let code snippet
rust-lang/rust@4d873493ad Merge from rustc
rust-lang/rust@8a166dc194 Preparing for merge from rustc
rust-lang/rust@429027a40f Merge pull request #19733 from ShoyuVanilla/issue-19724
rust-lang/rust@4e3bdb96d9 Merge pull request #19732 from ShoyuVanilla/issue-19730
rust-lang/rust@4671081bdb Refactor rustc_on_unimplemented's filter parser
rust-lang/rust@d8a52dbbf8 fix: Implement mut to const ptr cast for method resolution
rust-lang/rust@45d4bb2541 Construct test so that it would fail for old code
rust-lang/rust@8b3637635b Correctly handle interior mutable data in Box
rust-lang/rust@372f3f3038 Merge pull request #19731 from Veykril/push-mmvowomkpwxy
rust-lang/rust@9eb1e83a12 fix: Correct assoc ty bound var starting index
rust-lang/rust@a8fb9d0979 refactor: Simplify macro call id construction
rust-lang/rust@6a48217efc Move DisambiguatorState into intern_const_alloc_recursive
rust-lang/rust@023854875c Merge pull request #4291 from Patrick-6/miri-genmc-prep
rust-lang/rust@d940d0b758 Implement skeleton code for adding GenMC support to Miri (not yet functional). - Add a cargo feature to enable GenMC support (off by default) - Add support for GenMC datastructures to MiriMachine - Adjust several functions where GenMC needs to be informed about relevant events (e.g., atomic accesses) - Add skeleton code for parsing GenMC command line arguments - Some cleanup - Finish sentences with a . - Fix some spelling errors/typos
rust-lang/rust@3686ed9f7c Merge pull request #19581 from Veykril/push-uvyutolsqnun
rust-lang/rust@f20e853e65 Render more lifetimes
rust-lang/rust@4869e20e26 Split get_opt_name hashing use into hashed_symbol
rust-lang/rust@d16daf5cba Add comment about the symbol on AnonAssocTy
rust-lang/rust@efc51ce993 Add DefPathData::NestedStatic instead of reusing DefPathData::AnonConst
rust-lang/rust@ddff38703a Rename parameter to override_def_path_data
rust-lang/rust@a8da0fd22d Merge pull request #4305 from RalfJung/squash
rust-lang/rust@e2d2c56b2e add ./miri squash
rust-lang/rust@8bbea47fdb Merge pull request #4273 from yoctocell/new-cell-state
rust-lang/rust@c45126e2ba Merge pull request #19727 from matthiaskrgr/enolc
rust-lang/rust@3e196c00c2 remove a couple of clones
rust-lang/rust@8cc866d25e Add Cell state to Tree Borrows
rust-lang/rust@00d2f60efd Merge pull request #19726 from lnicola/sync-from-rust
rust-lang/rust@1c5de64814 Merge from rust-lang/rust
rust-lang/rust@b01b98f9f0 Preparing for merge from rust-lang/rust
rust-lang/rust@408232fb51 Update lockfile
rust-lang/rust@e7502210ce Merge pull request #19725 from Veykril/push-xwqzzsklslrq
rust-lang/rust@a6b8abf341 Bump salsa
rust-lang/rust@06e0293495 Merge pull request #4304 from rust-lang/rustup-2025-05-01
rust-lang/rust@7adaa50448 fmt
rust-lang/rust@326d77516d Merge from rustc
rust-lang/rust@589200ea5e Preparing for merge from rustc
rust-lang/rust@97bdf14802 Merge pull request #19723 from Veykril/push-skswknpxtzlz
rust-lang/rust@09188e63f2 fix: Improve parser recovery a bit
rust-lang/rust@1306a5aae7 Merge pull request #19247 from alibektas/19172_very_new
rust-lang/rust@624572e5e1 Merge pull request #19719 from Veykril/push-nuwnnztxrzyv
rust-lang/rust@2260f77e50 Merge pull request #4303 from RalfJung/determinism
rust-lang/rust@1b677ce14f chore: Adjust panic context printing
rust-lang/rust@bbcc6a24cd add -Zmiri-deterministic-concurrency flag and use it for concurrency tests
rust-lang/rust@fedec9b79d Merge pull request #19716 from Veykril/push-wmmvswskoktw
rust-lang/rust@3f92794939 Split out salsa_macros
rust-lang/rust@0e139b8995 Update salsa
rust-lang/rust@f521fa0c54 Merge pull request #4272 from geetanshjuneja/scheduling
rust-lang/rust@63edce000c Merge pull request #4302 from RalfJung/env-cleanup
rust-lang/rust@76992ce41e fix comment typos
rust-lang/rust@47e111a03c move EnvVars::cleanup into the main-thread-exit handler
rust-lang/rust@ef5834968e Added random scheduling
rust-lang/rust@df1f8d140e Update stable-mir test
rust-lang/rust@85ab1d2596 Merge pull request #19714 from Veykril/push-owpqqzqmrpvv
rust-lang/rust@21e7003a02 refactor: Remove unnecessary extension trait
rust-lang/rust@e561ec0e03 Remove global next_disambiguator state and handle it with a DisambiguatorState type
rust-lang/rust@df4b8f3be8 Merge pull request #19713 from Veykril/push-xkppskpmuzpo
rust-lang/rust@bae7322f45 Merge pull request #19685 from fbernier/pgo-install
rust-lang/rust@97f0f68769 Cleanup cfg check handling in expression store lowering
rust-lang/rust@8183c65207 Merge pull request #19712 from Veykril/push-yzsxpmkytkzt
rust-lang/rust@9f4abd313d stabilize ptr::swap_nonoverlapping in const
rust-lang/rust@d93d553a0c refactor: Clean up cache priming cancellation handling
rust-lang/rust@0b02aed854 Merge pull request #19699 from ChayimFriedman2/escape-label
rust-lang/rust@b602274c3f Merge pull request #19710 from rust-lang/davidbarsky/add-additional-details-to-panic
rust-lang/rust@833f526196 base-db: add more details to panic
rust-lang/rust@f831670519 Use target-cpu=z13 on s390x codegen const vector test
rust-lang/rust@2ac60bc089 We always use the current item as parent, so no need to pass it
rust-lang/rust@746c6899e9 Merge pull request #19708 from Veykril/push-wrmyowrzkxzz
rust-lang/rust@a839a6655a Merge pull request #19542 from snprajwal/let-else-to-match
rust-lang/rust@d2ec47ed09 Merge pull request #19469 from snprajwal/merge-imports
rust-lang/rust@f479012d0e refactor: De-arc lang item queries
rust-lang/rust@32bf2ac529 refactor: migrate merge_imports to syntax editor
rust-lang/rust@30eeab0381 chore: rename unmerge_use to unmerge_imports
rust-lang/rust@1b3374fb82 fix: migrate unmerge_use to syntax editor
rust-lang/rust@2231efa27d refactor: migrate let_else_to_match to editor
rust-lang/rust@62a48c5fed Merge pull request #19706 from Veykril/push-nkpmknlvzyom
rust-lang/rust@99f00927cc fix: Address minor FIXME
rust-lang/rust@bb906cc06f Merge pull request #19704 from Veykril/push-wrvznvvpvtvp
rust-lang/rust@7e064c3072 Add expression fill mode variant for filling with underscore expressions
rust-lang/rust@8118676a08 Don't escape 'static
rust-lang/rust@2b701e00f1 Escape raw names in labels properly
rust-lang/rust@593775a83b Add PGO support to install
rust-lang/rust@d2d844c65d Improve rustc_on_unimplemented ui test
rust-lang/rust@d2de4c9411 change test name to sth meaningful
rust-lang/rust@a3c5b6a2dc Fix span info for mir::Operand

@thanhnguyen-aws thanhnguyen-aws enabled auto-merge May 9, 2025 14:54
@carolynzech carolynzech closed this May 9, 2025
auto-merge was automatically disabled May 9, 2025 15:03

Pull request was closed

@carolynzech carolynzech reopened this May 9, 2025
@carolynzech carolynzech enabled auto-merge May 9, 2025 15:03
@github-actions github-actions bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label May 9, 2025
@carolynzech carolynzech added this pull request to the merge queue May 9, 2025
Merged via the queue into main with commit 8d5370c May 9, 2025
25 of 26 checks passed
@carolynzech carolynzech deleted the toolchain-2025-05-06 branch May 9, 2025 16:38
github-merge-queue bot pushed a commit that referenced this pull request Jun 9, 2025
These are the automatically-generated release notes:
```
## What's Changed
* Toolchain upgrade to nightly-2025-05-04 by @thanhnguyen-aws in #4059
* Automatic toolchain upgrade to nightly-2025-05-05 by @github-actions in #4060
* Automatic toolchain upgrade to nightly-2025-05-06 by @github-actions in #4061
* Enable target features: x87 and sse2 by @thanhnguyen-aws in #4062
* Fix the bug: Loop contracts are not composable with function contracts  by @thanhnguyen-aws in #3979
* Automatic cargo update to 2025-05-12 by @github-actions in #4066
* Bump tests/perf/s2n-quic from `6aa9975` to `5f323b7` by @dependabot in #4068
* Fix stabilization instructions in RFC intro by @carolynzech in #4067
* Add support for quantifiers by @qinheping in #3993
* Toolchain upgrade to nightly-2025-05-07 by @thanhnguyen-aws in #4070
* Automatic toolchain upgrade to nightly-2025-05-08 by @github-actions in #4071
* Automatic toolchain upgrade to nightly-2025-05-09 by @github-actions in #4072
* Automatic toolchain upgrade to nightly-2025-05-10 by @github-actions in #4073
* Clippy/Stylistic Fixes by @carolynzech in #4074
* Upgrade toolchain to 2025-05-14 by @zhassan-aws in #4076
* Autoharness argument validation: only error on `--quiet` if `--list` was passed by @carolynzech in #4069
* Upgrade Rust toolchain to 2025-05-16 by @zhassan-aws in #4080
* Automatic toolchain upgrade to nightly-2025-05-17 by @github-actions in #4081
* Add setup scripts for Ubuntu 20.04 by @zhassan-aws in #4082
* Automatic toolchain upgrade to nightly-2025-05-18 by @github-actions in #4083
* Automatic cargo update to 2025-05-19 by @github-actions in #4086
* Automatic toolchain upgrade to nightly-2025-05-19 by @github-actions in #4085
* Automatic toolchain upgrade to nightly-2025-05-20 by @github-actions in #4091
* Bump tests/perf/s2n-quic from `5f323b7` to `22434aa` by @dependabot in #4089
* Fix the error that Kani panics when there is no external parameter in quantifier's closure. by @thanhnguyen-aws in #4088
* Update toolchain to 2025-05-22 by @carolynzech in #4098
* Use our toolchain when invoking `cargo metadata` by @carolynzech in #4090
* Automatic toolchain upgrade to nightly-2025-05-23 by @github-actions in #4099
* Automatic toolchain upgrade to nightly-2025-05-24 by @github-actions in #4101
* Automatic toolchain upgrade to nightly-2025-05-25 by @github-actions in #4102
* Fix a bug codegening `SwitchInt`s with only an otherwise branch by @bkirwi in #4095
* Automatic toolchain upgrade to nightly-2025-05-26 by @github-actions in #4104
* Automatic cargo update to 2025-05-26 by @github-actions in #4105
* Bump tests/perf/s2n-quic from `22434aa` to `550afb3` by @dependabot in #4106
* Automatic toolchain upgrade to nightly-2025-05-27 by @github-actions in #4107
* Update `kani::mem` pointer validity documentation by @carolynzech in #4092
* Add support for edition 2018 crates using assert! (Fixes #3717) by @sintemal in #4096
* Automatic toolchain upgrade to nightly-2025-05-28 by @github-actions in #4113
* Automatic toolchain upgrade to nightly-2025-05-29 by @github-actions in #4115
* Automatic toolchain upgrade to nightly-2025-05-30 by @github-actions in #4118
* Handle generic defaults in BoundedArbitrary derives by @zhassan-aws in #4117
* Automatic cargo update to 2025-06-02 by @github-actions in #4121
* Bump tests/perf/s2n-quic from `550afb3` to `8f54b57` by @dependabot in #4122
* Upgrade Rust toolchain to 2025-06-02 by @zhassan-aws in #4123
* Automatic toolchain upgrade to nightly-2025-06-03 by @github-actions in #4125
* Finish deprecating `--enable-unstable`, `--restrict-vtable`, and `--write-json-symtab` by @carolynzech in #4110
* `ty_mangled_name`: only use non-mangled name if `-Zcffi` is enabled. by @carolynzech in #4114
* Improve Help Menu by @carolynzech in #4109
* Start stabilizing `--jobs` and `list`; deprecate default memory checks by @carolynzech in #4108
* Refactor simd_bitmask to reduce the number of iterations by @zhassan-aws in #4129
* Set target features depending on the target architecture by @zhassan-aws in #4127
* Bump some versions suggested by cargo-outdated by @zhassan-aws in #4131
* Improve linking error output for `#[no_std]` crates by @AlexanderPortland in #4126
* Fix the git log command in the toolchain update script by @zhassan-aws in #4139
* Gate quantifiers behind an experimental feature by @thanhnguyen-aws in #4141
* Automatic cargo update to 2025-06-09 by @github-actions in #4145

## New Contributors
* @bkirwi made their first contribution in #4095
* @sintemal made their first contribution in #4096
* @AlexanderPortland made their first contribution in #4126

**Full Changelog**: kani-0.62.0...kani-0.63.0
```


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

---------

Co-authored-by: Carolyn Zech <carolynzech@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-EndToEndBenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants