Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-05-17 to nightly-2025-05-18 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@16d2276 up to
rust-lang/rust@777d372. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/777d372772 Auto merge of #138087 - tgross35:core-float-math, r=Amanieu

rust-lang/rust@bf5a38d118 Auto merge of #141133 - matthiaskrgr:rollup-u8ndxyz, r=matthiaskrgr
rust-lang/rust@339a46cb72 Rollup merge of #141131 - yotamofek:pr/rustdoc/match-ergo, r=fmease
rust-lang/rust@909098728c Rollup merge of #141125 - lcnr:coroutine_obligations_use_borrowck, r=compiler-errors
rust-lang/rust@616650b6ca Rollup merge of #141121 - compiler-errors:ambig-is-not-err, r=lcnr
rust-lang/rust@57a400d7c1 Rollup merge of #141118 - Veykril:lw-ymmtxytkrrqs, r=compiler-errors
rust-lang/rust@73ea8d7fdc Rollup merge of #141035 - lqd:lld-warn, r=Mark-Simulacrum
rust-lang/rust@f0b115015a Rollup merge of #140917 - RalfJung:checktools, r=WaffleLapkin
rust-lang/rust@b9839ab329 Rollup merge of #139103 - joboet:abort_dedup, r=tgross35
rust-lang/rust@eb01ba0b57 Rollup merge of #137432 - djscythe:char_u8_str_as_ascii_unchecked, r=scottmcm
rust-lang/rust@836db3ccae Rollup merge of #135808 - tiif:conv_display, r=workingjubilee
rust-lang/rust@a4765c9fc2 Make some matches slightly more ergonomic in librustdoc
rust-lang/rust@2c12b4a690 Auto merge of #141116 - RalfJung:miri-sync, r=RalfJung
rust-lang/rust@667504b176 check coroutines with TypingMode::Borrowck to avoid cyclic reasoning
rust-lang/rust@bd9f1fd273 exlicitly pass -Zdoctest-xcompile to avoid cargo version behavior differences
rust-lang/rust@9578b59eac Only select true errors in impossible_predicates
rust-lang/rust@1c9f20f24c Enable rust-analyzer to go from query definition to the corresponding provider field
rust-lang/rust@a43b8d1d2b Auto merge of #141113 - matthiaskrgr:rollup-k7izuh8, r=matthiaskrgr
rust-lang/rust@0a28db2d5b Merge pull request #4324 from RalfJung/rustup
rust-lang/rust@ace4c6e015 fix for doctest-xcompile stabilization
rust-lang/rust@14f3ef997f Rollup merge of #141070 - xizheyin:issue-140659, r=chenyukang
rust-lang/rust@59ad0cbd04 Rollup merge of #141059 - samueltardieu:push-trvpulpskwwp, r=compiler-errors
rust-lang/rust@4c52b5d17a Rollup merge of #141056 - erickt:enzyme, r=Mark-Simulacrum
rust-lang/rust@8e30998c18 Rollup merge of #141051 - compiler-errors:less-erase, r=nnethercote
rust-lang/rust@0031282c4d Rollup merge of #141036 - marcoieni:split-dist-ohos, r=Kobzol
rust-lang/rust@04bc9d13ca Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, r=oli-obk
rust-lang/rust@642cd65ab2 Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-Simulacrum
rust-lang/rust@8c14588fbb Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnr
rust-lang/rust@b99daba38e fix clippy lints
rust-lang/rust@8f2da9b487 Merge from rustc
rust-lang/rust@3a9ee90ded Preparing for merge from rustc
rust-lang/rust@b0e925903a Auto merge of #141024 - jieyouxu:revert-arm64ec, r=wesleywiser
rust-lang/rust@a69bc17fb8 Auto merge of #141002 - GuillaumeGomez:subtree-update_cg_gcc_2025-05-14, r=GuillaumeGomez
rust-lang/rust@c8bda740ea Auto merge of #140978 - davidtwco:deep-reject-in-match-norm-trait-ref, r=lcnr
rust-lang/rust@1c17324c7d Create tests/ui/typeck/suggestions/ and move some tests in tests/ui/typeck/ to it
rust-lang/rust@742c27bc52 Do not emit help when shorthand from macro when suggest ? or expect
rust-lang/rust@101e24a223 Add assert_unsafe_precondition!()s to as_ascii_unchecked() methods
rust-lang/rust@7d9f437f99 Add as_ascii_unchecked() methods to char, str, and u8
rust-lang/rust@43ff8855ac Add ui test macro-shorthand-issue-140659
rust-lang/rust@cf878d8f26 HIR: explain in comment why ExprKind::If "then" is an Expr
rust-lang/rust@a64ed161e2 Lowercase git url for rust-lang/enzyme.git
rust-lang/rust@839534e801 ci: split the dist-ohos job
rust-lang/rust@7b2dcf2989 Async drop fix for dropee from another crate (#140858)
rust-lang/rust@f77c160007 normalize abort calls in miri tests
rust-lang/rust@6647cbb515 improve internal fastfail explainer
rust-lang/rust@b7f2cd3a2b deduplicate abort implementations
rust-lang/rust@734a5b1aa7 Revert "Fix linking statics on Arm64EC #140176"
rust-lang/rust@55ad9cd516 silence unexpected lld warning on old gccs
rust-lang/rust@d5c5a8251d Update src/gcc submodule to 04ce66d8c918de9273bd7101638ad8724edf5e21
rust-lang/rust@7a47a6a9c7 Update gcc version used in rustc_codegen_version
rust-lang/rust@65117eeda8 Skip {f32,f64}::mul_add tests on MinGW
rust-lang/rust@2b9256e1c8 Move applicable float tests from coretests back to std
rust-lang/rust@1c4ab86955 Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_cg_gcc_2025-05-14
rust-lang/rust@6ba33f5e11 Merge pull request #673 from rust-lang/sync_from_rust_2025_05_12
rust-lang/rust@f38d6d0a8f Fix for xsave test on Intel SDE
rust-lang/rust@44af0a8b6c Stop ignoring test_mm512_stream_ps stdarch test
rust-lang/rust@878a1732bc Fix for the fminimum intrinsics
rust-lang/rust@48f3e63f70 Move float tests from std to core
rust-lang/rust@36790d2881 Initial implementation of core_float_math
rust-lang/rust@febb16a40f type_ir: add faster exit for types_may_unify
rust-lang/rust@a5e1dba0cd trait_sel: deep reject match_normalize_trait_ref
rust-lang/rust@ab1c49a7fa Add #[must_use] to Array::map
rust-lang/rust@57011501d5 Fix for libgccjit 12
rust-lang/rust@bef68d04d9 Update to nightly-2025-05-12
rust-lang/rust@c12d12b1bb Fix for renamed/removed UI tests
rust-lang/rust@47beac18f4 Merge branch 'master' into sync_from_rust_2025_05_12
rust-lang/rust@41a2260bc7 Use unreachable instead of panic
rust-lang/rust@8bfc88f057 Merge pull request #4319 from rust-lang/rustup-2025-05-12
rust-lang/rust@7479482e21 Merge from rustc
rust-lang/rust@30eca8ba91 Preparing for merge from rustc
rust-lang/rust@2d794d4758 Merge pull request #671 from GuillaumeGomez/regen-intrinsics-2
rust-lang/rust@d8e2d24738 Merge pull request #666 from FractalFir/master
rust-lang/rust@f96fb61e4b checktools.sh: fix bashism
rust-lang/rust@c7740d2f17 Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,traviscross,tgross35
rust-lang/rust@f111416e43 Fixed a recursive inling bug, added a test for it
rust-lang/rust@43b95881f0 Regenerate intrinsics
rust-lang/rust@25dd45f7bd Correctly handle branches when updating repository
rust-lang/rust@db5831c76c Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin
rust-lang/rust@cbd4db0b7c Merge pull request #4318 from rust-lang/rustup-2025-05-10
rust-lang/rust@a4f765dcad Merge from rustc
rust-lang/rust@6e5d6473aa Preparing for merge from rustc
rust-lang/rust@3cffea7969 Merge pull request #668 from FractalFir/int128_fix
rust-lang/rust@33966ccbb6 Add a workaround for 128 bit switches
rust-lang/rust@7e5fa896a2 remove 'unordered' atomic intrinsics
rust-lang/rust@1ac228397d Use intrinsics for {f16,f32,f64,f128}::{minimum,maximum} operations
rust-lang/rust@cfe88fa831 Merge pull request #663 from GuillaumeGomez/edition-2024
rust-lang/rust@c4cffcebbe Merge pull request #4316 from est31/no_let_chains
rust-lang/rust@a1234d3b5e Remove let_chains feature as it is stable
rust-lang/rust@292ecd5242 Remove some unnecessary erases
rust-lang/rust@d0e63b225d Merge pull request #4311 from est31/edition_2024
rust-lang/rust@070fee2df3 Update miri, cargo-miri and miri-cript to edition 2024
rust-lang/rust@514d5461aa Merge pull request #4315 from RalfJung/test-cleanup
rust-lang/rust@8930c41034 remove commented-out test leftover
rust-lang/rust@c70dc4554c remove stray stderr file
rust-lang/rust@390fc73ae7 Fix new clippy lints
rust-lang/rust@0bdf0726cf Mark back::lto::optimize_thin_moduleandback::write::codegenfunctions as safe https://github.com/rust-lang/rust/commit/7f2f0d2ec1 Update tests to 2024 edition https://github.com/rust-lang/rust/commit/dcfd5c30d4 Remove unneededlet_chainsfeature https://github.com/rust-lang/rust/commit/8e9a84011d Migrate build system to 2024 edition https://github.com/rust-lang/rust/commit/3278cb5545 Migrate to 2024 edition https://github.com/rust-lang/rust/commit/67f67268ab Merge pull request #4313 from RalfJung/CARGO_TARGET_TMPDIR https://github.com/rust-lang/rust/commit/0d5df707f5 test suite: use CARGO_TARGET_TMPDIR for temporary build artifacts https://github.com/rust-lang/rust/commit/633ecc82d6 Merge pull request #660 from rust-lang/fix/disabling-sse https://github.com/rust-lang/rust/commit/e608520b12 Stop ignoring the feature -sse https://github.com/rust-lang/rust/commit/fcb4ef584d Rename Instance::new to Instance::new_raw and add a note that it is raw https://github.com/rust-lang/rust/commit/7008f351b6 Initial support for dynamically linked crates https://github.com/rust-lang/rust/commit/1047a7c432 Added a .gitattributes file for showing cargo.lock diffs (#659) https://github.com/rust-lang/rust/commit/337998abb2 Merge pull request #657 from rust-lang/feature/more-calling-conv-attributes https://github.com/rust-lang/rust/commit/6fad1bac72 Support more calling convention attributes https://github.com/rust-lang/rust/commit/283e2cf80b Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiser https://github.com/rust-lang/rust/commit/2884979de5 Merge pull request #656 from GuillaumeGomez/cleanup https://github.com/rust-lang/rust/commit/8b15bfbe8c Clean up docs https://github.com/rust-lang/rust/commit/6d8fffec36 Merge pull request #586 from g4titanx/contributing https://github.com/rust-lang/rust/commit/43747cecfb Fix links in CONTRIBUTING.md https://github.com/rust-lang/rust/commit/2e9ec931da Fix links in CONTRIBUTING.md https://github.com/rust-lang/rust/commit/62814f0995 Improve the doc https://github.com/rust-lang/rust/commit/d11bfe9c18 Use the correct name of the project https://github.com/rust-lang/rust/commit/f150171b6c Some improvements https://github.com/rust-lang/rust/commit/a5b947ba1c modify docs https://github.com/rust-lang/rust/commit/ce5a198239 add contibuting.md https://github.com/rust-lang/rust/commit/38c05a68ee Adjust tests https://github.com/rust-lang/rust/commit/f918b89f61 Wf is not coinductive https://github.com/rust-lang/rust/commit/d62fe1e043 Implement the internal featurecfg_target_has_reliable_f16_f128https://github.com/rust-lang/rust/commit/72b6614bee Merge pull request #654 from rust-lang/sync_from_rust_2025_04_26 https://github.com/rust-lang/rust/commit/3893560e69 Update to nightly-2025-04-26 https://github.com/rust-lang/rust/commit/612d7f5e03 Merge branch 'master' into sync_from_rust_2025_04_26 https://github.com/rust-lang/rust/commit/f894c1b325 Merge pull request #653 from Urgau/triagebot-issue-links-no-mentions https://github.com/rust-lang/rust/commit/84c5fd784e Enable[no-mentions]and[issue-links]inrustbot`
rust-lang/rust@61d1c13b3e Merge commit '4f83a4258deb99f3288a7122c0d5a78200931c61' into subtree-update_cg_gcc_2025-04-25
rust-lang/rust@25df5d021d Pass &mut self to codegen_global_asm
rust-lang/rust@8582bc4e37 Pass MonoItemData to MonoItem::define
rust-lang/rust@e74fe7a6ad Bless more test
rust-lang/rust@650c8a2fb5 bless test
rust-lang/rust@71c4b2492d Remove invalid Conv
rust-lang/rust@c8197b77c9 fmt
rust-lang/rust@3079213020 Remove test
rust-lang/rust@d463c5d07c Implement Display by mapping Conv to ExternAbi
rust-lang/rust@43c51e9ff3 Remove unnecessary assert
rust-lang/rust@17c6eae291 Add test and change ub message wording
rust-lang/rust@701b1948ab impl Display for Conv

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