Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple ensures, requires, safety predicates #15

Merged
merged 6 commits into from
Jun 12, 2024

Conversation

celinval
Copy link

I also added one proof-of-concept harness to ensure Kani can verify it.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

celinval added 2 commits June 11, 2024 14:36
  - I also added one proof-of-concept harness to ensure Kani can verify
    it.
@celinval celinval requested a review from a team as a code owner June 11, 2024 22:08
@celinval celinval enabled auto-merge (squash) June 12, 2024 01:02
library/contracts/safety/build.rs Outdated Show resolved Hide resolved
library/contracts/safety/src/kani.rs Show resolved Hide resolved
library/contracts/safety/src/lib.rs Show resolved Hide resolved
library/contracts/safety/src/runtime.rs Show resolved Hide resolved
library/core/src/ptr/mod.rs Outdated Show resolved Hide resolved
library/core/src/ptr/mod.rs Show resolved Hide resolved
library/core/src/ub_checks.rs Outdated Show resolved Hide resolved
library/core/src/ub_checks.rs Outdated Show resolved Hide resolved
library/core/src/ub_checks.rs Show resolved Hide resolved
library/core/src/ub_checks.rs Show resolved Hide resolved
Co-authored-by: Felipe R. Monteiro <rms.felipe@gmail.com>
@celinval celinval merged commit 614eb77 into model-checking:main Jun 12, 2024
4 checks passed
szlee118 referenced this pull request in stogaru/verify-rust-std Oct 17, 2024
I also added one proof-of-concept harness to ensure Kani can verify it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants