Commit 2955d5e
Bump Kani version to 0.59.0 (model-checking#3876)
Github generated release notes:
## What's Changed
* Automatic toolchain upgrade to nightly-2025-01-08 by @github-actions
in model-checking#3821
* Automatic cargo update to 2025-01-13 by @github-actions in
model-checking#3824
* Automatic toolchain upgrade to nightly-2025-01-09 by @github-actions
in model-checking#3825
* Bump ncipollo/release-action from 1.14.0 to 1.15.0 by @dependabot in
model-checking#3826
* Bump tests/perf/s2n-quic from `ac52a48` to `adc7ba9` by @dependabot in
model-checking#3827
* Automatic toolchain upgrade to nightly-2025-01-10 by @github-actions
in model-checking#3828
* Automatic toolchain upgrade to nightly-2025-01-11 by @github-actions
in model-checking#3830
* Verify contracts/stubs for generic types with multiple inherent
implementations by @carolynzech in
model-checking#3829
* Update Charon submodule by @thanhnguyen-aws in
model-checking#3823
* Automatic toolchain upgrade to nightly-2025-01-12 by @github-actions
in model-checking#3831
* Automatic toolchain upgrade to nightly-2025-01-13 by @github-actions
in model-checking#3833
* Upgrade toolchain to 2025-01-15 by @tautschnig in
model-checking#3835
* Automatic toolchain upgrade to nightly-2025-01-16 by @github-actions
in model-checking#3836
* Add a regression test for `no_std` feature by @carolynzech in
model-checking#3837
* Use fully-qualified name for size_of by @zhassan-aws in
model-checking#3838
* Automatic cargo update to 2025-01-20 by @github-actions in
model-checking#3842
* Bump tests/perf/s2n-quic from `adc7ba9` to `f0649f9` by @dependabot in
model-checking#3844
* Upgrade toolchain to nightly-2025-01-22 by @tautschnig in
model-checking#3843
* Remove `DefKind::Ctor` from filtering crate items by @carolynzech in
model-checking#3845
* Enable valid_ptr post_condition harnesses by @tautschnig in
model-checking#3847
* Update build command in docs to use release mode by @zhassan-aws in
model-checking#3846
* Automatic toolchain upgrade to nightly-2025-01-23 by @github-actions
in model-checking#3848
* Automatic toolchain upgrade to nightly-2025-01-24 by @github-actions
in model-checking#3850
* Remove the openssl-devel package from dependencies by @zhassan-aws in
model-checking#3852
* Fix validity checks for `char` by @celinval in
model-checking#3853
* Bump tests/perf/s2n-quic from `f0649f9` to `4500593` by @dependabot in
model-checking#3857
* Automatic cargo update to 2025-01-27 by @github-actions in
model-checking#3856
* Deprecate `--enable-unstable` and `--restrict-vtable` by @celinval in
model-checking#3859
* Stub linker to avoid missing symbols errors by @celinval in
model-checking#3858
* Toolchain upgrade to nightly-2025-01-28 by @feliperodri in
model-checking#3855
* Allow multiple annotations, but check for duplicate targets. by
@remi-delmas-3000 in model-checking#3808
* Move documentation of kani_core modules to right places by @qinheping
in model-checking#3851
* Fix missing function declaration issue by @celinval in
model-checking#3862
* Fix transmute codegen when sizes are different by @celinval in
model-checking#3861
* Remove symtab2gb from bundle by @zhassan-aws in
model-checking#3865
* Update the rustc hack for CLion / RustRover by @celinval in
model-checking#3868
* Bump tests/perf/s2n-quic from `4500593` to `82dd0b5` by @dependabot in
model-checking#3872
* Automatic cargo update to 2025-02-03 by @github-actions in
model-checking#3869
* Add reference for loop contracts by @qinheping in
model-checking#3849
* remove flag float-overflow-check by @rajath-mk in
model-checking#3873
## New Contributors
* @rajath-mk made their first contribution in
model-checking#3873
**Full Changelog**:
model-checking/kani@kani-0.58.0...kani-0.59.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]>1 parent d87dd23 commit 2955d5e
File tree
12 files changed
+35
-20
lines changed- cprover_bindings
- kani-compiler
- kani-driver
- kani_metadata
- library
- kani_core
- kani_macros
- kani
- std
- tools/build-kani
12 files changed
+35
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
7 | 22 | | |
8 | 23 | | |
9 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
| |||
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
859 | | - | |
| 859 | + | |
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
| |||
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
891 | | - | |
| 891 | + | |
892 | 892 | | |
893 | 893 | | |
894 | 894 | | |
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | | - | |
| 907 | + | |
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
| |||
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
917 | | - | |
| 917 | + | |
918 | 918 | | |
919 | 919 | | |
920 | 920 | | |
| |||
1633 | 1633 | | |
1634 | 1634 | | |
1635 | 1635 | | |
1636 | | - | |
| 1636 | + | |
1637 | 1637 | | |
1638 | 1638 | | |
1639 | 1639 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments