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
/
InterpreterExpressions.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Introduce the Abs expression and continue updating the code
Son Ho
2022-04-26
1
-1
/
+1
|
*
Improve the generation of names for given back values
Son Ho
2022-04-21
1
-1
/
+1
|
*
Update the evaluation of matches for the cases where the scrutinee is a
Son Ho
2022-04-20
1
-13
/
+22
|
|
|
|
shared loan
*
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
2022-03-03
1
-4
/
+4
|
*
Fix some issues
Son Ho
2022-02-08
1
-4
/
+14
|
*
Start adding more assumed types and functions
Son Ho
2022-02-08
1
-27
/
+23
|
*
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
2022-01-28
1
-6
/
+2
|
|
|
|
the Assignment variant
*
Rename the meta-places to [mplace] and update some comments
Son Ho
2022-01-27
1
-2
/
+3
|
*
Add meta information for the variable names in SymbolicAst
Son Ho
2022-01-27
1
-6
/
+15
|
*
Add a meta-value in SharedBorrow to carry the shared value
Son Ho
2022-01-26
1
-15
/
+16
|
*
Finish updating the calls to the synthesis functions to generate the
Son Ho
2022-01-21
1
-10
/
+19
|
|
|
|
symbolic AST
*
Fix a minor issue in expand_symbolic_value
Son Ho
2022-01-20
1
-9
/
+14
|
*
Make minor modifications
Son Ho
2022-01-20
1
-4
/
+7
|
*
Make good progress on updating InterpreterStatements to use CPS
Son Ho
2022-01-20
1
-1
/
+1
|
*
Make minor modifications in InterpreterExpressions
Son Ho
2022-01-20
1
-6
/
+3
|
*
Finish updating InterpreterExpressions
Son Ho
2022-01-20
1
-98
/
+107
|
*
Make more progress on InterpreterExpressions
Son Ho
2022-01-20
1
-29
/
+41
|
*
Make more progress on InterpreterExpressions
Son Ho
2022-01-20
1
-99
/
+116
|
*
Make progress on converting InterpreterExpressions to CPS
Son Ho
2022-01-20
1
-102
/
+140
|
*
Make a minor modification
Son Ho
2022-01-19
1
-1
/
+1
|
*
Remove ty_has_regions and use ty_has_borrows instead
Son Ho
2022-01-18
1
-2
/
+8
|
*
Rename type_is_primitively_copyable to ty_is_...
Son Ho
2022-01-18
1
-2
/
+2
|
*
Add sv_kind ("symbolic value kind") to track the origin of the symbolic
Son Ho
2022-01-15
1
-2
/
+6
|
|
|
|
values
*
Implement greedy expansion of symbolic variables and expansion before
Son Ho
2022-01-14
1
-17
/
+55
|
|
|
|
copy
*
Start working on greedy symbolic value expansion and expansion before
Son Ho
2022-01-14
1
-0
/
+4
|
|
|
|
assignment
*
Improve logging and introduce eval_operands_prepare
Son Ho
2022-01-07
1
-4
/
+44
|
*
Make the symbolic, borrow, region and abstration counters global and
Son Ho
2022-01-06
1
-4
/
+4
|
|
|
|
stateful
*
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
2022-01-06
1
-3
/
+3
|
|
|
|
field in the eval_ctx struct
*
Move more definitions and do more cleanup
Son Ho
2022-01-06
1
-0
/
+1
|
*
Cleanup the dependencies a bit
Son Ho
2022-01-06
1
-5
/
+0
|
*
Move some definitions
Son Ho
2022-01-06
1
-20
/
+0
|
*
Move some definitions inside of InterpreterExpressions
Son Ho
2022-01-06
1
-28
/
+28
|
*
Move some functions from Interpreter to InterpreterExpressions
Son Ho
2022-01-06
1
-0
/
+476