summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-12-17Start working on visit_ABorrow for end_borrow_get_borrow_in_envSon Ho1-2/+6
2021-12-17Implement the visit_ALoan case for end_borrow_get_borrow_in_envSon Ho1-2/+41
2021-12-14Make minor modificationsSon Ho1-3/+10
2021-12-14Start updating end_borrow_in_env to take abstractions into accountSon Ho1-100/+222
2021-12-08Implement update_{aloan, aborrow}Son Ho1-21/+101
2021-12-08Start updating functions like {lookup,update}_{loan,borrow}_contentSon Ho1-25/+64
2021-12-08Make more progress on preparing support for abstractionsSon Ho1-19/+44
2021-12-08Update the env frame iterators to prepare support for abstractionsSon Ho1-6/+18
2021-12-08Remove a TODOSon Ho1-1/+0
2021-12-08Rename env_value to env_elemSon Ho1-4/+4
2021-12-08Make minor modificationsSon Ho1-58/+6
2021-12-08Make minor modificationsSon Ho1-7/+6
2021-12-08Revert the implementation of copy_valueSon Ho1-90/+39
2021-12-08Rewrite copy_valueSon Ho1-31/+144
2021-12-08Cleanup a bitSon Ho1-90/+0
2021-12-08Reimplement drop_borrows_loans_at_placeSon Ho1-77/+155
2021-12-08Reimplement end_loans_at_place with iteratorsSon Ho1-42/+36
2021-12-08Reimplement reborrow_shared with visitorsSon Ho1-37/+25
2021-12-08Change the signature of end_borrow_get_borrow_in_envSon Ho1-43/+33
2021-12-08Reimplement end_borrow_get_borrow_in_envSon Ho1-109/+80
2021-12-08Rewrite some functions which use visitors to insert exhaustive matchesSon Ho1-106/+114
2021-12-08Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho1-16/+31
2021-12-08Insert commented code in Interpreter.mlSon Ho1-0/+48
2021-12-08Rewrite more functions by using visitorsSon Ho1-34/+28
2021-12-08Rewrite update_borrow by using visitorsSon Ho1-43/+50
2021-12-07Make a minor modificationSon Ho1-1/+1
2021-12-07Rewrite lookup_borrow_opt with visitorsSon Ho1-26/+28
2021-12-07Update update_loanSon Ho1-30/+8
2021-12-07Rewrite lookup_loan_opt with visitorsSon Ho1-19/+8
2021-12-07Add a sanity checkSon Ho1-8/+31
2021-12-07Make update_loan_in_value work with visitorsSon Ho1-40/+1
2021-12-06Make minor modificationsSon Ho1-0/+36
2021-12-06Start rewriting some functions with visitorsSon Ho1-69/+86