index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Invariants.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update AProjLoans and AEndedProjLoans to take a list of given back
Son Ho
2022-01-21
1
-10
/
+17
*
Make good progress on updating InterpreterStatements to use CPS
Son Ho
2022-01-20
1
-0
/
+7
*
Start storing meta-values in the avalues, for synthesis purposes
Son Ho
2022-01-19
1
-20
/
+28
*
Remove ty_has_regions and use ty_has_borrows instead
Son Ho
2022-01-18
1
-1
/
+2
*
Rename type_is_primitively_copyable to ty_is_...
Son Ho
2022-01-18
1
-1
/
+1
*
Use the new collections
Son Ho
2022-01-15
1
-9
/
+8
*
Make minor modifications
Son Ho
2022-01-14
1
-1
/
+2
*
Implement greedy expansion of symbolic variables and expansion before
Son Ho
2022-01-14
1
-18
/
+101
*
Start working on greedy symbolic value expansion and expansion before
Son Ho
2022-01-14
1
-1
/
+10
*
Update aproj to make AEndedProjLoans take an `aproj option` and add the
Son Ho
2022-01-14
1
-1
/
+8
*
Add a small check in the invariants
Son Ho
2022-01-13
1
-2
/
+8
*
Update the projectors to ignore values when they don't contain regions
Son Ho
2022-01-13
1
-0
/
+1
*
Introduce "AIgnore" for the avalues
Son Ho
2022-01-13
1
-7
/
+6
*
Update the invariant checks to take into account ignored borrows/loans
Son Ho
2022-01-07
1
-6
/
+33
*
Add an optional borrow identifier to AIgnoredMutBorrow, introduce the
Son Ho
2022-01-07
1
-3
/
+10
*
Add logging information for borrows
Son Ho
2022-01-07
1
-1
/
+1
*
Make more improvements to logging
Son Ho
2022-01-07
1
-21
/
+21
*
Add debugging info
Son Ho
2022-01-06
1
-3
/
+27
*
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
2022-01-06
1
-2
/
+2
*
Fix more bugs
Son Ho
2022-01-06
1
-5
/
+6
*
Fix some bugs
Son Ho
2022-01-06
1
-12
/
+24
*
Make minor improvements to printing
Son Ho
2022-01-06
1
-0
/
+5
*
Cleanup and reorganize
Son Ho
2022-01-06
1
-0
/
+1
*
Introduce the type_context definition
Son Ho
2022-01-05
1
-2
/
+2
*
Cleanup a bit
Son Ho
2022-01-04
1
-3
/
+2
*
Finish implementing visit_typed_avalue for check_typing_invariant
Son Ho
2022-01-04
1
-12
/
+24
*
Make good progress on visit_typed_avalue for check_typing_invariant
Son Ho
2022-01-04
1
-1
/
+89
*
Improve check_typing_invariant to lookup borrowed/shared values and
Son Ho
2022-01-04
1
-5
/
+20
*
Finish implementing visit_typed_value for check_typing_invariant
Son Ho
2022-01-04
1
-3
/
+6
*
Make good progress on visit_typed_value for check_typing_invariant
Son Ho
2022-01-04
1
-4
/
+55
*
Implement check_constant_value_type
Son Ho
2022-01-04
1
-2
/
+8
*
Start working on check_typing_invariant
Son Ho
2022-01-04
1
-1
/
+23
*
Merge branch 'main' of github.com:Kachoc/aeneas into main
Son Ho
2022-01-04
1
-5
/
+1
|
\
|
*
Fix compiler warnings
Jonathan Protzenko
2022-01-04
1
-10
/
+6
*
|
Implement check_borrowed_values_invariant and fix minor issues
Son Ho
2022-01-04
1
-5
/
+82
|
/
*
Add more checks in check_loans_borrow_relation_invariant
Son Ho
2022-01-04
1
-12
/
+34
*
Make minor modifications
Son Ho
2022-01-04
1
-1
/
+1
*
Update the trace
Son Ho
2022-01-04
1
-1
/
+25
*
Make progress on implementing check_loans_borrows_relations_invariant
Son Ho
2022-01-04
1
-5
/
+196
*
Start working on invariant checking
Son Ho
2022-01-04
1
-0
/
+31