summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-05Cleanup a bitSon Ho1-20/+18
2022-01-05Implement the symbolic case of set_discriminantSon Ho1-1/+8
2022-01-05Implement the symbolic case of eval_rvalue_discriminantSon Ho1-20/+73
2022-01-05Make eval_rvalue return a list of values because of possible branchings and p...Son Ho1-86/+143
2022-01-05Change the signatures of the eval_rvalue_... functionsSon Ho1-14/+15
2022-01-05Fix some mistakes in copy_value and type_is_primitively_copyableSon Ho1-5/+7
2022-01-05Implement eval_binary_op_symbolicSon Ho1-10/+41
2022-01-05Implement eval_unary_op_symbolicSon Ho1-3/+15
2022-01-05Fix a mistake in convert_avalue_to_valueSon Ho1-35/+27
2022-01-05Make minor modificationsSon Ho1-10/+13
2022-01-05Implement the symbolic case of copy_valueSon Ho1-3/+33
2022-01-05Introduce the type_context definitionSon Ho1-10/+11
2022-01-05Add more calls to synthesis functionsSon Ho1-1/+6
2022-01-05Make progress on inserting more calls for synthesisSon Ho1-102/+112
2022-01-05Start inserting calls to dummy synthesis functions in Interpreter.mlSon Ho1-22/+75
2022-01-04Move some functions from Interpreter to InterpreterUtilsSon Ho1-536/+0
2022-01-04Update the traceSon Ho1-75/+1
2022-01-04Start working on invariant checkingSon Ho1-0/+5
2022-01-04Make a minor modificationSon Ho1-0/+1
2022-01-04Add a sanity check to make sure symbolic values disappear afterSon Ho1-39/+75
2022-01-04Fix a few mistakes with symbolic values and their typesSon Ho1-18/+25
2022-01-04Update expand_symbolic_value_shared_borrow to reborrow also in theSon Ho1-35/+98
2022-01-04Implement expand_symbolic_value_shared_borrowSon Ho1-2/+44
2022-01-04Implement the mut case of expand_symbolic_value_borrowSon Ho1-24/+51
2022-01-04Make more progress on symbolic expansionSon Ho1-156/+160
2022-01-04Make more progress on symbolic expansionSon Ho1-22/+57
2022-01-04Make progress on the symbolic expansionSon Ho1-4/+73
2022-01-04Fix a few issues with [apply_symbolic_expansion_to_avalues]Son Ho1-8/+29
2022-01-04Update a commentSon Ho1-1/+1
2022-01-04Factorize some codeSon Ho1-50/+88
2022-01-04Start working on apply_symbolic_expansion_non_borrowSon Ho1-36/+131
2022-01-04Make minor modificationsSon Ho1-7/+18
2022-01-04Implement compute_expanded_symbolic_adt_valueSon Ho1-28/+54
2022-01-04Refactor the code a bitSon Ho1-14/+14
2022-01-03Make minor progress on compute_expanded_symbolic_ref_valueSon Ho1-3/+10
2022-01-03Implement compute_expanded_symbolic_box_valueSon Ho1-15/+35
2022-01-03Implement compute_expanded_symbolic_tuple_valueSon Ho1-4/+80
2022-01-03Make a minor modificationSon Ho1-0/+2
2022-01-03Update access_projectionSon Ho1-1/+29
2022-01-03Update the functions to activate inactivated borrowsSon Ho1-3/+17
2022-01-03Update end_abstraction_regionsSon Ho1-1/+54
2022-01-03Make minor modifications and make bottom_in_value more generalSon Ho1-48/+76
2022-01-03Update a sanity check in apply_proj_borrowsSon Ho1-12/+38
2022-01-03Implement rty_regionsSon Ho1-2/+13
2022-01-03Make more progressSon Ho1-1/+10
2022-01-03Make progress on end_abstraction_borrows and start implementingSon Ho1-8/+78
2022-01-03Start implementing end_abstraction_borrowSon Ho1-14/+109
2022-01-03Start working on end_abstractionSon Ho1-6/+91
2022-01-03Replace AProjSharedLoan with AIgnoredSharedLoanSon Ho1-53/+13
2022-01-03Add a detailed example in the comments for drop_borrows_loans_at_placeSon Ho1-3/+41