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
/
InterpreterExpansion.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an Opaque variant to type_decl_kind and start updating the code
Son Ho
2022-03-03
1
-1
/
+3
*
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
2022-03-03
1
-5
/
+5
*
Implement the symbolic expansion of Option values
Son Ho
2022-02-09
1
-0
/
+28
*
Replace some instances of failwith with `raise (Failure ...)`
Son Ho
2022-02-09
1
-16
/
+21
*
Add an option to allow the presence of bottom values below borrows
Son Ho
2022-02-08
1
-0
/
+4
*
Make a minor update in InterpreterExpansion
Son Ho
2022-02-08
1
-0
/
+3
*
Rename the meta-places to [mplace] and update some comments
Son Ho
2022-01-27
1
-6
/
+6
*
Add meta information for the variable names in SymbolicAst
Son Ho
2022-01-27
1
-24
/
+33
*
Add a meta-value in SharedBorrow to carry the shared value
Son Ho
2022-01-26
1
-2
/
+4
*
Start working on the generation of the symbolic AST
Son Ho
2022-01-21
1
-35
/
+33
*
Update AProjLoans and AEndedProjLoans to take a list of given back
Son Ho
2022-01-21
1
-15
/
+15
*
Fix a minor issue in expand_symbolic_value
Son Ho
2022-01-20
1
-8
/
+9
*
Update Interpreter
Son Ho
2022-01-20
1
-5
/
+14
*
Add more utilities for bool and integer expansion in
Son Ho
2022-01-20
1
-16
/
+99
*
Make minor updates to InterpreterBorrows and InterpreterExpansion
Son Ho
2022-01-19
1
-23
/
+18
*
Update InterpreterExpansion and InterpreterPaths to use CPS
Son Ho
2022-01-19
1
-84
/
+74
*
Start storing meta-values in the avalues, for synthesis purposes
Son Ho
2022-01-19
1
-7
/
+7
*
Remove ty_has_regions and use ty_has_borrows instead
Son Ho
2022-01-18
1
-1
/
+1
*
Add sv_kind ("symbolic value kind") to track the origin of the symbolic
Son Ho
2022-01-15
1
-17
/
+18
*
Implement greedy expansion of symbolic variables and expansion before
Son Ho
2022-01-14
1
-30
/
+1
*
Start working on greedy symbolic value expansion and expansion before
Son Ho
2022-01-14
1
-14
/
+118
*
Update aproj to make AEndedProjLoans take an `aproj option` and add the
Son Ho
2022-01-14
1
-7
/
+46
*
Introduce ended borrow/loan projectors over symbolic values
Son Ho
2022-01-13
1
-0
/
+2
*
Add an optional borrow identifier to AIgnoredMutBorrow, introduce the
Son Ho
2022-01-07
1
-10
/
+12
*
Improve logging and introduce eval_operands_prepare
Son Ho
2022-01-07
1
-0
/
+13
*
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
-37
/
+28
*
Remove the symbolic_proj_comp def and make the set of ended regions a
Son Ho
2022-01-06
1
-45
/
+32
*
Fix some issues when evaluating assertions
Son Ho
2022-01-06
1
-0
/
+2
*
Cleanup a bit more the dependencies and activate more warnings/errors
Son Ho
2022-01-06
1
-1
/
+0
*
Cleanup the dependencies a bit
Son Ho
2022-01-06
1
-3
/
+0
*
Move some functions from Interpreter to InterpreterExpansion
Son Ho
2022-01-06
1
-0
/
+490