Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-05-07 to nightly-2025-05-08 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@27d6200 up to
rust-lang/rust@e9f8103. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/e9f8103f93 Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errors

rust-lang/rust@3ef8e64ce9 Auto merge of #139758 - Zoxc:thread-local-graph, r=oli-obk
rust-lang/rust@db0e836148 Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomez
rust-lang/rust@aca12a8216 Rollup merge of #140724 - tgross35:update-builtins, r=tgross35
rust-lang/rust@763209e422 Rollup merge of #140719 - wyfo:patch-1, r=lcnr
rust-lang/rust@6e2c39b568 Rollup merge of #140398 - Berrysoft:cygwin-backtrace, r=tgross35
rust-lang/rust@d396619af0 Rollup merge of #139518 - xizheyin:issue-138527, r=traviscross
rust-lang/rust@f76c7367c6 Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercote
rust-lang/rust@fe64184b16 Fix backtrace for cygwin
rust-lang/rust@891b852547 Auto merge of #140726 - jhpratt:rollup-b6oxopx, r=jhpratt
rust-lang/rust@3d8ef7afca Rollup merge of #140713 - compiler-errors:check_ref_cast, r=lcnr
rust-lang/rust@8984d650e1 Rollup merge of #140709 - notriddle:rm-unportable-markdown, r=GuillaumeGomez
rust-lang/rust@5b165aab89 Rollup merge of #140668 - vkrivopalov:vecdeque-truncate-front, r=jhpratt
rust-lang/rust@fe97fe45f8 Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubilee
rust-lang/rust@bda326f40c Rollup merge of #140607 - lcnr:opaque-type-storage, r=compiler-errors
rust-lang/rust@25631ff093 Rollup merge of #140483 - baumanj:patch-1, r=workingjubilee
rust-lang/rust@b7199a69d6 Rollup merge of #140419 - Jarcho:ctxt_external, r=Nadrieril
rust-lang/rust@4a8dbe0537 Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r=workingjubilee
rust-lang/rust@60a4b939a3 Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross
rust-lang/rust@4de822c3d2 Update compiler-builtins to 0.1.158
rust-lang/rust@49ac393688 fix typo in autorefs lint doc example
rust-lang/rust@669c1ab967 Auto merge of #140514 - m-ou-se:proc-macro-span-file, r=Amanieu
rust-lang/rust@6a4af821b0 Update rc.rs docs
rust-lang/rust@636a138cda Structurally resolve in check_ref_cast
rust-lang/rust@c32dc2dbda Added apxf target feature test
rust-lang/rust@43357b4a64 Added apxf target feature support, under flag apx_target_feature
rust-lang/rust@e648e5b710 rustdoc: remove unportable markdown lint and old parser
rust-lang/rust@cdd104922d Use the portable AtomicU64
rust-lang/rust@431f02d531 support duplicates in the opaque_types_storage
rust-lang/rust@3d4737fb5e Remove duplicate impl of string unescape
rust-lang/rust@e1e8857d54 Add some comments about thread local indices
rust-lang/rust@aeab2819f6 Tweak index chunk allocation
rust-lang/rust@cdf4143eb8 Implement VecDeque::truncate_front()
rust-lang/rust@7845c011dd collect all Fuchsia bindings into the fuchsia module
rust-lang/rust@e4272d12f2 feat: Added capability to add multiple dependencies for an LLVMFeature
rust-lang/rust@ffa7d1ee5d borrowck nested items in dead code
rust-lang/rust@c43a6f05d6 Add some comments
rust-lang/rust@d3ec14bbec Use thread local dep graph encoding
rust-lang/rust@2a053c7a15 Update doc comments.
rust-lang/rust@d6ae459af8 Stabilize proc_macro::Span::{file, local_file}.
rust-lang/rust@dd20225681 Update rc.rs docs
rust-lang/rust@ea6844560a Move in_external_macro to SyntaxContext
rust-lang/rust@b840942d1d Stabilize precise capture syntax in style guide
rust-lang/rust@f5c63b9e63 the soft_unstable lint cannot have an example that will keep working
rust-lang/rust@8e599b0daa de-stabilize bench attribute

@github-actions github-actions bot requested a review from a team as a code owner May 14, 2025 03:33
@tautschnig tautschnig closed this May 14, 2025
@tautschnig tautschnig reopened this May 14, 2025
@github-actions github-actions bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label May 14, 2025
@tautschnig tautschnig added this pull request to the merge queue May 14, 2025
Merged via the queue into main with commit b6259a2 May 14, 2025
25 of 26 checks passed
@tautschnig tautschnig deleted the toolchain-2025-05-08 branch May 14, 2025 06:22
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