Skip to content

Conversation

@github-actions
Copy link
Contributor

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

@github-actions
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@2eef478 up to
rust-lang/rust@3e674b0. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/3e674b06b5 Auto merge of #141463 - matthiaskrgr:rollup-7k48ui3, r=matthiaskrgr

rust-lang/rust@ae3b69652e Rollup merge of #141457 - ehuss:update-mdbook, r=Mark-Simulacrum
rust-lang/rust@be2705caf2 Rollup merge of #141398 - Dannyyy93:typos, r=Noratrieb
rust-lang/rust@8b69895ec2 Rollup merge of #141374 - jeremyd2019:patch-1, r=jieyouxu
rust-lang/rust@a4836e9965 Rollup merge of #141369 - yotamofek:pr/rustdoc/format_integer_with_underscore_sep, r=notriddle
rust-lang/rust@672ad6e172 Rollup merge of #141065 - ehuss:wasm-doctest-xcompile, r=Mark-Simulacrum
rust-lang/rust@d6a61daf60 Rollup merge of #140832 - workingjubilee:aarch64-linux-should-use-frame-pointers, r=compiler-errors
rust-lang/rust@c66c8e6b9c Rollup merge of #138896 - joboet:process_noalias, r=Noratrieb
rust-lang/rust@a12b455bd0 Update mdbook to 0.4.50
rust-lang/rust@e88e854634 Auto merge of #141437 - matthiaskrgr:rollup-jjagkxd, r=matthiaskrgr
rust-lang/rust@89a90d6640 std: add safety comments to CStringArray
rust-lang/rust@a467516c22 std: fix aliasing bug in UNIX process implementation
rust-lang/rust@5c735d154e Small cleanup for qpath_to_string
rust-lang/rust@5b47d340d3 Simplify format_integer_with_underscore_sep Only ever needs to handle decimal reprs
rust-lang/rust@ee1768c2a3 Rollup merge of #141383 - RalfJung:miri-sync, r=RalfJung
rust-lang/rust@225ed8b9cf Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkov
rust-lang/rust@893494c90f Rollup merge of #141126 - fmease:rev-rjson-priv-repr, r=aDotInTheVoid
rust-lang/rust@dfa3110ed4 Rollup merge of #141109 - oconnor663:pipe_example, r=Mark-Simulacrum
rust-lang/rust@036607ebba Rollup merge of #141019 - ehuss:android-doctest-xcompile, r=Mark-Simulacrum
rust-lang/rust@f7a11798e8 Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-dropee-fix, r=oli-obk
rust-lang/rust@1c2ea28727 Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeGomez
rust-lang/rust@163cb4ea3f Auto merge of #141062 - ChaiTRex:ide_fmt_2024, r=Mark-Simulacrum
rust-lang/rust@52bf0cf795 Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors
rust-lang/rust@e7f4317ea0 Auto merge of #135160 - RalfJung:aarch64-softfloat-not-neon, r=Noratrieb
rust-lang/rust@912981a9ea Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr
rust-lang/rust@cb8fdb4d80 Async drop poll shim for error dropee generates noop body (fixes #140930)
rust-lang/rust@98bd1a6a3a rustdoc JSON: Don't apply #[repr] privacy heuristics
rust-lang/rust@1f862a82e2 make shared_helpers exe function work for both cygwin and non-cygwin hosts
rust-lang/rust@3005a09fed rustdoc: improve diagnostics on raw doc fragments
rust-lang/rust@d6dc08c3f4 docs: fix typos
rust-lang/rust@8c2508292b Rollup merge of #141286 - compiler-errors:querify-coroutine, r=oli-obk
rust-lang/rust@c385715806 Rollup merge of #141130 - mejrs:use_self, r=compiler-errors
rust-lang/rust@bc6804df27 Rollup merge of #140435 - bend-n:use_ux_from_instead_of_bool_as_ux_unnecessary_transmutes, r=compiler-errors
rust-lang/rust@3216098e53 Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errors
rust-lang/rust@706dc70916 Rollup merge of #139668 - matthewjasper:upper-bound-fix, r=compiler-errors
rust-lang/rust@4c6aee567d Rollup merge of #139635 - BoxyUwU:no_order_dependent_copy_checks, r=lcnr
rust-lang/rust@3529341afd Rollup merge of #135562 - chenyukang:yukang-fix-128561, r=compiler-errors
rust-lang/rust@fdccb42167 Add test/comment about const patterns with unused params
rust-lang/rust@217c4ad427 Review Comments
rust-lang/rust@cc10370fc8 Reviews
rust-lang/rust@3c020e59a2 make enabling the neon target feature a FCW
rust-lang/rust@30c87defe6 aarch64-softfloat: forbid enabling the neon target feature
rust-lang/rust@8373bb17d6 use uX::from instead of _ as uX in non - const contexts
rust-lang/rust@3f0c39de36 update lockfile
rust-lang/rust@2eb935d25c Merge pull request #4275 from CraftSpider/windows-file-rw
rust-lang/rust@9e1f3a50e9 enable isolated-stdin test on Windows
rust-lang/rust@1e79637050 Implement file read/write on Windows
rust-lang/rust@849cabf4c4 Rename kw::Empty as sym::empty.
rust-lang/rust@268a369424 Merge pull request #4341 from RalfJung/freebsd
rust-lang/rust@4316259729 Anon consts cant appear as repeat expr elements
rust-lang/rust@508a9f0853 Check for element being const before resolving repeat count
rust-lang/rust@77a2fc60a1 GAI logic on stable too
rust-lang/rust@52f2c45dee Properly test whether repeat expr checks are pre/post integer fallback
rust-lang/rust@f60bab475e Don't allow repeat expr count inference side effects to propagate
rust-lang/rust@b1774b8d73 Fix tests
rust-lang/rust@b4079c62bd Don't evaluate constants depending on infers or params
rust-lang/rust@996a185ba7 Introduce tcx.anon_const_kind query
rust-lang/rust@4a18888cad document that the entire test suite passes under freebsd
rust-lang/rust@5955969543 run the full test suite under FreeBSD
rust-lang/rust@e065e27e0c Merge pull request #4287 from LorrensP-2158466/freebsd-num-cpus
rust-lang/rust@5dfcb12a20 Implement FreeBSD syscall cpuset_getaffinity.
rust-lang/rust@febe98807f Merge pull request #4338 from RalfJung/FileDescription
rust-lang/rust@05235541a8 FileDescription: improve read/write docs
rust-lang/rust@fe5119375c Merge pull request #4337 from RalfJung/io
rust-lang/rust@e12f911e3e Merge pull request #4336 from rust-lang/rustup-2025-05-21
rust-lang/rust@2f34354e66 test direct usage of io::{stdout,stderr,stdin}
rust-lang/rust@b5688fba84 Merge from rustc
rust-lang/rust@293b0ac752 Preparing for merge from rustc
rust-lang/rust@6555ef7f09 Querify coroutine_hidden_types
rust-lang/rust@49482caad2 Merge pull request #4335 from RalfJung/rustup
rust-lang/rust@b13251e923 Merge from rustc
rust-lang/rust@969a25b6ce Preparing for merge from rustc
rust-lang/rust@26e917202c Merge pull request #4334 from RalfJung/GetUserProfileDirectoryW-issue
rust-lang/rust@758b7994e8 GetUserProfileDirectoryW: reference issue regarding implementation details we rely on
rust-lang/rust@8d4611845d Merge pull request #4333 from RalfJung/mips-tests
rust-lang/rust@aa4d16a1a7 run tests on mips-unknown-linux-gnu
rust-lang/rust@44d3c93fc8 Merge pull request #4329 from RalfJung/no-casts
rust-lang/rust@446fa22412 add to_u64() helper method and use it where appropriate
rust-lang/rust@0ba2a3a818 enable clippy::as_conversions to fully rule out as-casts
rust-lang/rust@d5240ccd1c Merge pull request #4331 from rust-lang/rustup-2025-05-19
rust-lang/rust@1bb2d7352a Merge from rustc
rust-lang/rust@b2a8690aa1 Preparing for merge from rustc
rust-lang/rust@a4eb91fa63 Merge pull request #4330 from RalfJung/build-sysroot-bump
rust-lang/rust@eb11adc7b0 bump rustc-build-sysroot
rust-lang/rust@3c50b9be19 Merge pull request #4322 from tiif/move_test
rust-lang/rust@f9a75a00b4 Add more comment to libc-fs-with-isolation test
rust-lang/rust@9ffd0bf75a do away with _Self and TraitName and check generic params for rustc_on_unimplemented
rust-lang/rust@c9b6ccc11c Switch library rustc_unimplemented to use Self and This
rust-lang/rust@0c157b51d3 aarch64-linux: Default to FramePointer::NonLeaf
rust-lang/rust@dcef449e2c discuss deadlocks in the std::io::pipe() example
rust-lang/rust@db950fa77f Updated std doctests for wasm
rust-lang/rust@a6bf524975 Update IDEs to use rustfmt 2024, fix Zed settings
rust-lang/rust@57af157ce2 Update std doctests for android
rust-lang/rust@8c37c8c3e6 Preserve generic args in suggestions for ambiguous associated items
rust-lang/rust@9e1832998d Factor out resolve_type_relative_path
rust-lang/rust@7cd1da4a16 Rename and move several error reporting methods
rust-lang/rust@bda903ed8a Introduce Boolean type PermitVariants for legibility
rust-lang/rust@3fd047d164 Name methods pertaining to HIR ty lowering of paths more appropriately
rust-lang/rust@5fdc0de28c Eliminate unnecessary parameter
rust-lang/rust@1d9d30f35a Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxt
rust-lang/rust@c57ef293eb Add unit tests for minimal_scc_representative
rust-lang/rust@2d5e80b8cb Handle regions equivalent to 'static in non_local_bounds
rust-lang/rust@774ab462d6 code cleanup and do not suggest for external macro except we get better solution
rust-lang/rust@d6d9c2e751 Update compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs
rust-lang/rust@8cddffb74e Update compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs
rust-lang/rust@3d50334314 Add ignore value suggestion in closure body

@github-actions github-actions bot requested a review from a team as a code owner May 24, 2025 03:29
@tautschnig tautschnig closed this May 24, 2025
@tautschnig tautschnig reopened this May 24, 2025
@github-actions github-actions bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label May 24, 2025
@tautschnig tautschnig added this pull request to the merge queue May 24, 2025
Merged via the queue into main with commit 227828b May 24, 2025
26 checks passed
@tautschnig tautschnig deleted the toolchain-2025-05-24 branch May 24, 2025 13:13
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 <[email protected]>
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