summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-05Implement the symbolic case of eval_rvalue_discriminantSon Ho3-23/+86
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 Ho2-12/+43
2022-01-05Implement eval_unary_op_symbolicSon Ho3-4/+23
2022-01-05Fix a mistake in convert_avalue_to_valueSon Ho1-35/+27
2022-01-05Update some commentsSon Ho1-0/+4
2022-01-05Add comments about symbolic valuesSon Ho1-2/+5
2022-01-05Make minor modificationsSon Ho1-10/+13
2022-01-05Implement the symbolic case of copy_valueSon Ho2-6/+36
2022-01-05Cleanup a bitSon Ho1-6/+0
2022-01-05Introduce the type_context definitionSon Ho6-35/+53
2022-01-05Update a commentSon Ho1-0/+2
2022-01-05Add more calls to synthesis functionsSon Ho2-1/+65
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 Ho2-22/+82
2022-01-04Cleanup a bitSon Ho1-3/+2
2022-01-04Finish implementing visit_typed_avalue for check_typing_invariantSon Ho1-12/+24
2022-01-04Make good progress on visit_typed_avalue for check_typing_invariantSon Ho1-1/+89
2022-01-04Improve check_typing_invariant to lookup borrowed/shared values andSon Ho1-5/+20
2022-01-04Move some functions from Interpreter to InterpreterUtilsSon Ho2-536/+536
2022-01-04Finish implementing visit_typed_value for check_typing_invariantSon Ho1-3/+6
2022-01-04Make good progress on visit_typed_value for check_typing_invariantSon Ho1-4/+55
2022-01-04Implement check_constant_value_typeSon Ho1-2/+8
2022-01-04Start working on check_typing_invariantSon Ho1-1/+23
2022-01-04Implement check_borrowed_values_invariant and fix minor issuesSon Ho1-5/+82
2022-01-04Fix compiler warningsJonathan Protzenko2-14/+6
2022-01-04Commit a forgotten fileSon Ho1-0/+86
2022-01-04Add more checks in check_loans_borrow_relation_invariantSon Ho1-12/+34
2022-01-04Make minor modificationsSon Ho1-1/+1
2022-01-04Update the traceSon Ho2-76/+26
2022-01-04Make progress on implementing check_loans_borrows_relations_invariantSon Ho1-5/+196
2022-01-04Start working on invariant checkingSon Ho3-4/+40
2022-01-04Make a minor modificationSon Ho1-0/+1
2022-01-04Add a sanity check to make sure symbolic values disappear afterSon Ho2-41/+85
2022-01-04Fix a few mistakes with symbolic values and their typesSon Ho2-19/+34
2022-01-04Update expand_symbolic_value_shared_borrow to reborrow also in theSon Ho2-36/+101
2022-01-04Implement expand_symbolic_value_shared_borrowSon Ho2-2/+45
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 Ho2-8/+31
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 Ho3-29/+83
2022-01-04Refactor the code a bitSon Ho1-14/+14