summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename some functionsSon Ho2021-12-172-6/+6
|
* Fix some issuesSon Ho2021-12-171-5/+8
|
* Take the abstract shared borrows into accountSon Ho2021-12-172-12/+74
|
* Change the definition of abstract_shared_borrowsSon Ho2021-12-173-24/+30
|
* Make progress on apply_proj_borrowsSon Ho2021-12-171-17/+59
|
* Use RegionVarId and RegionId in a more consistent mannerSon Ho2021-12-177-37/+86
|
* Start working on projections_intersect and apply_proj_borrowsSon Ho2021-12-172-2/+75
|
* 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-174-14/+95
|
* Rename some methodsSon Ho2021-12-171-8/+8
|
* Rewrite give_back_value with visitorsSon Ho2021-12-172-28/+40
|
* Start updating give_back_valueSon Ho2021-12-172-54/+33
|
* Update a commentSon Ho2021-12-171-1/+2
|
* Make minor modificationsSon Ho2021-12-172-0/+14
|
* Finish implementing visit_ABorrow for end_borrow_get_borrow_in_envSon Ho2021-12-172-3/+36
|
* 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-172-3/+56
|
* Parsing of command-line argumentsJonathan Protzenko2021-12-152-3/+27
|
* Make minor modificationsSon Ho2021-12-141-3/+10
|
* Start updating end_borrow_in_env to take abstractions into accountSon Ho2021-12-142-101/+223
|
* Implement update_{aloan, aborrow}Son Ho2021-12-082-21/+105
|
* 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-082-56/+39
|
* Generate iterators for Contexts.envSon Ho2021-12-081-4/+39
|
* Derive iterators for Values.absSon Ho2021-12-081-5/+22
|
* Remove a TODOSon Ho2021-12-081-1/+0
|
* Rename env_value to env_elemSon Ho2021-12-083-19/+16
|
* Make minor modificationsSon Ho2021-12-083-75/+16
|
* Make minor modificationsSon Ho2021-12-081-7/+6
|
* Add a commentSon Ho2021-12-081-0/+4
|
* Revert the implementation of copy_valueSon Ho2021-12-081-90/+39
|
* Rewrite copy_valueSon Ho2021-12-081-31/+144
|
* Cleanup a bitSon Ho2021-12-081-90/+0
|
* Reimplement drop_borrows_loans_at_placeSon Ho2021-12-081-77/+155
|
* Reimplement end_loans_at_place with iteratorsSon Ho2021-12-081-42/+36
|
* Reimplement reborrow_shared with visitorsSon Ho2021-12-081-37/+25
|
* Change the signature of end_borrow_get_borrow_in_envSon Ho2021-12-081-43/+33
|
* Reimplement end_borrow_get_borrow_in_envSon Ho2021-12-081-109/+80
|
* Rewrite some functions which use visitors to insert exhaustive matchesSon Ho2021-12-081-106/+114
|
* Cleanup a bitSon Ho2021-12-081-315/+0
|
* Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho2021-12-084-144/+184
| | | | distinct
* Insert commented code in Interpreter.mlSon Ho2021-12-081-0/+48
|
* Make the map visitors non-polymorphicSon Ho2021-12-081-22/+97
|
* Rewrite more functions by using visitorsSon Ho2021-12-081-34/+28
|
* Rewrite update_borrow by using visitorsSon Ho2021-12-081-43/+50
|