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 (
Collapse
)
Author
Age
Files
Lines
*
Rename some definitions
Son Ho
2023-12-18
1
-1
/
+1
|
*
Do not activate the sanity (invariant) checks by default
Son Ho
2023-11-27
1
-1
/
+1
|
*
Rename PrimitiveValues to Values
Son Ho
2023-11-21
1
-2
/
+1
|
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-142
/
+128
|
*
Add the "V" prefix to most variants related to values
Son Ho
2023-11-12
1
-143
/
+134
|
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-6
/
+6
|
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-26
/
+41
|
*
Remove some assumed types and add more support for builtin definitions
Son Ho
2023-10-23
1
-13
/
+2
|
*
Start adding support for traits
Son Ho
2023-08-31
1
-23
/
+44
|
*
Fix issues
Son Ho
2023-08-03
1
-2
/
+14
|
*
Make minor modifications
Son Ho
2023-08-02
1
-0
/
+3
|
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-19
/
+24
|
*
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