File tree
17 files changed
+12245
-3841
lines changed- src
- functions
- tests
- proofs
- snapshots
17 files changed
+12245
-3841
lines changed- .github/workflows/cbmc-update.yml+1-1
- .github/workflows/kani.yml-17
- .github/workflows/toolchain-upgrade.yml+1-1
- .github/workflows/verify-std-check.yml+2-2
- CHANGELOG.md-15
- Cargo.lock+138-82
- Cargo.toml+1-3
- cprover_bindings/Cargo.toml+2-2
- docs/src/getting-started.md+1-1
- docs/src/reference/experimental/stubbing.md+3-5
- docs/src/usage.md+1-1
- kani-compiler/Cargo.toml+8-5
- kani-compiler/src/kani_compiler.rs-1
- kani-compiler/src/kani_middle/codegen_units.rs+2-4
- kani-compiler/src/main.rs+2-7
- kani-driver/Cargo.toml+6-3
- kani-driver/src/args/mod.rs-11
- kani-driver/src/autoharness/mod.rs+3-6
- kani-driver/src/call_cargo.rs+7-12
- kani-driver/src/call_single_file.rs+11-9
- kani-driver/src/project.rs+1-8
- kani-driver/src/session.rs+1-1
- kani_metadata/Cargo.toml+3-3
- kani_metadata/src/lib.rs+3-3
- library/kani/Cargo.toml+1-1
- library/kani_core/Cargo.toml+1-1
- library/kani_macros/Cargo.toml+1-1
- library/kani_macros/src/sysroot/loop_contracts/mod.rs+5-295
- library/std/Cargo.toml+1-1
- rust-toolchain.toml+1-1
- scripts/ci/Dockerfile.bundle-release-20-04+2-2
- scripts/kani-llbc-regression.sh-33
- tests/coverage/abort/expected+1-1
- tests/coverage/known_issues/variant/expected+4-4
- tests/expected/llbc/basic0/expected
- tests/expected/llbc/basic0/test.rs
- tests/expected/llbc/basic1/expected
- tests/expected/llbc/basic1/test.rs
- tests/expected/llbc/enum/expected
- tests/expected/llbc/enum/test.rs
- tests/expected/llbc/generic/expected
- tests/expected/llbc/generic/test.rs
- tests/expected/llbc/option/expected
- tests/expected/llbc/option/test.rs
- tests/expected/llbc/projection/expected
- tests/expected/llbc/projection/test.rs
- tests/expected/llbc/struct/expected
- tests/expected/llbc/struct/test.rs
- tests/expected/llbc/traitimpl/expected
- tests/expected/llbc/traitimpl/test.rs
- tests/expected/llbc/tuple/expected
- tests/expected/llbc/tuple/test.rs
- tests/expected/loop-contract/loop_with_old.expected-5
- tests/expected/loop-contract/loop_with_old.rs-24
- tests/expected/loop-contract/loop_with_old_and_prev.expected-6
- tests/expected/loop-contract/loop_with_old_and_prev.rs-22
- tests/expected/loop-contract/loop_with_prev.expected-5
- tests/expected/loop-contract/loop_with_prev.rs-24
- tests/expected/loop-contract/loop_with_prev_break_first_iter.expected-3
- tests/expected/loop-contract/loop_with_prev_break_first_iter.rs-22
- tests/perf/s2n-quic+1-1
- tests/script-based-pre/cargo_autoharness_contracts/contracts.expected+7-7
- tests/script-based-pre/cargo_autoharness_dependencies/dependencies.expected+5-5
- tests/script-based-pre/cargo_autoharness_exclude/exclude.expected+5-5
- tests/script-based-pre/cargo_autoharness_filter/filter.expected+77-77
- tests/script-based-pre/cargo_autoharness_harnesses_fail/harnesses_fail.expected+8-8
- tests/script-based-pre/cargo_autoharness_include/include.expected+5-5
- tests/script-based-pre/cargo_autoharness_list/list.expected+1-1
- tests/script-based-pre/cargo_autoharness_termination/Cargo.toml+1-1
- tests/script-based-pre/cargo_autoharness_termination/config.yml+2-3
- tests/script-based-pre/cargo_autoharness_termination/src/lib.rs+38
- tests/script-based-pre/cargo_autoharness_termination/termination.expected+53
- tests/script-based-pre/cargo_autoharness_termination/termination.sh
- tests/script-based-pre/cargo_autoharness_termination_timeout/Cargo.toml-10
- tests/script-based-pre/cargo_autoharness_termination_timeout/config.yml-4
- tests/script-based-pre/cargo_autoharness_termination_timeout/src/lib.rs-14
- tests/script-based-pre/cargo_autoharness_termination_timeout/termination_timeout.expected-24
- tests/script-based-pre/cargo_autoharness_termination_unwind/config.yml-4
- tests/script-based-pre/cargo_autoharness_termination_unwind/src/lib.rs-23
- tests/script-based-pre/cargo_autoharness_termination_unwind/termination_unwind.expected-49
- tests/script-based-pre/cargo_autoharness_termination_unwind/termination_unwind.sh-7
- tests/script-based-pre/check-output/check-output.sh+2-2
- tests/script-based-pre/no_codegen/Cargo.toml-9
- tests/script-based-pre/no_codegen/config.yml-5
- tests/script-based-pre/no_codegen/expected-1
- tests/script-based-pre/no_codegen/run.sh-14
- tests/script-based-pre/no_codegen/src/main.rs-14
- tests/script-based-pre/no_codegen_error/Cargo.toml-9
- tests/script-based-pre/no_codegen_error/expected-1
- tests/script-based-pre/no_codegen_error/run.sh-8
- tests/script-based-pre/no_codegen_error/src/main.rs-13
- tests/ui/cbmc_checks/float-overflow/check_message.rs+1-1
- tools/build-kani/Cargo.toml+1-1
- tools/compiletest/Cargo.toml+1
- tools/kani-cov/Cargo.toml+2-2
- tools/scanner/Cargo.toml+4-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
40 | | - | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
53 | 52 | | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 79 | + | |
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 83 | + | |
91 | 84 | | |
92 | | - | |
93 | | - | |
| 85 | + | |
94 | 86 | | |
95 | 87 | | |
96 | 88 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | | - | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
60 | 68 | | |
61 | 69 | | |
62 | 70 | | |
63 | | - | |
64 | | - | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
71 | | - | |
| 79 | + | |
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
0 commit comments