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
/
SymbolicToPure.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
Update SymbolicToPure and Translate
Son Ho
1
-1
/
+1
2022-03-03
Make good progress on adding support for external and opaque
Son Ho
1
-26
/
+34
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-19
/
+19
2022-03-03
Add an Opaque variant to type_decl_kind and start updating the code
Son Ho
1
-3
/
+5
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-42
/
+42
2022-02-24
Update the way function names are handled
Son Ho
1
-1
/
+1
2022-02-24
Finish writing the code which generates the state-error monad
Son Ho
1
-0
/
+3
2022-02-09
Implement filtering of useless forward functions
Son Ho
1
-40
/
+63
2022-02-09
Add definitions to Primitives.fst and start on improving/fixing the
Son Ho
1
-5
/
+1
2022-02-08
Fix some mistakes in the type conversion to pure
Son Ho
1
-11
/
+33
2022-02-08
Add type checking utilities for the pure ADT
Son Ho
1
-61
/
+92
2022-02-08
Start adding more assumed types and functions
Son Ho
1
-13
/
+37
2022-02-04
Merge the switches over integers and the matches over enumerations in
Son Ho
1
-7
/
+14
2022-02-04
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
1
-24
/
+21
2022-02-04
Fix a small issue with the types of tuple values in
Son Ho
1
-14
/
+39
2022-02-03
Fix an issue with the assumed box functions being considered as monadic
Son Ho
1
-2
/
+13
2022-02-01
Introduce a small optimization
Son Ho
1
-1
/
+21
2022-01-29
Make progress on PureToExtract
Son Ho
1
-18
/
+0
2022-01-28
Make the pure expressions typed
Son Ho
1
-58
/
+97
2022-01-28
Make the scrutinee in Pure.Switch an expression rather than a value
Son Ho
1
-10
/
+11
2022-01-28
Add an input_lvs field to Pure.fun_def
Son Ho
1
-1
/
+4
2022-01-28
Move some definitions to a new PureUtils.ml file
Son Ho
1
-103
/
+6
2022-01-28
Finish implementing to_monadic
Son Ho
1
-0
/
+2
2022-01-28
Start working on to_monadic and make the expression visitors an
Son Ho
1
-0
/
+7
2022-01-28
Make various modifications to improve the name prettyfication
Son Ho
1
-21
/
+42
2022-01-28
Remove the Return and Fail variants from Pure.expression and add a
Son Ho
1
-23
/
+77
2022-01-28
Change the type of [Pure.call.args] to [expression list] rather than
Son Ho
1
-2
/
+10
2022-01-28
Simplify the let-bindings in the pure AST
Son Ho
1
-14
/
+14
2022-01-28
Make substantial simplifications to the pure AST
Son Ho
1
-28
/
+41
2022-01-28
Make a lot of small modifications
Son Ho
1
-7
/
+2
2022-01-28
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
1
-4
/
+0
2022-01-28
Generate meta-information for the assignments
Son Ho
1
-3
/
+17
2022-01-27
Rename the meta-places to [mplace] and update some comments
Son Ho
1
-3
/
+3
2022-01-27
Fix some issues with the naming of input variables
Son Ho
1
-3
/
+14
2022-01-27
Move some definitions from SymbolicToPure to PureToExtract
Son Ho
1
-87
/
+1
2022-01-27
Add name information upon initializing some variables in SymbolicToPure
Son Ho
1
-19
/
+73
2022-01-27
Add mplace information in Pure.ml
Son Ho
1
-20
/
+62
2022-01-27
Add a "basename" field in Pure.var
Son Ho
1
-2
/
+2
2022-01-27
Make minor modifications
Son Ho
1
-1
/
+1
2022-01-27
Fix some mistakes
Son Ho
1
-1
/
+21
2022-01-27
Add more printing facilities and fix minor bugs
Son Ho
1
-4
/
+49
2022-01-27
Start working on PrintPure.ml
Son Ho
1
-0
/
+1
2022-01-27
Introduce AEndedSharedBorrow so as not to introduce ABottom when
Son Ho
1
-2
/
+2
2022-01-27
Add some printing facilities to SymbolicToPure
Son Ho
1
-2
/
+17
2022-01-27
Fix a small issue in translate_back_ty
Son Ho
1
-50
/
+26
2022-01-27
Implement Translate.translate_function
Son Ho
1
-15
/
+27
2022-01-27
Add a list of input variables to Pure.fun_def
Son Ho
1
-3
/
+23
2022-01-27
Implement the backward case of translate_return
Son Ho
1
-1
/
+17
2022-01-27
Implement the SynthInput case of translate_end_abstraction
Son Ho
1
-2
/
+53
2022-01-26
Make more progress on generating the symbolic AST for the backward
Son Ho
1
-4
/
+16
[next]