Skip to content
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

Automatic toolchain upgrade to nightly-2024-09-02 #3479

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 2, 2024

Update Rust toolchain from nightly-2024-09-01 to nightly-2024-09-02 without any other source changes.

Copy link
Contributor Author

github-actions bot commented Sep 2, 2024

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@a7399ba up to
rust-lang/rust@94885bc. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/94885bc699 Auto merge of #129854 - Kobzol:revert-127537, r=lqd

rust-lang/rust@a48861a627 Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu
rust-lang/rust@47e6b5deed Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"
rust-lang/rust@1a1cc050d8 Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlin
rust-lang/rust@78d5c04d9c Auto merge of #129841 - matthiaskrgr:rollup-pkavdtl, r=matthiaskrgr
rust-lang/rust@2261ffa19f Rollup merge of #129832 - eduardosm:stray-dot, r=jhpratt
rust-lang/rust@f040e689c0 Rollup merge of #129780 - cyrgani:master, r=compiler-errors
rust-lang/rust@d24336b8c9 Rollup merge of #129672 - saethlin:enum-debuginfo-tests, r=Mark-Simulacrum
rust-lang/rust@62b8fdb7da Rollup merge of #129619 - sunshowers:update-stacker, r=Mark-Simulacrum
rust-lang/rust@07d5c250be Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov
rust-lang/rust@1063c0dd37 Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot
rust-lang/rust@da65b9064f Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, r=scottmcm
rust-lang/rust@a073004484 Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm
rust-lang/rust@43eaa5c624 Auto merge of #129790 - BoxyUwU:bump-version, r=BoxyUwU
rust-lang/rust@f68f66538a Create opaque definitions in resolver.
rust-lang/rust@d4e708f1bc Remove stray dot in std::char::from_u32_unchecked documentation
rust-lang/rust@ff1fc68c11 Simplify lint source computation.
rust-lang/rust@5f1f45b095 Remove attr_id from stable lint ids.
rust-lang/rust@111b0a97b4 Rewrite lint_expectations in a single pass.
rust-lang/rust@4928b22fa8 Use AttrId key for unstable<->stable expectation map.
rust-lang/rust@a9b959a020 elided_named_lifetimes: bless & add tests
rust-lang/rust@f7b0b22137 Fix elided_named_lifetimes in code
rust-lang/rust@5d04472461 Implement elided_named_lifetimes lint
rust-lang/rust@4d272b18b9 Bump to 1.83
rust-lang/rust@fff063ee77 add crashtests for several old unfixed ICEs
rust-lang/rust@f41e0bb41d Squashed aarch64_unknown_nto_qnx700 support
rust-lang/rust@ea6df5c147 Update stacker to 0.1.17
rust-lang/rust@1a2ec2634e Make option-like-enum.rs UB-free and portable
rust-lang/rust@8301dd4767 core: make documentation clearer, rename slice comparison specialization trait
rust-lang/rust@341511ad4e refactor: standardize duplicate processes in parser
rust-lang/rust@32d6d0e187 bless miri tests
rust-lang/rust@88fda58bf5 core: use compare_bytes for more slice element types

@github-actions github-actions bot requested a review from a team as a code owner September 2, 2024 03:16
@zhassan-aws zhassan-aws closed this Sep 2, 2024
@zhassan-aws zhassan-aws reopened this Sep 2, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Sep 2, 2024
@tautschnig tautschnig added this pull request to the merge queue Sep 2, 2024
Merged via the queue into main with commit ec5bfc6 Sep 2, 2024
26 of 27 checks passed
@tautschnig tautschnig deleted the toolchain-2024-09-02 branch September 2, 2024 20:05
github-merge-queue bot pushed a commit that referenced this pull request Sep 4, 2024
These are the auto-generated release notes:

## What's Changed
* Update CBMC build instructions for Amazon Linux 2 by @tautschnig in
#3431
* Handle intrinsics systematically by @artemagvanian in
#3422
* Bump tests/perf/s2n-quic from `445f73b` to `ab9723a` by @dependabot in
#3434
* Automatic cargo update to 2024-08-12 by @github-actions in
#3433
* Actually apply CBMC patch by @tautschnig in
#3436
* Update features/verify-rust-std branch by @feliperodri in
#3435
* Add test related to issue 3432 by @celinval in
#3439
* Implement memory initialization state copy functionality by
@artemagvanian in #3350
* Bump tests/perf/s2n-quic from `ab9723a` to `80b93a7` by @dependabot in
#3453
* Make points-to analysis handle all intrinsics explicitly by
@artemagvanian in #3452
* Automatic cargo update to 2024-08-19 by @github-actions in
#3450
* Add loop scanner to tool-scanner by @qinheping in
#3443
* Avoid corner-cases by grouping instrumentation into basic blocks and
using backward iteration by @artemagvanian in
#3438
* Re-enabled hierarchical logs in the compiler by @celinval in
#3449
* Fix ICE due to mishandling of Aggregate rvalue for raw pointers to
`str` by @celinval in #3448
* Automatic cargo update to 2024-08-26 by @github-actions in
#3459
* Bump tests/perf/s2n-quic from `80b93a7` to `8f7c04b` by @dependabot in
#3460
* Update deny action by @zhassan-aws in
#3461
* Basic support for memory initialization checks for unions by
@artemagvanian in #3444
* Adjust test patterns so as not to check for trivial properties by
@tautschnig in #3464
* Clarify comment in RFC Template by @carolynzech in
#3462
* RFC: Source-based code coverage by @adpaco-aws in
#3143
* Adopt Rust's source-based code coverage instrumentation by @adpaco-aws
in #3119
* Upgrade toolchain to 08/28 by @jaisnan in
#3454
* Extra tests and bug fixes to the delayed UB instrumentation by
@artemagvanian in #3419
* Upgrade Toolchain to 8/29 by @carolynzech in
#3468
* Automatic toolchain upgrade to nightly-2024-08-30 by @github-actions
in #3469
* Extend name resolution to support qualified paths (Partial Fix) by
@celinval in #3457
* Partially integrate uninit memory checks into `verify_std` by
@artemagvanian in #3470
* Update Toolchain to 9/1 by @carolynzech in
#3478
* Automatic cargo update to 2024-09-02 by @github-actions in
#3480
* Bump tests/perf/s2n-quic from `8f7c04b` to `1ff3a9c` by @dependabot in
#3481
* Automatic toolchain upgrade to nightly-2024-09-02 by @github-actions
in #3479
* Automatic toolchain upgrade to nightly-2024-09-03 by @github-actions
in #3482
* RFC for List Subcommand by @carolynzech in
#3463
* Add tests for fixed issues. by @carolynzech in
#3484


**Full Changelog**:
kani-0.54.0...kani-0.55.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-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants