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-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
2022-01-26
Make progress on translation
Son Ho
1
-45
/
+15
2022-01-26
Make progress on translation
Son Ho
1
-27
/
+82
2022-01-26
Implement sanity checks to check the types of the input/output arguments
Son Ho
1
-9
/
+93
2022-01-26
Add some sanity checks and comments
Son Ho
1
-2
/
+9
2022-01-26
Cleanup a bit
Son Ho
1
-3
/
+3
2022-01-26
Implement the SharedBorrow case of SymbolicToPure.typed_value_to_rvalue
Son Ho
1
-6
/
+4
2022-01-26
Cleanup a bit
Son Ho
1
-35
/
+14
2022-01-26
Add some comments
Son Ho
1
-0
/
+34
2022-01-26
Implement SymbolicToPure.typed_avalue_to_given_back
Son Ho
1
-6
/
+88
2022-01-25
Implement the ADT case of typed_avalue_to_consumed
Son Ho
1
-11
/
+25
2022-01-25
Make good progress on typed_avalue_to_consumed
Son Ho
1
-21
/
+49
2022-01-25
Start working on typed_avalue_to_consumed
Son Ho
1
-1
/
+44
2022-01-25
Make progress on translate_typed_value_to_rvalue
Son Ho
1
-5
/
+11
2022-01-25
Start working on translate_typed_value_to_rvalue
Son Ho
1
-3
/
+28
2022-01-25
Implement some utilities in SymbolicToPure
Son Ho
1
-17
/
+33
2022-01-25
Finish implementing SymbolicToPure.translate_end_abstraction
Son Ho
1
-4
/
+24
2022-01-25
Make the back_id field non optional in Values.abs
Son Ho
1
-5
/
+3
2022-01-25
Make minor modifications
Son Ho
1
-9
/
+83
2022-01-25
Introduce lvalues and rvalues in Pure.ml
Son Ho
1
-33
/
+61
2022-01-25
Make progress on SymbolicToPure.translate_end_abstraction
Son Ho
1
-40
/
+152
2022-01-25
Replace BackwardFunctionId with RegionGroupId
Son Ho
1
-10
/
+9
2022-01-25
Start working on translate_end_abstraction
Son Ho
1
-1
/
+69
2022-01-25
Implement the forgotten Tuple case in SymbolicToPure.translate_expansion
Son Ho
1
-1
/
+3
2022-01-25
Finish implementing SymbolicToPure.translate_expansion
Son Ho
1
-1
/
+15
2022-01-25
Make good progress on SymbolicToPure.translate_expansion
Son Ho
1
-21
/
+151
2022-01-25
Implement SymbolicToPure.translate_fun_sig
Son Ho
1
-35
/
+225
2022-01-24
Make minor modifications
Son Ho
1
-0
/
+3
2022-01-24
Start working on translation of the type definitions
Son Ho
1
-0
/
+82
2022-01-24
Start working on name generation for the synthesis
Son Ho
1
-0
/
+91