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