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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start adding more assumed types and functions
Son Ho
2022-02-08
1
-13
/
+37
*
Merge the switches over integers and the matches over enumerations in
Son Ho
2022-02-04
1
-7
/
+14
*
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
2022-02-04
1
-24
/
+21
*
Fix a small issue with the types of tuple values in
Son Ho
2022-02-04
1
-14
/
+39
*
Fix an issue with the assumed box functions being considered as monadic
Son Ho
2022-02-03
1
-2
/
+13
*
Introduce a small optimization
Son Ho
2022-02-01
1
-1
/
+21
*
Make progress on PureToExtract
Son Ho
2022-01-29
1
-18
/
+0
*
Make the pure expressions typed
Son Ho
2022-01-28
1
-58
/
+97
*
Make the scrutinee in Pure.Switch an expression rather than a value
Son Ho
2022-01-28
1
-10
/
+11
*
Add an input_lvs field to Pure.fun_def
Son Ho
2022-01-28
1
-1
/
+4
*
Move some definitions to a new PureUtils.ml file
Son Ho
2022-01-28
1
-103
/
+6
*
Finish implementing to_monadic
Son Ho
2022-01-28
1
-0
/
+2
*
Start working on to_monadic and make the expression visitors an
Son Ho
2022-01-28
1
-0
/
+7
*
Make various modifications to improve the name prettyfication
Son Ho
2022-01-28
1
-21
/
+42
*
Remove the Return and Fail variants from Pure.expression and add a
Son Ho
2022-01-28
1
-23
/
+77
*
Change the type of [Pure.call.args] to [expression list] rather than
Son Ho
2022-01-28
1
-2
/
+10
*
Simplify the let-bindings in the pure AST
Son Ho
2022-01-28
1
-14
/
+14
*
Make substantial simplifications to the pure AST
Son Ho
2022-01-28
1
-28
/
+41
*
Make a lot of small modifications
Son Ho
2022-01-28
1
-7
/
+2
*
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
2022-01-28
1
-4
/
+0
*
Generate meta-information for the assignments
Son Ho
2022-01-28
1
-3
/
+17
*
Rename the meta-places to [mplace] and update some comments
Son Ho
2022-01-27
1
-3
/
+3
*
Fix some issues with the naming of input variables
Son Ho
2022-01-27
1
-3
/
+14
*
Move some definitions from SymbolicToPure to PureToExtract
Son Ho
2022-01-27
1
-87
/
+1
*
Add name information upon initializing some variables in SymbolicToPure
Son Ho
2022-01-27
1
-19
/
+73
*
Add mplace information in Pure.ml
Son Ho
2022-01-27
1
-20
/
+62
*
Add a "basename" field in Pure.var
Son Ho
2022-01-27
1
-2
/
+2
*
Make minor modifications
Son Ho
2022-01-27
1
-1
/
+1
*
Fix some mistakes
Son Ho
2022-01-27
1
-1
/
+21
*
Add more printing facilities and fix minor bugs
Son Ho
2022-01-27
1
-4
/
+49
*
Start working on PrintPure.ml
Son Ho
2022-01-27
1
-0
/
+1
*
Introduce AEndedSharedBorrow so as not to introduce ABottom when
Son Ho
2022-01-27
1
-2
/
+2
*
Add some printing facilities to SymbolicToPure
Son Ho
2022-01-27
1
-2
/
+17
*
Fix a small issue in translate_back_ty
Son Ho
2022-01-27
1
-50
/
+26
*
Implement Translate.translate_function
Son Ho
2022-01-27
1
-15
/
+27
*
Add a list of input variables to Pure.fun_def
Son Ho
2022-01-27
1
-3
/
+23
*
Implement the backward case of translate_return
Son Ho
2022-01-27
1
-1
/
+17
*
Implement the SynthInput case of translate_end_abstraction
Son Ho
2022-01-27
1
-2
/
+53
*
Make more progress on generating the symbolic AST for the backward
Son Ho
2022-01-26
1
-4
/
+16
*
Make progress on translation
Son Ho
2022-01-26
1
-45
/
+15
*
Make progress on translation
Son Ho
2022-01-26
1
-27
/
+82
*
Implement sanity checks to check the types of the input/output arguments
Son Ho
2022-01-26
1
-9
/
+93
*
Add some sanity checks and comments
Son Ho
2022-01-26
1
-2
/
+9
*
Cleanup a bit
Son Ho
2022-01-26
1
-3
/
+3
*
Implement the SharedBorrow case of SymbolicToPure.typed_value_to_rvalue
Son Ho
2022-01-26
1
-6
/
+4
*
Cleanup a bit
Son Ho
2022-01-26
1
-35
/
+14
*
Add some comments
Son Ho
2022-01-26
1
-0
/
+34
*
Implement SymbolicToPure.typed_avalue_to_given_back
Son Ho
2022-01-26
1
-6
/
+88
*
Implement the ADT case of typed_avalue_to_consumed
Son Ho
2022-01-25
1
-11
/
+25
*
Make good progress on typed_avalue_to_consumed
Son Ho
2022-01-25
1
-21
/
+49
[next]