Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
lambda-rust
Commits
a0667458
Commit
a0667458
authored
3 years ago
by
Yusuke Matsushita
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
732b28a3
No related branches found
No related tags found
No related merge requests found
Pipeline
#65078
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-7
14 additions, 7 deletions
README.md
with
14 additions
and
7 deletions
README.md
+
14
−
7
View file @
a0667458
# RustHornBelt COQ DEVELOPMENT
This is the Coq development for "RustHornBelt: A Semantic Foundation for Functional Verification of Rust Programs with Unsafe Code".
This is the Coq development for "RustHornBelt: A Semantic Foundation for
Functional Verification of Rust Programs with Unsafe Code".
## Prerequisites
...
...
@@ -28,6 +29,14 @@ To update, do `git pull`. After an update, the development may fail to compile
because of outdated dependencies. To fix that, please run
`opam update`
followed by
`make build-dep`
.
## Walkthrough
We have a
[
walkthrough
](
walkthrough.md
)
of RustHornBelt's Coq mechanization.
It explains in detail how to verify integer addition, model
`Vec`
, verify
`Vec::new`
, and verify
`mem::swap`
(featuring mutable borrows).
It focuses on the things you need to know to extend our Coq mechanization.
## Structure
-
The folder
[
util
](
theories/util
)
contains utility for basic concepts.
...
...
@@ -58,14 +67,12 @@ followed by `make build-dep`.
with unsafe code from the Rust standard library and some user crates.
Some libraries are not yet verified, being commented out in
`_CoqProject`
.
## Where to Find the Proof Rules From the Paper
The derived rules mentioned in the paper can be found
[
here
](
theories/typing/examples/derived_rules.v
)
.
### Key Type-Spec Rules --- from the RustHornBelt Paper
The following table contains the location of every rule mentioned in the RustHornBelt paper.
The filenames are spread across
`theories/typing/examples`
,
`theories/typing`
,
`theories/typing/lib`
(and its subfolders), and
`theories/prophecy`
.
The following table contains the location of every rule mentioned in the
RustHornBelt paper.
The filenames are spread across
`theories/typing/examples`
,
`theories/typing`
,
`theories/typing/lib`
(and its subfolders), and
`theories/prophecy`
.
| Proof Rule | File | Lemma |
| ------------------- | ----------------- | ------------------------ |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment