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
/
InterpreterStatements.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make more modifications to logging
Son Ho
2022-01-07
1
-6
/
+9
|
*
Add an optional borrow identifier to AIgnoredMutBorrow, introduce the
Son Ho
2022-01-07
1
-2
/
+15
|
|
|
|
AEndedIgnoredMutBorrow variant and fix a couple of bugs
*
Make the symbolic, borrow, region and abstration counters global and
Son Ho
2022-01-06
1
-7
/
+5
|
|
|
|
stateful
*
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
2022-01-06
1
-19
/
+10
|
|
|
|
field in the eval_ctx struct
*
Make a minor modification
Son Ho
2022-01-06
1
-1
/
+3
|
*
Fix some issues when evaluating assertions
Son Ho
2022-01-06
1
-6
/
+48
|
*
Make minor modifications
Son Ho
2022-01-06
1
-6
/
+7
|
*
Implement tests for the symbolic interpreter
Son Ho
2022-01-06
1
-1
/
+1
|
*
Make good progress on implementing utilities to test symbolic execution
Son Ho
2022-01-06
1
-45
/
+56
|
*
Cleanup the dependencies a bit
Son Ho
2022-01-06
1
-4
/
+0
|
*
Move some definitions
Son Ho
2022-01-06
1
-0
/
+20
|
*
Move some definitions from Interpreter to InterpreterStatements
Son Ho
2022-01-06
1
-0
/
+894