index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
Invariants.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more loop examples and fix issues
Son Ho
2023-02-03
1
-1
/
+1
*
Implement support for nested borrows in loops, and add loop tests
Son Ho
2023-02-03
1
-1
/
+8
*
Update the comments in Values and make minor modifications
Son Ho
2023-02-03
1
-2
/
+2
*
Remove the meta-value field from AMutBorrow
Son Ho
2023-02-03
1
-5
/
+5
*
Remove the APrimitive variant from the avalues
Son Ho
2023-02-03
1
-2
/
+0
*
Remove the meta-values from the shared and reserved borrow values
Son Ho
2023-02-03
1
-4
/
+3
*
Make progress on the environment matches
Son Ho
2023-02-03
1
-2
/
+6
*
Start implementing support for loops
Son Ho
2023-02-03
1
-15
/
+9
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
1
-10
/
+9
*
Update some comments
Son Ho
2022-11-07
1
-1
/
+1
*
Rename "inactivated borrows" to "reserved borrows"
Son Ho
2022-11-07
1
-8
/
+8
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
1
-17
/
+19
*
Move constant_value to PrimitiveValues.ml
Son Ho
2022-10-27
1
-6
/
+7
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+794