Skip to content

Automatic toolchain upgrade to nightly-2025-03-13 #3934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-03-12 to nightly-2025-03-13 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@6650252 up to
rust-lang/rust@249cb84. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/249cb84316 Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr

rust-lang/rust@579d0587a2 Rollup merge of #138390 - onur-ozkan:fix-invalid-tracing-log, r=jieyouxu
rust-lang/rust@0c4415cdd6 Rollup merge of #138387 - RalfJung:intrinsic-arg-names, r=oli-obk
rust-lang/rust@de7e5e96be Rollup merge of #138345 - oli-obk:autodiff-cleanup, r=compiler-errors
rust-lang/rust@d93ef397ce Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan,jieyouxu
rust-lang/rust@a21d41a22d Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboet
rust-lang/rust@4ffbc32f17 Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease
rust-lang/rust@d55e2e4333 Rollup merge of #137314 - lcnr:cycles-with-unknown-kind, r=compiler-errors
rust-lang/rust@aaa2d47dae Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov
rust-lang/rust@0998d4095b Auto merge of #137612 - Kobzol:bootstrap-2024, r=onur-ozkan
rust-lang/rust@cb260791a4 fix incorrect tracing log
rust-lang/rust@57a4736e9f Auto merge of #138388 - matthiaskrgr:rollup-kbax8sz, r=matthiaskrgr
rust-lang/rust@76f9cda260 Rollup merge of #138377 - nnethercote:rustc_hir_typeck, r=compiler-errors
rust-lang/rust@4c6edb1df8 Rollup merge of #138376 - nnethercote:hir-ItemKind-ident-precursors, r=compiler-errors
rust-lang/rust@2bdb10f164 Rollup merge of #138372 - Eclips4:issue-138196, r=scottmcm
rust-lang/rust@b849aa9f61 Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiser
rust-lang/rust@5833dfa78a Rollup merge of #138347 - nnethercote:less-kw-Empty-2, r=compiler-errors
rust-lang/rust@53e4e6f0cc Rollup merge of #138313 - rustbot:docs-update, r=jieyouxu
rust-lang/rust@143eb4f03e Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwU
rust-lang/rust@4198902e9a Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay
rust-lang/rust@cf318a79d6 intrinsics: remove unnecessary leading underscore from argument names
rust-lang/rust@a21d9789e2 Auto merge of #138052 - lqd:lld-linker-messages, r=jieyouxu
rust-lang/rust@c0cee43af5 Remove unnecessary lifetime from PatInfo.
rust-lang/rust@d2b52c5c48 Auto merge of #137795 - Jarcho:idx_opt, r=davidtwco
rust-lang/rust@ee9ef82795 Factor out some repeated code in parse_item_impl.
rust-lang/rust@ed10418363 Inline and remove State::print_item_type.
rust-lang/rust@d7029d7e2d Remove unused OwnerNode::ident method.
rust-lang/rust@7398b39a0b Make panic's more specific
rust-lang/rust@4eadaff184 Convert a kw::Empty occurrence to sym::dummy.
rust-lang/rust@0b2d7062c4 Introduce sym::dummy and Ident::dummy.
rust-lang/rust@fe04460f6f Remove an unnecessary kw::Empty check.
rust-lang/rust@763db5dcd9 Convert a delayed bug to a bug.
rust-lang/rust@c625102320 Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr
rust-lang/rust@64d143326f Refactor pick2_mut & pick3_mut to use get_disjoint_mut
rust-lang/rust@faa5b3f7de Fix false-positive in expr_or_init and in the invalid_from_utf8 lint
rust-lang/rust@4c1a1867c7 Rollup merge of #138354 - lcnr:goodbye-TypeVerifier, r=compiler-errors
rust-lang/rust@4feb86684d Rollup merge of #138352 - RalfJung:miri-native-calls-exposed, r=oli-obk
rust-lang/rust@954b88ed2a Rollup merge of #138296 - compiler-errors:deanonymous, r=lcnr
rust-lang/rust@16ff824133 Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwU
rust-lang/rust@4ff58c9103 Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU
rust-lang/rust@55abd7fc82 Rollup merge of #138245 - onur-ozkan:ci-rustc-test-fix, r=jieyouxu
rust-lang/rust@caa2d008f9 Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4
rust-lang/rust@c007d0af6a Rollup merge of #138051 - Kobzol:download-ci-gcc, r=onur-ozkan
rust-lang/rust@9746ac5c2f Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalle
rust-lang/rust@8a2e3acb45 Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwU
rust-lang/rust@6133999719 Fix cargo vendor not working without rustc installed
rust-lang/rust@c170d0f12f Elaborate param-env built for checking DispatchFromDyn for dyn compat
rust-lang/rust@436959e3f7 Add PeekMut::refresh
rust-lang/rust@75a69a48f3 Do not download GCC in tests
rust-lang/rust@ba6c406854 let the bodies hit the floor
rust-lang/rust@3846f94230 miri native_calls: ensure we actually expose mutable provenance to the memory FFI can access
rust-lang/rust@9882eca151 Remove some dead code
rust-lang/rust@ff5a8ad2ab Explain the actual reason why stripping binders is fine
rust-lang/rust@8546e015b4 Add individual activity span availability FIXME
rust-lang/rust@33f9a491eb Combine autodiff errors together
rust-lang/rust@cf8e1f5e0f Fix ICE for invalid return activity and proper error handling
rust-lang/rust@ed5877e0ad Add missing unsafe block
rust-lang/rust@ff0a5fe975 Remove #![warn(unreachable_pub)] from all compiler/ crates.
rust-lang/rust@55505ab1d3 Add unreachable_pub to RUSTC_LINT_FLAGS for compiler/ crates.
rust-lang/rust@c9c8387955 Use RUSTC_LINT_FLAGS more.
rust-lang/rust@3b0c2585c8 Convert ShardedHashMap to use hashbrown::HashTable
rust-lang/rust@5d4ff50f49 Update books
rust-lang/rust@bf58a3521f stabilize ci_rustc_if_unchanged_logic test for local environments
rust-lang/rust@dcc2b307dc Add triagebot entry for GCC modifications
rust-lang/rust@2b1b09ce0e Add change tracker entry
rust-lang/rust@bc6302ca6d Implement downloading GCC from CI
rust-lang/rust@3de10b0756 Add download-ci-gcc-stamp file
rust-lang/rust@c68a5ec6c3 Add [gcc] download-ci-gcc option
rust-lang/rust@009aba0aa3 Add gcc bootstrap config section
rust-lang/rust@53237c8656 Refactor GCC compilation
rust-lang/rust@f87e58f194 Allow int literals for pattern types with int base types
rust-lang/rust@9d87d4e4f5 Add tests for pattern type literals
rust-lang/rust@916f9552e9 Reject wrapping ranges of pattern types
rust-lang/rust@f38819ce17 Add some layout tests for pattern type edge cases
rust-lang/rust@e5dc1e3786 Add comments for #[no_sanitize(cfi)] in stdlib
rust-lang/rust@02bb2d4410 Disable CFI for weakly linked syscalls
rust-lang/rust@e0a9dd31c1 uefi: fs: Partially implement FileAttr
rust-lang/rust@c717cc7cd2 uefi: fs: Implement FileType
rust-lang/rust@1833737e16 uefi: fs: Implement FilePermission
rust-lang/rust@f525b173ed Remove AdtFlags::IS_ANONYMOUS and Copy/Clone condition for anonymous ADT
rust-lang/rust@ed6dfddfeb Do not feed anon const a type that references generics that it does not have
rust-lang/rust@8ab05adc37 Do not write user type annotation for const param value path
rust-lang/rust@9067f7cad6 Explain weird quirk in user type annotation lowering
rust-lang/rust@b2de19e8ac Update bootstrap to edition 2024
rust-lang/rust@3378ee1a4f More denesting of invisibly-delimited groups.
rust-lang/rust@293fe0a966 Increase recursion_limit in numerous crates.
rust-lang/rust@141719f68a Remove NtItem and NtStmt.
rust-lang/rust@36efaf8437 normalize away -Wlinker-messages wrappers from rust-lld rmake test
rust-lang/rust@18809a2b12 keep inductive cycles as ambig in coherence
rust-lang/rust@01795b14f0 change definitely non-productive cycles to error
rust-lang/rust@6b29bb6680 Prevent ICE in autodiff validation by emitting user-friendly errors
rust-lang/rust@da0fbc19a5 Allow the optimizer to elide bounds checks when enumerating IndexSlice/IndecVec.

@github-actions github-actions bot requested a review from a team as a code owner March 13, 2025 03:25
@zhassan-aws zhassan-aws reopened this Mar 13, 2025
@github-actions github-actions bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label Mar 13, 2025
@zhassan-aws zhassan-aws added this pull request to the merge queue Mar 13, 2025
Merged via the queue into main with commit 3cf1706 Mar 13, 2025
24 of 25 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2025-03-13 branch March 13, 2025 08:51
github-merge-queue bot pushed a commit that referenced this pull request Apr 4, 2025
Bump Kani version to 0.61.0.

Github-generated release notes:

## What's Changed
* Fix CHANGELOG of 0.60.0 by @qinheping in
#3925
* Bump tests/perf/s2n-quic from `d88faa4` to `8670e83` by @dependabot in
#3928
* Update toolchain to 2025-03-04 by @qinheping in
#3927
* Install the right toolchain for HEAD and BASE checks in
`verify-std-check.yml` by @remi-delmas-3000 in
#3920
* Automatic cargo update to 2025-03-10 by @github-actions in
#3926
* Automatic toolchain upgrade to nightly-2025-03-05 by @github-actions
in #3929
* Upgrade toolchain to nightly-2025-03-07 by @tautschnig in
#3931
* Upgrade toolchain to nightly-2025-03-12 by @tautschnig in
#3933
* Automatic toolchain upgrade to nightly-2025-03-13 by @github-actions
in #3934
* Update CBMC dependency to 6.5.0 by @tautschnig in
#3936
* Automatic toolchain upgrade to nightly-2025-03-14 by @github-actions
in #3937
* Automatic toolchain upgrade to nightly-2025-03-15 by @github-actions
in #3938
* Automatic toolchain upgrade to nightly-2025-03-16 by @github-actions
in #3939
* Automatic toolchain upgrade to nightly-2025-03-17 by @github-actions
in #3940
* Automatic cargo update to 2025-03-17 by @github-actions in
#3941
* Autoharness: Don't panic on `_` argument and add `_autoharness` suffix
to GOTO files by @carolynzech in
#3942
* Implement `f16` and `f128` cases in `codegen_float_type` by
@carolynzech in #3943
* Support function implementations of known built-ins by @tautschnig in
#3945
* Autoharness: metadata improvements and enable standard library
application by @carolynzech in
#3948
* Autoharness: `--list` option by @carolynzech in
#3952
* Add support for anonymous nested statics by @carolynzech in
#3953
* Automatic cargo update to 2025-03-24 by @github-actions in
#3954
* Bump tests/perf/s2n-quic from `8670e83` to `324cf31` by @dependabot in
#3955
* Document behavior of checked_size_of_raw and is_inbounds by @rajath-mk
in #3956
* Upgrade toolchain to 2025-03-18 by @zhassan-aws in
#3959
* Remove unstable-features from code formatting script by @zhassan-aws
in #3962
* Remove CI job to update features/verify-rust-std by @tautschnig in
#3963
* Make is_inbounds public by @rajath-mk in
#3958
* Enable Kani to work with a stable toolchain by @zhassan-aws in
#3964
* Automatic cargo update to 2025-03-31 by @github-actions in
#3966
* Add support for struct field accessing in loop contracts by
@thanhnguyen-aws in #3970
* Bump tests/perf/s2n-quic from `324cf31` to `d0aff82` by @dependabot in
#3968
* Clarify `is_inbounds` docs by @carolynzech in
#3974
* Upgrade toolchain to 2025-04-01 by @carolynzech in
#3973
* Remove remaining `--enable-unstable` mentions by @carolynzech in
#3978
* Clean up unused dependencies by @zhassan-aws in
#3981
* Automatic toolchain upgrade to nightly-2025-04-02 by @github-actions
in #3983
* Update dependencies per `cargo-outdated` by @carolynzech in
#3982
* Fix `autoharness` termination test & print metadata in alphabetical
order by @carolynzech in
#3971
* Fix cargo invocations to only use `pkg_args` where appropriate by
@carolynzech in #3984


**Full Changelog**:
kani-0.60.0...kani-0.61.0

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
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