summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-01-03Do more cleanupSon Ho1-4/+5
2022-01-03Cleanup a bit and fix some issuesSon Ho1-7/+7
2021-12-17Implement apply_proj_borrows_on_shared_borrowSon Ho1-25/+127
2021-12-17Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}Son Ho1-24/+24
2021-12-17Update give_backSon Ho1-1/+5
2021-12-17Update reborrow_sharedSon Ho1-1/+8
2021-12-17Implement apply_reborrowsSon Ho1-13/+111
2021-12-17Make progress on apply_proj_borrowsSon Ho1-11/+82
2021-12-17Make progress on apply_proj_borrowsSon Ho1-11/+34
2021-12-17Use eval_ctx instead of env in many functions of the interpreterSon Ho1-173/+143
2021-12-17Rename some functionsSon Ho1-1/+1
2021-12-17Rename some functionsSon Ho1-3/+3
2021-12-17Fix some issuesSon Ho1-5/+8
2021-12-17Take the abstract shared borrows into accountSon Ho1-12/+71
2021-12-17Change the definition of abstract_shared_borrowsSon Ho1-2/+1
2021-12-17Make progress on apply_proj_borrowsSon Ho1-17/+59
2021-12-17Use RegionVarId and RegionId in a more consistent mannerSon Ho1-6/+9
2021-12-17Start working on projections_intersect and apply_proj_borrowsSon Ho1-2/+66
2021-12-17Implement the ASharedLoan case of reborrow_sharedSon Ho1-1/+7
2021-12-17Make minor modificationsSon Ho1-3/+3
2021-12-17Implement give_back_avalue and update give_back_in_envSon Ho1-9/+117
2021-12-17Implement the avalue cases of give_back_sharedSon Ho1-7/+34
2021-12-17Rewrite give_back_shared with visitorsSon Ho1-61/+52
2021-12-17Implement the avalue cases of give_back_valueSon Ho1-11/+84
2021-12-17Rewrite give_back_value with visitorsSon Ho1-14/+19
2021-12-17Start updating give_back_valueSon Ho1-53/+32
2021-12-17Make minor modificationsSon Ho1-0/+12
2021-12-17Finish implementing visit_ABorrow for end_borrow_get_borrow_in_envSon Ho1-2/+35