summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-03Generate visitors for tySon Ho1-1/+53
2022-01-03Make more progressSon Ho1-1/+10
2022-01-03Make progress on end_abstraction_borrows and start implementingSon Ho2-9/+94
2022-01-03Start implementing end_abstraction_borrowSon Ho2-15/+111
2022-01-03Start working on end_abstractionSon Ho3-7/+105
2022-01-03Replace AProjSharedLoan with AIgnoredSharedLoanSon Ho3-59/+16
2022-01-03Cleanup a bit to remove warningsSon Ho2-8/+6
2022-01-03Add detailed comments to aloan_content and aborrow_contentSon Ho1-17/+200
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-17Add a commentSon Ho1-1/+2
2021-12-17Implement apply_proj_borrows_on_shared_borrowSon Ho2-25/+148
2021-12-17Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}Son Ho3-30/+30
2021-12-17Update give_backSon Ho1-1/+5
2021-12-17Update reborrow_sharedSon Ho1-1/+8
2021-12-17Implement apply_reborrowsSon Ho2-14/+113
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 Ho2-173/+163
2021-12-17Rename some functionsSon Ho2-5/+5
2021-12-17Add more field type instantiation functions for the ADTsSon Ho1-1/+40
2021-12-17Rename some functionsSon Ho2-6/+6
2021-12-17Fix some issuesSon Ho1-5/+8
2021-12-17Take the abstract shared borrows into accountSon Ho2-12/+74
2021-12-17Change the definition of abstract_shared_borrowsSon Ho3-24/+30
2021-12-17Make progress on apply_proj_borrowsSon Ho1-17/+59
2021-12-17Use RegionVarId and RegionId in a more consistent mannerSon Ho7-37/+86
2021-12-17Start working on projections_intersect and apply_proj_borrowsSon Ho2-2/+75
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 Ho4-14/+95
2021-12-17Rename some methodsSon Ho1-8/+8
2021-12-17Rewrite give_back_value with visitorsSon Ho2-28/+40
2021-12-17Start updating give_back_valueSon Ho2-54/+33
2021-12-17Update a commentSon Ho1-1/+2
2021-12-17Make minor modificationsSon Ho2-0/+14
2021-12-17Finish implementing visit_ABorrow for end_borrow_get_borrow_in_envSon Ho2-3/+36
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 Ho2-3/+56
2021-12-15Parsing of command-line argumentsJonathan Protzenko2-3/+27
2021-12-14Make minor modificationsSon Ho1-3/+10
2021-12-14Start updating end_borrow_in_env to take abstractions into accountSon Ho2-101/+223
2021-12-08Implement update_{aloan, aborrow}Son Ho2-21/+105
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 Ho2-56/+39