-
Notifications
You must be signed in to change notification settings - Fork 102
Comparing changes
Open a pull request
base repository: model-checking/kani
base: kani-0.49.0
head repository: model-checking/kani
compare: kani-0.50.0
- 11 commits
- 27 files changed
- 5 contributors
Commits on Apr 5, 2024
-
Update the rust toolchain to nightly-2024-04-02 (#3127)
Changes required due to: - rust-lang/rust@a325bce3cd Normalize the result of Fields::ty_with_args Resolves: #3125, #3113
Configuration menu - View commit details
-
Copy full SHA for 81e11ba - Browse repository at this point
Copy the full SHA 81e11baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b329c85 - Browse repository at this point
Copy the full SHA b329c85View commit details
Commits on Apr 6, 2024
-
Fix TestLocalToolchain jobs for release push (#3131)
Upon pushing a release tag, we use the numeric version instead of "latest", which made `kani-latest` a non-existent folder. See https://github.com/model-checking/kani/actions/runs/8574249138 for such an example. Use the `version` variable instead, which will be set to "latest" or the numeric version as appropriate.
Configuration menu - View commit details
-
Copy full SHA for 5490933 - Browse repository at this point
Copy the full SHA 5490933View commit details
Commits on Apr 8, 2024
-
Automatic cargo update to 2024-04-08 (#3132)
Dependency upgrade resulting from `cargo update`.
Configuration menu - View commit details
-
Copy full SHA for f68db95 - Browse repository at this point
Copy the full SHA f68db95View commit details -
Bump tests/perf/s2n-quic from
2d5e891
to1130df6
(#3135)Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from `2d5e891` to `1130df6`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/s2n-quic/commit/1130df6d2c45e0b5345dbcd2b1a6ea2663dac143"><code>1130df6</code></a> chore: release 1.35.1 (<a href="https://redirect.github.com/aws/s2n-quic/issues/2175">#2175</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/5afe1e1762a036720c805d37b5d79908ec3681d7"><code>5afe1e1</code></a> fix(s2n-quic-rustls): mark re-exported types as deprecated (<a href="https://redirect.github.com/aws/s2n-quic/issues/2176">#2176</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/343fa0d3bb543120e8d6714974569755f9e5707e"><code>343fa0d</code></a> Revert "feat(s2n-quic-rustls): update rustls from 0.21 to 0.23 (<a href="https://redirect.github.com/aws/s2n-quic/issues/2143">#2143</a>)" (<a href="https://redirect.github.com/aws/s2n-quic/issues/2174">#2174</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/52ec5a2b4ace813baeb66c5c59b8d42b9ff2efd5"><code>52ec5a2</code></a> chore(s2n-quic): release 1.35.0 (<a href="https://redirect.github.com/aws/s2n-quic/issues/2171">#2171</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/b0fd18a250df1dff72bc4c4e6eb4f1ce179eb133"><code>b0fd18a</code></a> ci: update quic-interop-runner pinned commit (<a href="https://redirect.github.com/aws/s2n-quic/issues/2172">#2172</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/527c88fd05f2f357b22121e832fed0ef21978207"><code>527c88f</code></a> feat(s2n-quic-core): allow configuration of initial MTU and base MTU (<a href="https://redirect.github.com/aws/s2n-quic/issues/2162">#2162</a>)</li> <li>See full diff in <a href="https://github.com/aws/s2n-quic/compare/2d5e891f3fdc8a88b2d457baceedea5751efaa0d...1130df6d2c45e0b5345dbcd2b1a6ea2663dac143">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cfc8f4 - Browse repository at this point
Copy the full SHA 7cfc8f4View commit details
Commits on Apr 10, 2024
-
Restore mdbook-graphviz installation (#3136)
mdbook-graphviz has released 0.1.7, which has updated dependencies. Resolves: #3005
Configuration menu - View commit details
-
Copy full SHA for 43475da - Browse repository at this point
Copy the full SHA 43475daView commit details -
Remove is-a-parameter from gen_stack_variable (#3137)
A function-local variable cannot at the same time be a parameter. Alas, all uses of gen_stack_variable passed in `false` for `is_param`, so this wasn't making a difference anyway.
Configuration menu - View commit details
-
Copy full SHA for e906cde - Browse repository at this point
Copy the full SHA e906cdeView commit details
Commits on Apr 16, 2024
-
Upgrade toolchain to nightly-2024-04-15 (#3144)
Related changes: - rust-lang/rust#118310: Add `Ord::cmp` for primitives as a `BinOp` in MIR - rust-lang/rust#120131: Add support to `Pat` pattern type - rust-lang/rust#122935: Rename CastKind::PointerWithExposedProvenance - rust-lang/rust#123097: Adapt to changes to local_def_path_hash_to_def_id Resolves #3130, #3142
Configuration menu - View commit details
-
Copy full SHA for b9bd7a8 - Browse repository at this point
Copy the full SHA b9bd7a8View commit details -
Fix syntax error in cbmc-update CI job (#3139)
It's "env" and not "evn".
Configuration menu - View commit details
-
Copy full SHA for 7b08d7f - Browse repository at this point
Copy the full SHA 7b08d7fView commit details -
Handle errors thrown from benchcomp column exprs (#3145)
Prior to this commit, errors thrown when evaluating the text of a benchcomp extra column would crash benchcomp. This could happen, for example, if a column tries to compare an old variant with a new one, but no data for the old variant exists, as seen in this run: https://github.com/model-checking/kani/actions/runs/8700040930/job/23859607740 Forcing the user to do error handling in the column text would make the text even more unwieldy than it already is, so this commit makes the column text evaluate to **<ERROR>** if an exception is raised during evaluation. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
Configuration menu - View commit details
-
Copy full SHA for ec34e01 - Browse repository at this point
Copy the full SHA ec34e01View commit details
Commits on Apr 17, 2024
-
Bump dependencies and Kani's version to 0.50.0 (#3148)
Release notes are the following: ### Major Changes * Fix compilation issue with proc_macro2 (v1.0.80+) and Kani v0.49.0 (#3138). ### What's Changed * Implement valid value check for `write_bytes` by @celinval in #3108 * Rust toolchain upgraded to 2024-04-15 by @tautschnig @celinval **Full Changelog**: kani-0.49.0...kani-0.50.0
Configuration menu - View commit details
-
Copy full SHA for 299b0b3 - Browse repository at this point
Copy the full SHA 299b0b3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff kani-0.49.0...kani-0.50.0