Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-05-28 to nightly-2025-05-29 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@45f256d up to
rust-lang/rust@6f69710. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/6f69710780 Auto merge of #141696 - tgross35:rollup-fhpj180, r=tgross35

rust-lang/rust@d6b1108cda Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnethercote
rust-lang/rust@97f6e6e8ba Rollup merge of #141627 - nnethercote:drop-cleanups, r=matthewjasper
rust-lang/rust@ae952460d3 Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkov
rust-lang/rust@77c7f76297 Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=GuillaumeGomez
rust-lang/rust@1ead0a5ef3 Rollup merge of #141404 - bjorn3:refactor_cg_ssa_call_codegen, r=davidtwco
rust-lang/rust@7f5f29b663 Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4
rust-lang/rust@5f17779a03 Rollup merge of #140369 - jplatte:mutex-rwlock-data-ptr, r=Amanieu
rust-lang/rust@40311c4dcf Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzol
rust-lang/rust@77101febcc Auto merge of #141501 - marcoieni:dist-x86_64-linux-codebuild-again, r=Kobzol
rust-lang/rust@cb678b94c3 Auto merge of #141375 - kraj:kraj/aarch64-musl, r=Mark-Simulacrum
rust-lang/rust@adcd0bf5c3 Fix ICE in tokenstream with contracts from parser recovery
rust-lang/rust@04a67d5a05 Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35
rust-lang/rust@56b669cd7a Disable libunwind cross-architecture unwinding
rust-lang/rust@da61494400 Rollup merge of #141659 - tkr-sh:map-or-default, r=Amanieu
rust-lang/rust@f953c6dc66 Rollup merge of #141647 - jieyouxu:bump-master-stage0, r=pietroalbini
rust-lang/rust@77ddf1ac6b Rollup merge of #141591 - marcoieni:fix-llvm-test-coverage, r=Kobzol
rust-lang/rust@e0278ed5af Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwU
rust-lang/rust@a8c7a1e29b Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092, r=notriddle
rust-lang/rust@ee4efa1f86 Rollup merge of #141252 - dianqk:gvn-repeat-index, r=saethlin
rust-lang/rust@0c2fbe53a6 Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomez
rust-lang/rust@743d2527a2 Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercote
rust-lang/rust@be42293944 Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt
rust-lang/rust@eed065958b ✨ feat: map_or_default for result and option
rust-lang/rust@e9080948c6 consider glob imports in cfg suggestion
rust-lang/rust@871327e9c7 rustdoc: linking to a local proc macro no longer warns
rust-lang/rust@2490bba2dd Bump master stage0 compiler
rust-lang/rust@c7c0194d98 move asm parsing code into rustc_parse
rust-lang/rust@e3bbbeeafd support #[cfg(...)] on arguments to the asm! macros
rust-lang/rust@6d0e04d6f3 Wrap NonZero::new_unchecked call in the print_type_sizes test in a const
rust-lang/rust@ec8baa5d43 Avoid fold/flat_map.
rust-lang/rust@84bb48fc88 Factor out some repeated code in build_exit_tree.
rust-lang/rust@bf4532c05d Rename DropTree::drops as DropTree::drop_nodes.
rust-lang/rust@df09feddfa Remove DropNodeKey::kind.
rust-lang/rust@1b7a927d84 ci: move tests from x86_64-gnu-llvm-19 job to aarch64
rust-lang/rust@3fd0265fbb rustdoc: use custom CfgMatchesLintEmitter to make check-cfg work
rust-lang/rust@93f3db25c0 Expose rustc_lint::decorate_builtin_lint for use in rustdoc
rust-lang/rust@e33fe611f5 Add custom trait for emitting lint within cfg_matches
rust-lang/rust@c6c2fde737 Minor macro docs fixes
rust-lang/rust@f9931d198c rustdoc: refactor Tooltip rendering logic
rust-lang/rust@6ec41a7950 ci: fix llvm test coverage
rust-lang/rust@1e7c4377de ci: move dist-x86_64-linux job to codebuild
rust-lang/rust@165fb98849 Reduce indentation in codegen_panic_intrinsic
rust-lang/rust@7122648e34 Don't depend on FnAbi for intrinsics
rust-lang/rust@0a14e1b2e7 Remove usage of FnAbi in codegen_intrinsic_call
rust-lang/rust@6016f84e71 Pass PlaceRef rather than Bx::Value to codegen_intrinsic_call
rust-lang/rust@c83358beb5 Move caller_location handling into codegen_intrinsic_call
rust-lang/rust@e4700e76d8 Always use fn_span in codegen_call_terminator
rust-lang/rust@1e9e17704a Move some code around in codegen_call_terminator
rust-lang/rust@295a8d56f5 Make UNNECESSARY_TRANSMUTES into a HIR lint
rust-lang/rust@5370c5753f Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint
rust-lang/rust@a8ae2af967 hir_body_const_context should take LocalDefId
rust-lang/rust@4ef35bcaef rustdoc: use descriptive tooltip if doctest is conditionally ignored
rust-lang/rust@e36dc78edd Add some track_caller info to precondition panics
rust-lang/rust@8917ff6024 Update generic tests
rust-lang/rust@8dd62e8188 Update UI tests
rust-lang/rust@f92d84cc6e Initial naive implementation using Symbols to represent autodiff modes (Forward, Reverse)
rust-lang/rust@2041de7083 Update codegen and pretty tests
rust-lang/rust@b725cf6af8 Disable autodiff bootstrapping
rust-lang/rust@20589bd605 Add ReentrantLock::data_ptr
rust-lang/rust@9d6c5a88a1 Add more docs to new data_ptr methods
rust-lang/rust@9efad3a87b Add data_ptr method to Mutex and RwLock
rust-lang/rust@b21c9e7bfb Split autodiff into autodiff_forward and autodiff_reverse
rust-lang/rust@be5d6c5425 gvn: bail out unavoidable non-ssa locals in repeat

@github-actions github-actions bot requested a review from a team as a code owner May 29, 2025 03:31
@zhassan-aws zhassan-aws reopened this May 29, 2025
@github-actions github-actions bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label May 29, 2025
@zhassan-aws zhassan-aws added this pull request to the merge queue May 29, 2025
Merged via the queue into main with commit a0f9364 May 29, 2025
35 of 42 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2025-05-29 branch May 29, 2025 19:37
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.

2 participants