Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-10-05 to nightly-2024-10-06 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@14f303b up to
rust-lang/rust@9096f4f. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/9096f4fafa Auto merge of #131302 - matthiaskrgr:rollup-56kbpzx, r=matthiaskrgr

rust-lang/rust@6a85c32f55 Rollup merge of #131299 - RalfJung:lang-item-track-caller, r=compiler-errors
rust-lang/rust@c45f902723 Rollup merge of #131285 - RalfJung:mir-projection-sem, r=cjgillot
rust-lang/rust@388c10b2ac Rollup merge of #131281 - RalfJung:const-cell, r=Amanieu
rust-lang/rust@2e80beb36c Rollup merge of #131280 - ismailarilik:handle-potential-query-instability-lint-for-rustc-interface, r=cjgillot
rust-lang/rust@8e31e98ff9 Rollup merge of #130555 - hegza:rv32e, r=workingjubilee
rust-lang/rust@2b21f90d5e Auto merge of #131221 - XrXr:bump-compiler-builtins, r=tgross35
rust-lang/rust@8faf3722ac fix typo in 'lang item with track_caller' message
rust-lang/rust@e561499e90 Auto merge of #131188 - Kobzol:remove-libstd-so-from-sysroot, r=onur-ozkan
rust-lang/rust@f559d61888 Auto merge of #131288 - matthiaskrgr:rollup-h0t0v2h, r=matthiaskrgr
rust-lang/rust@72acacf60f Rollup merge of #131286 - RalfJung:miri-sync, r=RalfJung
rust-lang/rust@1bd61bbeac Rollup merge of #131278 - onur-ozkan:update-outdated-doc, r=Kobzol
rust-lang/rust@cb5bb13ea9 Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev
rust-lang/rust@92beb42f64 Rollup merge of #131094 - joboet:lazy_once_box, r=ibraheemdev
rust-lang/rust@386a0baecb Rollup merge of #130428 - ink-feather-org:stabilize-const-split-at-mut, r=RalfJung
rust-lang/rust@f0ddc7b472 clarify semantics of ConstantIndex MIR projection
rust-lang/rust@3b418b1485 Auto merge of #3940 - rust-lang:refutable_slice, r=RalfJung
rust-lang/rust@6edd0b356f Add platform support doc for rv32e
rust-lang/rust@346afc7017 Add UI test to verify invalid loads are not generated
rust-lang/rust@fe658e1fe4 Add assembly tests to satisfy 'tidy'
rust-lang/rust@66b3d0b36a Work around the stage0 sanity check
rust-lang/rust@f3037823de doc: platform-support.md: Document port
rust-lang/rust@04099b663c Update target fns to latest main
rust-lang/rust@7a0bac49c8 Add comment: data_layout
rust-lang/rust@b22b348e0d Add targets: riscv32{e|em|emc}
rust-lang/rust@98aa3d96e2 make Cell unstably const
rust-lang/rust@eb97047cc6 Auto merge of #3943 - RalfJung:pthread-mutex-reentrant, r=RalfJung
rust-lang/rust@155380523c pthread mutex: better error in reentrant-locking-UB, also test PTHREAD_MUTEX_INITIALIZER
rust-lang/rust@0cd0f7ceef move f16/f128 const fn under f16/f128 feature gate
rust-lang/rust@d0e6758677 Stabilize const_slice_split_at_mut and const_slice_first_last_chunk
rust-lang/rust@2feed62796 Handle rustc_interface cases of rustc::potential_query_instability lint
rust-lang/rust@5a4ee43c38 Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors
rust-lang/rust@05f7b092a4 remove outdated contribution direction
rust-lang/rust@d30c3924a4 Auto merge of #131275 - workingjubilee:rollup-4yxqio3, r=workingjubilee
rust-lang/rust@08689af7b4 Rollup merge of #131273 - estebank:issue-131051, r=compiler-errors
rust-lang/rust@3078b23bbf Rollup merge of #131267 - okaneco:bufread_skip_until, r=tgross35
rust-lang/rust@f66aa600d9 Rollup merge of #131260 - notriddle:notriddle/disambiguator-error, r=GuillaumeGomez
rust-lang/rust@bc2f732870 Rollup merge of #131194 - practicalrs:fix_needless_lifetimes, r=celinval
rust-lang/rust@5bad4e9cae Rollup merge of #131105 - slanterns:literal_c_str, r=petrochenkov
rust-lang/rust@68de7d11a9 Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors
rust-lang/rust@49c6d78117 Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut, r=workingjubilee
rust-lang/rust@9510c7366d Rollup merge of #130367 - compiler-errors:super-unconstrained, r=spastorino
rust-lang/rust@f09e5a785b Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelix
rust-lang/rust@495f75aa46 Auto merge of #131124 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@479779d6a9 Bless clippy.
rust-lang/rust@6b67c46a25 Compute array length from type for unconditional panic.
rust-lang/rust@ef17eb79bb Adapt clippy.
rust-lang/rust@98941f76ff Bless incremental tests.
rust-lang/rust@6278e0f507 Promote crash tests to ui.
rust-lang/rust@6ec58a44e2 Simplify bound var resolution.
rust-lang/rust@c7cb45a791 Remove stray fixmes.
rust-lang/rust@d9f15faf3a Bless ui tests.
rust-lang/rust@e740c7b624 Visit opaques for visibilities.
rust-lang/rust@68f7ed4495 WfCheck opaques.
rust-lang/rust@d6f247f3d5 rm ItemKind::OpaqueTy
rust-lang/rust@4ec7839afa Make naming more consistent.
rust-lang/rust@99144726a4 Make query backtrace more useful.
rust-lang/rust@e057c43382 Account for impl Trait { when impl Trait for Type { was intended
rust-lang/rust@b955480d05 Update compiler-builtins to 0.1.132
rust-lang/rust@bece740dad Auto merge of #131269 - workingjubilee:rollup-bf7fzhf, r=workingjubilee
rust-lang/rust@fd7ee484f9 Elaborate supertrait span correctly to label the error better
rust-lang/rust@ae5f58d906 Check elaborated projections from dyn don't mention unconstrained late bound lifetimes
rust-lang/rust@4778893968 Rollup merge of #131264 - compiler-errors:fix-pub-crate, r=jieyouxu
rust-lang/rust@869b8eb7ee Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddle
rust-lang/rust@a17df378e2 Rollup merge of #131240 - taiki-e:typo, r=jieyouxu
rust-lang/rust@8ec549492d Rollup merge of #131238 - michaelwoerister:triagebot, r=michaelwoerister
rust-lang/rust@882d660036 Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgross35
rust-lang/rust@1462815098 Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelix
rust-lang/rust@ff57e0b24e Rollup merge of #131171 - madsmtm:target-info-avr-env, r=petrochenkov
rust-lang/rust@554daa007f Rollup merge of #131116 - mustartt:aix-stack-size, r=petrochenkov
rust-lang/rust@5a8fcab713 Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay
rust-lang/rust@b88f56f862 Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelix
rust-lang/rust@d0a467a89f Update cargo
rust-lang/rust@e08002f6d0 Stabilize BufRead::skip_until
rust-lang/rust@f51d8e3276 Fix target_abi in sparc-unknown-none-elf
rust-lang/rust@f46e1624cb Prefer refutable slice patterns over len check + index op
rust-lang/rust@be2540a1f0 Fix some pub(crate) that were undetected bc of instrument
rust-lang/rust@3686e59913 rustdoc: cleaner errors on disambiguator/namespace mismatches
rust-lang/rust@1c63ec9fa0 Add GUI regression test for #130622 and for #131223
rust-lang/rust@cc36e0d983 Fix list margins
rust-lang/rust@f7400c390b Auto merge of #3895 - TDecking:gfni, r=RalfJung
rust-lang/rust@d00b754721 Implement LLVM x86 gfni intrinsics
rust-lang/rust@c6774f19e7 Fix typo in csky-unknown-linux-gnuabiv2.md
rust-lang/rust@ea3d336bbb Remove mw from triagebot.toml
rust-lang/rust@f59c8fffe3 Avoid dynamic linking to libstd in command-current-dir test
rust-lang/rust@6602a2382d Auto merge of #3938 - rust-lang:rustup-2024-10-04, r=RalfJung
rust-lang/rust@dc88a6a788 clippy
rust-lang/rust@7014ae87df Merge from rustc
rust-lang/rust@d19bd66a4e Preparing for merge from rustc
rust-lang/rust@8918a9d265 Fix needless_lifetimes in stable_mir
rust-lang/rust@2cf155924f Do not include libstd.so in sysroot when we statically link to libstd
rust-lang/rust@bf71d65980 Auto merge of #3935 - RalfJung:rustup, r=RalfJung
rust-lang/rust@9b35886adf make sure we also detect mixed-size races that begin at different addresses
rust-lang/rust@32d49680d6 fmt
rust-lang/rust@6280e267f0 Merge from rustc
rust-lang/rust@be819d4159 Preparing for merge from rustc
rust-lang/rust@ac53f1f242 library: Stabilize const_slice_first_last
rust-lang/rust@75db6b29b5 library: Stabilize const_unsafecell_get_mut
rust-lang/rust@966405d107 library: Stabilize const_ptr_as_ref
rust-lang/rust@bcc78bdc29 library: Stabilize const_str_as_mut
rust-lang/rust@a0228686d1 library: Stabilize const_str_from_utf8_unchecked_mut
rust-lang/rust@52aa98a994 Auto merge of #3932 - rust-lang:epoll-with-vector-clock, r=oli-obk
rust-lang/rust@033fdda46c Fix target_env in avr-unknown-gnu-atmega328
rust-lang/rust@81202c8b13 epoll: remove extraneous clone of ready_list
rust-lang/rust@86bb1373aa epoll: add vector clock to the epoll ready_list
rust-lang/rust@1b622f4672 epoll: remove unnecessary instructions
rust-lang/rust@3e089b0e16 epoll: add data_race test
rust-lang/rust@162ee75e43 format
rust-lang/rust@9be9141730 increase stack size for aix
rust-lang/rust@c1acccdf17 std: replace LazyBox with OnceBox
rust-lang/rust@0dc250c497 Stabilize const_slice_from_raw_parts_mut
rust-lang/rust@9b52fb5558 Split out method receivers in feature gate test
rust-lang/rust@30ff4006e1 update Literal's intro
rust-lang/rust@97510cd9dc Auto merge of #3929 - RalfJung:io-error, r=RalfJung
rust-lang/rust@4f4e1d42b5 add set_last_error_and_return_i32 helper and use it in a few places
rust-lang/rust@9c21fd4b93 make set_last_error directly callable on a bunch of ways to represent errors
rust-lang/rust@88c74529c1 move io error handling helpers to their own file
rust-lang/rust@c37539d149 Auto merge of #3923 - tiif:refactor, r=RalfJung
rust-lang/rust@df6c27db4e Refactor return_read_bytes_and_count and return_written_byte_count_or_error
rust-lang/rust@ddfd0c701a Remove feature(control_flow_enum) in tests
rust-lang/rust@c89b873172 Remove the control_flow_enum feature from clippy
rust-lang/rust@fd5aa07f4f Stabilize the map/value methods on ControlFlow
rust-lang/rust@3dfb30c70a Allow reborrowing pinned self methods
rust-lang/rust@97fbcf6773 Allow reborrowing Pin<&mut Self>
rust-lang/rust@ae5d448a26 Add x86_64-unknown-trusty as tier 3

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

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

**Full Changelog**:
kani-0.56.0...kani-0.57.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: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
Co-authored-by: Carolyn Zech <cmzech@amazon.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