summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-26Cleanup a bitSon Ho1-3/+3
2022-01-26Implement the SharedBorrow case of SymbolicToPure.typed_value_to_rvalueSon Ho1-6/+4
2022-01-26Add a meta-value in SharedBorrow to carry the shared valueSon Ho9-53/+78
2022-01-26Fix a typoSon Ho1-1/+1
2022-01-26Remove SymbolicAstUtils.mlSon Ho3-96/+0
2022-01-26Cleanup a bitSon Ho2-39/+18
2022-01-26Add some commentsSon Ho1-0/+34
2022-01-26Implement SymbolicToPure.typed_avalue_to_given_backSon Ho2-7/+90
2022-01-26Replace other occurrences of mvalue with msymbolic_valueSon Ho3-7/+16
2022-01-25Implement the ADT case of typed_avalue_to_consumedSon Ho1-11/+25
2022-01-25Make good progress on typed_avalue_to_consumedSon Ho1-21/+49
2022-01-25Make minor modificationsSon Ho1-2/+2
2022-01-25Replace another occurrence of mvalue with msymbolic_valueSon Ho3-5/+3
2022-01-25Use msymbolic_value instead of mvalue in some places in Values.aprojSon Ho4-12/+8
2022-01-25Start working on typed_avalue_to_consumedSon Ho2-2/+51
2022-01-25Make progress on translate_typed_value_to_rvalueSon Ho1-5/+11
2022-01-25Start working on translate_typed_value_to_rvalueSon Ho2-15/+29
2022-01-25Implement some utilities in SymbolicToPureSon Ho2-17/+35
2022-01-25Finish implementing SymbolicToPure.translate_end_abstractionSon Ho2-6/+26
2022-01-25Make the back_id field non optional in Values.absSon Ho3-12/+10
2022-01-25Make minor modificationsSon Ho1-9/+83
2022-01-25Add a SynthInputGivenBack case in Values.sv_kindSon Ho3-8/+16
2022-01-25Introduce lvalues and rvalues in Pure.mlSon Ho2-56/+91
2022-01-25Make progress on SymbolicToPure.translate_end_abstractionSon Ho6-52/+182
2022-01-25Replace BackwardFunctionId with RegionGroupIdSon Ho3-15/+12
2022-01-25Start working on translate_end_abstractionSon Ho3-6/+76
2022-01-25Implement the forgotten Tuple case in SymbolicToPure.translate_expansionSon Ho1-1/+3
2022-01-25Finish implementing SymbolicToPure.translate_expansionSon Ho1-1/+15
2022-01-25Make good progress on SymbolicToPure.translate_expansionSon Ho5-56/+210
2022-01-25Implement SymbolicToPure.translate_fun_sigSon Ho6-59/+344
2022-01-24Make minor modificationsSon Ho1-0/+3
2022-01-24Start working on translation of the type definitionsSon Ho3-1/+102
2022-01-24Start working on name generation for the synthesisSon Ho4-1/+315
2022-01-24Make minor modificationsSon Ho4-5/+14
2022-01-24Start working on printing for symbolic ASTSon Ho7-5/+165
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho8-123/+99
2022-01-21Start working on the generation of the symbolic ASTSon Ho10-52/+240
2022-01-21Add invariant checks at the end of [end_borrow] and [end_abstraction]Son Ho2-6/+14
2022-01-21Make minor modifications for the invariants checksSon Ho2-14/+9
2022-01-21Implement more invariant checks for the symbolic valuesSon Ho1-3/+34
2022-01-21Update projections_intersect to write it in terms of a more genericSon Ho2-28/+79
2022-01-21Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho7-167/+442
2022-01-20Add commentsSon Ho1-2/+7
2022-01-20Fix a minor issue in expand_symbolic_valueSon Ho3-17/+25
2022-01-20Update a commentSon Ho1-4/+15
2022-01-20Fix a commentSon Ho1-1/+1
2022-01-20Make minor modificationsSon Ho2-4/+34
2022-01-20Update InterpreterSon Ho3-23/+49
2022-01-20Cleanup a bit InterpreterStatements following compiler warningsSon Ho1-6/+4
2022-01-20Finish updating InterpreterStatementsSon Ho2-89/+101