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-11-16 #3722

Merged
merged 5 commits into from
Nov 18, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-11-15 to nightly-2024-11-16 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@90ab8ea up to
rust-lang/rust@917a50a. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/917a50a039 Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgr

rust-lang/rust@a111716c42 Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler-errors
rust-lang/rust@249a9100a3 Rollup merge of #133045 - mrkajetanp:pauth-test-clang-lto-flag-merge, r=jieyouxu
rust-lang/rust@6963572c78 Rollup merge of #133021 - nnethercote:refactor-configure_annotatable, r=petrochenkov
rust-lang/rust@213803549a Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=BoxyUwU
rust-lang/rust@ce40196577 Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errors
rust-lang/rust@194471cbd4 tests: Test pac-ret flag merging on clang with LTO
rust-lang/rust@76fd47124b Auto merge of #132910 - osiewicz:crate-loader-smarter-queries, r=saethlin
rust-lang/rust@42e71bb8ea rustc_metadata: Preprocess search paths for better performance
rust-lang/rust@f00f68245e Auto merge of #132967 - klensy:docker-unite, r=Kobzol
rust-lang/rust@251dc8ad84 Auto merge of #133059 - workingjubilee:rollup-rc5kvr1, r=workingjubilee
rust-lang/rust@efe2c44269 Rollup merge of #133053 - liushuyu:simd-test-x86-baseline-fix, r=workingjubilee
rust-lang/rust@cea081e980 Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlin
rust-lang/rust@60f3911631 Rollup merge of #133048 - cyrgani:ptr-doc-update, r=Amanieu
rust-lang/rust@a835f2a81f Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35
rust-lang/rust@a5510a5430 Rollup merge of #132984 - sunshowers:pipe2, r=tgross35
rust-lang/rust@3f9f7c4a72 Rollup merge of #132977 - cberner:fix_solaris, r=tgross35
rust-lang/rust@fcc084520c Rollup merge of #132905 - xingxue-ibm:link-unwind, r=bjorn3
rust-lang/rust@b1b56b11a2 Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviper
rust-lang/rust@3bc6916f4c Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiser
rust-lang/rust@0733ed77d1 tests/run-make/simd-ffi: use a generic LLVM intrinsics ...
rust-lang/rust@5d818914af Always inline functions signatures containing f16 or f128
rust-lang/rust@b77dbbd4fd Pass f16 and f128 by value in const_assert!
rust-lang/rust@e84902d35a Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr
rust-lang/rust@ede8a74f1e tests/run-make/simd-ffi: fix test crashing on x86 targets ...
rust-lang/rust@9fde49b338 Change visit_precise_capturing_arg so it returns a Self::Result
rust-lang/rust@7711ba2d14 use &raw in {read, write}_unaligned documentation
rust-lang/rust@d6a9ded560 Rollup merge of #133046 - flip1995:clippy-subtree-update, r=Manishearth
rust-lang/rust@8912909b98 Rollup merge of #133043 - notriddle:master, r=fmease
rust-lang/rust@dd61213be4 Rollup merge of #133040 - GuillaumeGomez:footnote-ref-in-def, r=notriddle
rust-lang/rust@e158303c09 Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwco
rust-lang/rust@35c3b25321 Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-update
rust-lang/rust@32500aa8e0 rustdoc-search: case-sensitive only when capitals are used
rust-lang/rust@786fbd6d68 Rustup (#13687)
rust-lang/rust@99ef36938a Bump nightly version -> 2024-11-14
rust-lang/rust@c166ee1fc8 Merge remote-tracking branch 'upstream/master' into rustup
rust-lang/rust@052d40adb3 Add regression test for #131946
rust-lang/rust@1d2f9118fe Fix handling of footnote reference in footnote definition
rust-lang/rust@467ce2695a Include the "unwind" crate to link with libunwind instead of the "libc" crate.
rust-lang/rust@7a96ed3dd0 Remove unreachable code in has_cfg_or_cfg_attr.
rust-lang/rust@d55a5e5dda Merge matches in configure_annotatable.
rust-lang/rust@b2b643c9d9 Inline and remove flat_map_annotatable.
rust-lang/rust@7aee2b332f Make configure_annotatable/flat_map_annotatable infallible.
rust-lang/rust@17ed948312 docs: Fix missing colon in methods for primitive types
rust-lang/rust@2cb7aeaba5 docs: Fix missing period in methods for integer types
rust-lang/rust@0df3ef4435 Fix compilation error on Solaris due to flock usage
rust-lang/rust@9760983353 check_consts: fix error requesting feature gate when that gate is not actually needed
rust-lang/rust@fb3edb2fc7 [illumos] use pipe2 to create anonymous pipes
rust-lang/rust@b829d53c19 New lint: unnecessary_map_or (#11796)
rust-lang/rust@89210d7c5a new lint unnecessary_map_or
rust-lang/rust@acea108b90 fix REGISTRY_USERNAME to reuse cache between auto and pr jobs
rust-lang/rust@2285535d04 Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors
rust-lang/rust@e5b1caef85 Consolidate type system const evaluation under traits::evaluate_const
rust-lang/rust@811c1db715 allow CFGuard on windows-gnullvm
rust-lang/rust@8e068b989b Recurse into APITs in impl_trait_overcaptures
rust-lang/rust@e2962cc079 Auto merge of #126597 - estebank:unicode-output, r=fmease
rust-lang/rust@da93d78049 Add Unicode block-drawing compiler output support
rust-lang/rust@f58088b23e Add match-based manual try to clippy::question_mark (#13627)
rust-lang/rust@353f8e1323 ensure that all publicly reachable const fn have const stability info
rust-lang/rust@c496af64ed Add as_slice/into_slice for IoSlice/IoSliceMut.
rust-lang/rust@4f0e46b74d Fix large_include_file lint being triggered all the time by doc comments (#13672)
rust-lang/rust@223bffd0d2 Fix large_include_file lint being triggered all the time by doc comments
rust-lang/rust@8cfb95959b fix: identity_op suggestions use correct parenthesis (#13647)
rust-lang/rust@c21c781a4e Clippy: cfg out validate_diag on release builds
rust-lang/rust@ef0f1cad59 Remove check for duplicate parenthesis
rust-lang/rust@6ced8c33c0 Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-update
rust-lang/rust@1b7239d954 Fixing a missed check for needs_parenthesis in division
rust-lang/rust@6d738f6bc0 Fix parens getting removed for non-associative operators
rust-lang/rust@a0b7681a6f fix: identity_op suggestions use correct parenthesis
rust-lang/rust@139bb25927 Avoid linting for closures with inferred return types
rust-lang/rust@6205bcf0f1 Add match-based manual try to clippy::question_mark
rust-lang/rust@ad3f3c7fb6 Skip locking span interner for some syntax context checks

@github-actions github-actions bot requested a review from a team as a code owner November 16, 2024 03:17
@tautschnig tautschnig closed this Nov 16, 2024
@tautschnig tautschnig reopened this Nov 16, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Nov 16, 2024
@qinheping qinheping added this pull request to the merge queue Nov 18, 2024
Merged via the queue into main with commit 4070157 Nov 18, 2024
35 of 36 checks passed
@qinheping qinheping deleted the toolchain-2024-11-16 branch November 18, 2024 07:21
tautschnig added a commit to tautschnig/kani that referenced this pull request Dec 13, 2024
Updated version in all `Cargo.toml` files (via `find . -name Cargo.toml
-exec sed -i 's/version = "0.56.0"/version = "0.57.0"/' {} \;`) and ran
`cargo build-dev` to have `Cargo.lock` files updated.

GitHub generated release notes:

 ## What's Changed
* Remove the overflow checks for wrapping_offset by @zhassan-aws in model-checking#3589
* `kani-cov`: A coverage tool for Kani by @adpaco-aws in model-checking#3121
* Automatic toolchain upgrade to nightly-2024-10-04 by @github-actions in model-checking#3570
* Automatic toolchain upgrade to nightly-2024-10-05 by @github-actions in model-checking#3591
* Automatic toolchain upgrade to nightly-2024-10-06 by @github-actions in model-checking#3592
* Exclude Charon from workspace by @zhassan-aws in model-checking#3580
* Support fully-qualified --package arguments by @celinval in model-checking#3593
* Automatic toolchain upgrade to nightly-2024-10-07 by @github-actions in model-checking#3595
* Automatic toolchain upgrade to nightly-2024-10-08 by @github-actions in model-checking#3597
* Automatic cargo update to 2024-10-14 by @github-actions in model-checking#3598
* Bump tests/perf/s2n-quic from `17171ec` to `7752afb` by @dependabot in model-checking#3601
* Automatic toolchain upgrade to nightly-2024-10-09 by @github-actions in model-checking#3600
* Automatic toolchain upgrade to nightly-2024-10-10 by @github-actions in model-checking#3602
* Automatic toolchain upgrade to nightly-2024-10-11 by @github-actions in model-checking#3603
* Loop Contracts Annotation for While-Loop by @qinheping in model-checking#3151
* Automatic toolchain upgrade to nightly-2024-10-12 by @github-actions in model-checking#3604
* Update toolchain to 2024-10-15 by @zhassan-aws in model-checking#3605
* Automatic toolchain upgrade to nightly-2024-10-16 by @github-actions in model-checking#3607
* Implement proper function pointer handling for validity checks by @celinval in model-checking#3606
* Update toolchain to 2024-10-17 by @zhassan-aws in model-checking#3610
* Add fn that checks pointers point to same allocation by @celinval in model-checking#3583
* Automatic toolchain upgrade to nightly-2024-10-18 by @github-actions in model-checking#3613
* [aeneas] Preserve variable names by @zhassan-aws in model-checking#3560
* [Breaking change] Make `kani::check` private by @celinval in model-checking#3614
* Emit an error when proof_for_contract function is not found by @zhassan-aws in model-checking#3609
* Automatic toolchain upgrade to nightly-2024-10-19 by @github-actions in model-checking#3617
* Automatic toolchain upgrade to nightly-2024-10-20 by @github-actions in model-checking#3619
* Update test small_slice_eq by @qinheping in model-checking#3618
* Automatic toolchain upgrade to nightly-2024-10-21 by @github-actions in model-checking#3621
* Automatic cargo update to 2024-10-21 by @github-actions in model-checking#3622
* Bump tests/perf/s2n-quic from `7752afb` to `cd0314b` by @dependabot in model-checking#3625
* Update coverage flag in docs by @zhassan-aws in model-checking#3626
* Automatic toolchain upgrade to nightly-2024-10-22 by @github-actions in model-checking#3628
* Automatic toolchain upgrade to nightly-2024-10-23 by @github-actions in model-checking#3635
* Remove dead Option layer from run_piped by @zhassan-aws in model-checking#3634
* Add `free(0)` to codegen of loop contracts by @qinheping in model-checking#3637
* [Lean] Rename user-facing options from Aeneas to Lean by @zhassan-aws in model-checking#3630
* Fix ICE due to mishandling of Aggregate rvalue for raw pointers to trait objects by @carolynzech in model-checking#3636
* Automatic toolchain upgrade to nightly-2024-10-24 by @github-actions in model-checking#3639
* Add regular & fixme tests for function contracts by @celinval in model-checking#3371
* Call `goto-instrument` with `DFCC` only once by @qinheping in model-checking#3642
* Build and include `kani-cov` in the bundle by @adpaco-aws in model-checking#3641
* Fix loop contracts transformation when loops in branching by @qinheping in model-checking#3640
* Update toolchain to 10/25 by @carolynzech in model-checking#3648
* Automatic toolchain upgrade to nightly-2024-10-26 by @github-actions in model-checking#3651
* Automatic toolchain upgrade to nightly-2024-10-27 by @github-actions in model-checking#3652
* Bump tests/perf/s2n-quic from `cd0314b` to `ed9db08` by @dependabot in model-checking#3655
* Automatic cargo update to 2024-10-28 by @github-actions in model-checking#3654
* Automatic toolchain upgrade to nightly-2024-10-28 by @github-actions in model-checking#3653
* Reduce the number of object bits for refcell test by @zhassan-aws in model-checking#3656
* Move any_slice_from_array to kani_core by @qinheping in model-checking#3646
* Upgrade toolchain to 2024-10-29 by @zhassan-aws in model-checking#3658
* Add a timeout option by @zhassan-aws in model-checking#3649
* Upgrade toolchain to 2024-10-30 by @tautschnig in model-checking#3661
* Upgrade Rust toolchain to 2024-10-31 by @zhassan-aws in model-checking#3668
* Upgrade toolchain to 2024-11-01 by @tautschnig in model-checking#3671
* Automatic toolchain upgrade to nightly-2024-11-02 by @github-actions in model-checking#3673
* Implement `Arbitrary` for `Range*` by @c410-f3r in model-checking#3666
* Automatic toolchain upgrade to nightly-2024-11-03 by @github-actions in model-checking#3674
* codegen: Ask the layout if it is uninhabited, not its impl detail by @workingjubilee in model-checking#3675
* Automatic cargo update to 2024-11-04 by @github-actions in model-checking#3677
* Bump tests/perf/s2n-quic from `192de7d` to `65d55a4` by @dependabot in model-checking#3678
* Update dependencies following Audit workflow failure. by @remi-delmas-3000 in model-checking#3680
* Harness output individual files by @Alexander-Aghili in model-checking#3360
* Update Charon submodule to 2024-11-04 by @zhassan-aws in model-checking#3686
* Add support for float_to_int_unchecked by @zhassan-aws in model-checking#3660
* Change `same_allocation` to accept wide pointers by @celinval in model-checking#3684
* Automatic upgrade of CBMC from 6.3.1 to 6.4.0 by @github-actions in model-checking#3689
* Derive `Arbitrary` for enums with a single variant by @AlgebraicWolf in model-checking#3692
* Update cbmc-viewer to 3.10 by @remi-delmas-3000 in model-checking#3683
* Apply loop contracts only if there exists some usage by @qinheping in model-checking#3694
* Remove symtab json support by @celinval in model-checking#3695
* Remove CBMC viewer and visualize option by @zhassan-aws in model-checking#3699
* Ignore derivative in Cargo deny by @qinheping in model-checking#3708
* Upgrade Rust toolchain to 2024-11-08 by @zhassan-aws in model-checking#3703
* Automatic cargo update to 2024-11-11 by @github-actions in model-checking#3704
* Update verify-std-check workflow to enable loop contracts by @qinheping in model-checking#3705
* Automatic toolchain upgrade to nightly-2024-11-09 by @github-actions in model-checking#3709
* Bump tests/perf/s2n-quic from `65d55a4` to `cb41b35` by @dependabot in model-checking#3706
* Add support for f16 and f128 in float_to_int_unchecked intrinsic by @zhassan-aws in model-checking#3701
* Upgrade toolchain to nightly-2024-11-11 by @qinheping in model-checking#3710
* Automatic toolchain upgrade to nightly-2024-11-12 by @github-actions in model-checking#3713
* Update charon submodule by @zhassan-aws in model-checking#3716
* Revert "Ignore derivative in Cargo deny" by @qinheping in model-checking#3712
* Upgrade toolchain to nightly-2024-11-13 by @qinheping in model-checking#3715
* Automatic toolchain upgrade to nightly-2024-11-14 by @github-actions in model-checking#3719
* Automatic toolchain upgrade to nightly-2024-11-15 by @github-actions in model-checking#3720
* Fix codegen for rvalue aggregate raw pointer to an adt with slice tail by @carolynzech in model-checking#3644
* Improve Kani handling of function markers by @celinval in model-checking#3718
* Automatic toolchain upgrade to nightly-2024-11-16 by @github-actions in model-checking#3722
* Automatic toolchain upgrade to nightly-2024-11-17 by @github-actions in model-checking#3724
* Automatic cargo update to 2024-11-18 by @github-actions in model-checking#3723
* Bump tests/perf/s2n-quic from `cb41b35` to `4c3ba69` by @dependabot in model-checking#3725
* Automatic toolchain upgrade to nightly-2024-11-18 by @github-actions in model-checking#3727
* Enable contracts for const generic functions by @qinheping in model-checking#3726
* List Subcommand Improvements by @carolynzech in model-checking#3729
* Automatic toolchain upgrade to nightly-2024-11-19 by @github-actions in model-checking#3730
* add support for enum, struct, tuple in llbc backend by @thanhnguyen-aws in model-checking#3721
* Fix issues with how we compute DST size by @celinval in model-checking#3687
* Bump tests/perf/s2n-quic from `4c3ba69` to `c84ba19` by @dependabot in model-checking#3736
* Fix size and alignment computation for intrinsics by @celinval in model-checking#3734
* Automatic cargo update to 2024-11-25 by @github-actions in model-checking#3735
* Cleanup a few internal compiler deps by @celinval in model-checking#3739
* Add a Kani function that checks if the range of a float is valid for conversion to int by @zhassan-aws in model-checking#3742
* Dropping support for Ubuntu 18.04 / AL2. by @thanhnguyen-aws in model-checking#3744
* Update toolchain to nightly-2024-11-26 by @celinval in model-checking#3740
* Automatic upgrade of CBMC from 6.4.0 to 6.4.1 by @github-actions in model-checking#3748
* Automatic cargo update to 2024-12-02 by @github-actions in model-checking#3749
* Update download-artifact, upload-artifact and checkout to v4 by @thanhnguyen-aws in model-checking#3745
* Bump tests/perf/s2n-quic from `c84ba19` to `96d2e22` by @dependabot in model-checking#3750
* Upgrade toolchain to 2024-11-27 by @tautschnig in model-checking#3751
* Upgrade toolchain to 2024-11-28 by @tautschnig in model-checking#3753
* Setup/CI: cleanup Ubuntu 18.04 and cbmc-viewer left-overs and enable 24.04 by @tautschnig in model-checking#3758
* Automatic cargo update to 2024-12-09 by @github-actions in model-checking#3766
* Bump tests/perf/s2n-quic from `96d2e22` to `e4a2365` by @dependabot in model-checking#3767
* Upgrade toolchain to 2024-12-09 by @carolynzech in model-checking#3768
* Add out of bounds check for `offset` intrinsics by @celinval in model-checking#3755
* Upgrade toolchain to 2024-12-12 by @carolynzech in model-checking#3774
* Automatic toolchain upgrade to nightly-2024-12-13 by @github-actions in model-checking#3775

 ## New Contributors
* @c410-f3r made their first contribution in model-checking#3666
* @workingjubilee made their first contribution in model-checking#3675
* @Alexander-Aghili made their first contribution in model-checking#3360
* @AlgebraicWolf made their first contribution in model-checking#3692
* @thanhnguyen-aws made their first contribution in model-checking#3721

**Full Changelog**: model-checking/kani@kani-0.56.0...kani-0.57.0
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