summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update access_projectionSon Ho2022-01-031-1/+29
|
* Update the functions to activate inactivated borrowsSon Ho2022-01-031-3/+17
|
* Update end_abstraction_regionsSon Ho2022-01-031-1/+54
|
* Make minor modifications and make bottom_in_value more generalSon Ho2022-01-031-48/+76
|
* Update a sanity check in apply_proj_borrowsSon Ho2022-01-031-12/+38
|
* Implement rty_regionsSon Ho2022-01-031-2/+13
|
* Make more progressSon Ho2022-01-031-1/+10
|
* Make progress on end_abstraction_borrows and start implementingSon Ho2022-01-031-8/+78
| | | | convert_avalue_to_value
* Start implementing end_abstraction_borrowSon Ho2022-01-031-14/+109
|
* Start working on end_abstractionSon Ho2022-01-031-6/+91
|
* Replace AProjSharedLoan with AIgnoredSharedLoanSon Ho2022-01-031-53/+13
|
* Add a detailed example in the comments for drop_borrows_loans_at_placeSon Ho2022-01-031-3/+41
|
* Do more cleanupSon Ho2022-01-031-4/+5
|
* Cleanup a bit and fix some issuesSon Ho2022-01-031-7/+7
|
* Implement apply_proj_borrows_on_shared_borrowSon Ho2021-12-171-25/+127
|
* Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}Son Ho2021-12-171-24/+24
|
* Update give_backSon Ho2021-12-171-1/+5
|
* Update reborrow_sharedSon Ho2021-12-171-1/+8
|
* Implement apply_reborrowsSon Ho2021-12-171-13/+111
|
* Make progress on apply_proj_borrowsSon Ho2021-12-171-11/+82
|
* Make progress on apply_proj_borrowsSon Ho2021-12-171-11/+34
|
* Use eval_ctx instead of env in many functions of the interpreterSon Ho2021-12-171-173/+143
|
* Rename some functionsSon Ho2021-12-171-1/+1
|
* Rename some functionsSon Ho2021-12-171-3/+3
|
* Fix some issuesSon Ho2021-12-171-5/+8
|
* Take the abstract shared borrows into accountSon Ho2021-12-171-12/+71
|
* Change the definition of abstract_shared_borrowsSon Ho2021-12-171-2/+1
|
* Make progress on apply_proj_borrowsSon Ho2021-12-171-17/+59
|
* Use RegionVarId and RegionId in a more consistent mannerSon Ho2021-12-171-6/+9
|
* Start working on projections_intersect and apply_proj_borrowsSon Ho2021-12-171-2/+66
|
* Implement the ASharedLoan case of reborrow_sharedSon Ho2021-12-171-1/+7
|
* Make minor modificationsSon Ho2021-12-171-3/+3
|
* Implement give_back_avalue and update give_back_in_envSon Ho2021-12-171-9/+117
|
* Implement the avalue cases of give_back_sharedSon Ho2021-12-171-7/+34
|
* Rewrite give_back_shared with visitorsSon Ho2021-12-171-61/+52
|
* Implement the avalue cases of give_back_valueSon Ho2021-12-171-11/+84
|
* Rewrite give_back_value with visitorsSon Ho2021-12-171-14/+19
|
* Start updating give_back_valueSon Ho2021-12-171-53/+32
|
* Make minor modificationsSon Ho2021-12-171-0/+12
|
* Finish implementing visit_ABorrow for end_borrow_get_borrow_in_envSon Ho2021-12-171-2/+35
|
* Start working on visit_ABorrow for end_borrow_get_borrow_in_envSon Ho2021-12-171-2/+6
|
* Implement the visit_ALoan case for end_borrow_get_borrow_in_envSon Ho2021-12-171-2/+41
|
* Make minor modificationsSon Ho2021-12-141-3/+10
|
* Start updating end_borrow_in_env to take abstractions into accountSon Ho2021-12-141-100/+222
|
* Implement update_{aloan, aborrow}Son Ho2021-12-081-21/+101
|
* Start updating functions like {lookup,update}_{loan,borrow}_contentSon Ho2021-12-081-25/+64
|
* Make more progress on preparing support for abstractionsSon Ho2021-12-081-19/+44
|
* Update the env frame iterators to prepare support for abstractionsSon Ho2021-12-081-6/+18
|
* Remove a TODOSon Ho2021-12-081-1/+0
|
* Rename env_value to env_elemSon Ho2021-12-081-4/+4
|