Skip to content

Commit 68f1adb

Browse files
tautschnigzhassan-awscarolynzech
authored
Bump Kani version to 0.57.0 (#3777)
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 <[email protected]> Co-authored-by: Carolyn Zech <[email protected]>
1 parent 86f5366 commit 68f1adb

File tree

12 files changed

+66
-20
lines changed

12 files changed

+66
-20
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,52 @@ This file contains notable changes (e.g. breaking changes, major changes, etc.)
44

55
This file was introduced starting Kani 0.23.0, so it only contains changes from version 0.23.0 onwards.
66

7+
## [0.57.0]
8+
9+
### Major Changes
10+
* `kani-cov`: A coverage tool for Kani by @adpaco-aws in https://github.com/model-checking/kani/pull/3121
11+
* Add a timeout option by @zhassan-aws in https://github.com/model-checking/kani/pull/3649
12+
* Loop Contracts Annotation for While-Loop by @qinheping in https://github.com/model-checking/kani/pull/3151
13+
* Harness output individual files by @Alexander-Aghili in https://github.com/model-checking/kani/pull/3360
14+
* Enable support for Ubuntu 24.04 by @tautschnig in https://github.com/model-checking/kani/pull/3758
15+
16+
### Breaking Changes
17+
* Make `kani::check` private by @celinval in https://github.com/model-checking/kani/pull/3614
18+
* Remove symtab json support by @celinval in https://github.com/model-checking/kani/pull/3695
19+
* Remove CBMC viewer and visualize option by @zhassan-aws in https://github.com/model-checking/kani/pull/3699
20+
* Dropping support for Ubuntu 18.04 / AL2. by @thanhnguyen-aws in https://github.com/model-checking/kani/pull/3744
21+
22+
### What's Changed
23+
* Remove the overflow checks for wrapping_offset by @zhassan-aws in https://github.com/model-checking/kani/pull/3589
24+
* Support fully-qualified --package arguments by @celinval in https://github.com/model-checking/kani/pull/3593
25+
* Implement proper function pointer handling for validity checks by @celinval in https://github.com/model-checking/kani/pull/3606
26+
* Add fn that checks pointers point to same allocation by @celinval in https://github.com/model-checking/kani/pull/3583
27+
* [Lean back-end] Preserve variable names by @zhassan-aws in https://github.com/model-checking/kani/pull/3560
28+
* Emit an error when proof_for_contract function is not found by @zhassan-aws in https://github.com/model-checking/kani/pull/3609
29+
* [Lean back-end] Rename user-facing options from Aeneas to Lean by @zhassan-aws in https://github.com/model-checking/kani/pull/3630
30+
* Fix ICE due to mishandling of Aggregate rvalue for raw pointers to trait objects by @carolynzech in https://github.com/model-checking/kani/pull/3636
31+
* Fix loop contracts transformation when loops in branching by @qinheping in https://github.com/model-checking/kani/pull/3640
32+
* Move any_slice_from_array to kani_core by @qinheping in https://github.com/model-checking/kani/pull/3646
33+
* Implement `Arbitrary` for `Range*` by @c410-f3r in https://github.com/model-checking/kani/pull/3666
34+
* Add support for float_to_int_unchecked by @zhassan-aws in https://github.com/model-checking/kani/pull/3660
35+
* Change `same_allocation` to accept wide pointers by @celinval in https://github.com/model-checking/kani/pull/3684
36+
* Derive `Arbitrary` for enums with a single variant by @AlgebraicWolf in https://github.com/model-checking/kani/pull/3692
37+
* Apply loop contracts only if there exists some usage by @qinheping in https://github.com/model-checking/kani/pull/3694
38+
* Add support for f16 and f128 in float_to_int_unchecked intrinsic by @zhassan-aws in https://github.com/model-checking/kani/pull/3701
39+
* Fix codegen for rvalue aggregate raw pointer to an adt with slice tail by @carolynzech in https://github.com/model-checking/kani/pull/3644
40+
* Improve Kani handling of function markers by @celinval in https://github.com/model-checking/kani/pull/3718
41+
* Enable contracts for const generic functions by @qinheping in https://github.com/model-checking/kani/pull/3726
42+
* List Subcommand Improvements by @carolynzech in https://github.com/model-checking/kani/pull/3729
43+
* [Lean back-end] add support for enum, struct, tuple in llbc backend by @thanhnguyen-aws in https://github.com/model-checking/kani/pull/3721
44+
* Fix issues with how we compute DST size by @celinval in https://github.com/model-checking/kani/pull/3687
45+
* Fix size and alignment computation for intrinsics by @celinval in https://github.com/model-checking/kani/pull/3734
46+
* Add a Kani function that checks if the range of a float is valid for conversion to int by @zhassan-aws in https://github.com/model-checking/kani/pull/3742
47+
* Add out of bounds check for `offset` intrinsics by @celinval in https://github.com/model-checking/kani/pull/3755
48+
* Automatic upgrade of CBMC from 6.3.1 to 6.4.1
49+
* Rust toolchain upgraded to nightly-2024-12-13 by @zhassan-aws @carolynzech @qinheping @celinval @tautschnig
50+
51+
**Full Changelog**: https://github.com/model-checking/kani/compare/kani-0.56.0...kani-0.57.0
52+
753
## [0.56.0]
854

955
### Major/Breaking Changes

Cargo.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ dependencies = [
171171

172172
[[package]]
173173
name = "build-kani"
174-
version = "0.56.0"
174+
version = "0.57.0"
175175
dependencies = [
176176
"anyhow",
177177
"cargo_metadata",
@@ -400,7 +400,7 @@ dependencies = [
400400

401401
[[package]]
402402
name = "cprover_bindings"
403-
version = "0.56.0"
403+
version = "0.57.0"
404404
dependencies = [
405405
"lazy_static",
406406
"linear-map",
@@ -754,15 +754,15 @@ checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5"
754754

755755
[[package]]
756756
name = "kani"
757-
version = "0.56.0"
757+
version = "0.57.0"
758758
dependencies = [
759759
"kani_core",
760760
"kani_macros",
761761
]
762762

763763
[[package]]
764764
name = "kani-compiler"
765-
version = "0.56.0"
765+
version = "0.57.0"
766766
dependencies = [
767767
"charon",
768768
"clap",
@@ -801,7 +801,7 @@ dependencies = [
801801

802802
[[package]]
803803
name = "kani-driver"
804-
version = "0.56.0"
804+
version = "0.57.0"
805805
dependencies = [
806806
"anyhow",
807807
"cargo_metadata",
@@ -833,7 +833,7 @@ dependencies = [
833833

834834
[[package]]
835835
name = "kani-verifier"
836-
version = "0.56.0"
836+
version = "0.57.0"
837837
dependencies = [
838838
"anyhow",
839839
"home",
@@ -842,14 +842,14 @@ dependencies = [
842842

843843
[[package]]
844844
name = "kani_core"
845-
version = "0.56.0"
845+
version = "0.57.0"
846846
dependencies = [
847847
"kani_macros",
848848
]
849849

850850
[[package]]
851851
name = "kani_macros"
852-
version = "0.56.0"
852+
version = "0.57.0"
853853
dependencies = [
854854
"proc-macro-error2",
855855
"proc-macro2",
@@ -859,7 +859,7 @@ dependencies = [
859859

860860
[[package]]
861861
name = "kani_metadata"
862-
version = "0.56.0"
862+
version = "0.57.0"
863863
dependencies = [
864864
"clap",
865865
"cprover_bindings",
@@ -1599,7 +1599,7 @@ dependencies = [
15991599

16001600
[[package]]
16011601
name = "std"
1602-
version = "0.56.0"
1602+
version = "0.57.0"
16031603
dependencies = [
16041604
"kani",
16051605
]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "kani-verifier"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
description = "A bit-precise model checker for Rust."
99
readme = "README.md"

cprover_bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "cprover_bindings"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
publish = false

kani-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "kani-compiler"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
publish = false

kani-driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "kani-driver"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
description = "Build a project with Kani and run all proof harnesses"
99
license = "MIT OR Apache-2.0"

kani_metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "kani_metadata"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
publish = false

library/kani/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "kani"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
publish = false

library/kani_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "kani_core"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
publish = false

library/kani_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "kani_macros"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
publish = false

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Note: this package is intentionally named std to make sure the names of
66
# standard library symbols are preserved
77
name = "std"
8-
version = "0.56.0"
8+
version = "0.57.0"
99
edition = "2021"
1010
license = "MIT OR Apache-2.0"
1111
publish = false

tools/build-kani/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "build-kani"
6-
version = "0.56.0"
6+
version = "0.57.0"
77
edition = "2021"
88
description = "Builds Kani, Sysroot and release bundle."
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)