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
/
InterpreterBorrows.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
-93
/
+126
*
Cleanup a bit InterpreterBorrows
Son Ho
2022-01-20
1
-22
/
+14
*
Make minor updates to InterpreterBorrows and InterpreterExpansion
Son Ho
2022-01-19
1
-6
/
+10
*
Make minor modifications
Son Ho
2022-01-19
1
-3
/
+2
*
Start updating the interpreter to make it CPS
Son Ho
2022-01-19
1
-115
/
+182
*
Start storing meta-values in the avalues, for synthesis purposes
Son Ho
2022-01-19
1
-153
/
+156
*
Implement ty_has_borrow_under_mut
Son Ho
2022-01-19
1
-1
/
+1
*
Implement the sanity checks for consumption of symbolic values by
Son Ho
2022-01-19
1
-6
/
+31
*
Update the types and deserialization following charon's updates
Son Ho
2022-01-18
1
-2
/
+5
*
Add sv_kind ("symbolic value kind") to track the origin of the symbolic
Son Ho
2022-01-15
1
-4
/
+4
*
Use the new collections
Son Ho
2022-01-15
1
-3
/
+3
*
Fix give_back_symbolic_value
Son Ho
2022-01-14
1
-10
/
+11
*
Implement greedy expansion of symbolic variables and expansion before
Son Ho
2022-01-14
1
-0
/
+2
*
Implement loop detection when ending borrows/abstractions
Son Ho
2022-01-14
1
-39
/
+45
*
Fix compilation errors
Son Ho
2022-01-14
1
-3
/
+3
*
Implement give_back_symbolic_value
Son Ho
2022-01-14
1
-13
/
+18
*
Make a minor modification
Son Ho
2022-01-14
1
-6
/
+5
*
Update aproj to make AEndedProjLoans take an `aproj option` and add the
Son Ho
2022-01-14
1
-15
/
+33
*
Make good progress on end_proj_loans_symbolic
Son Ho
2022-01-14
1
-8
/
+51
*
Make good progress on end_proj_loans_symbolic
Son Ho
2022-01-13
1
-5
/
+27
*
Update the projectors to ignore values when they don't contain regions
Son Ho
2022-01-13
1
-1
/
+2
*
Introduce "AIgnore" for the avalues
Son Ho
2022-01-13
1
-1
/
+2
*
Introduce ended borrow/loan projectors over symbolic values
Son Ho
2022-01-13
1
-38
/
+47
*
Start working on checking proj_loans over symbolic values when ending
Son Ho
2022-01-13
1
-13
/
+42
*
Remove the inner_outer parameter from end_borrow, etc.
Son Ho
2022-01-12
1
-34
/
+25
*
Update end_borrow to check if there are loans in borrowed values
Son Ho
2022-01-12
1
-46
/
+140
*
Make more modifications to logging
Son Ho
2022-01-07
1
-1
/
+1
*
Add an optional borrow identifier to AIgnoredMutBorrow, introduce the
Son Ho
2022-01-07
1
-14
/
+86
*
Add logging information for borrows
Son Ho
2022-01-07
1
-1
/
+28
*
Cleanup
Son Ho
2022-01-06
1
-2
/
+1
*
Make the symbolic, borrow, region and abstration counters global and
Son Ho
2022-01-06
1
-5
/
+4
*
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
2022-01-06
1
-68
/
+12
*
Fix more bugs
Son Ho
2022-01-06
1
-2
/
+8
*
Move more definitions and do more cleanup
Son Ho
2022-01-06
1
-0
/
+1
*
Cleanup and reorganize
Son Ho
2022-01-06
1
-0
/
+1
*
Cleanup a bit more the dependencies and activate more warnings/errors
Son Ho
2022-01-06
1
-4
/
+0
*
Cleanup the dependencies a bit
Son Ho
2022-01-06
1
-4
/
+0
*
Move some functions from Interpreter to InterpreterBorrows
Son Ho
2022-01-06
1
-0
/
+1115