summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make more progress on symbolic expansionSon Ho2022-01-041-22/+57
|
* Make progress on the symbolic expansionSon Ho2022-01-041-4/+73
|
* Fix a few issues with [apply_symbolic_expansion_to_avalues]Son Ho2022-01-042-8/+31
|
* Update a commentSon Ho2022-01-041-1/+1
|
* Factorize some codeSon Ho2022-01-041-50/+88
|
* Start working on apply_symbolic_expansion_non_borrowSon Ho2022-01-041-36/+131
|
* Make minor modificationsSon Ho2022-01-041-7/+18
|
* Implement compute_expanded_symbolic_adt_valueSon Ho2022-01-043-29/+83
|
* Refactor the code a bitSon Ho2022-01-041-14/+14
|
* Make minor progress on compute_expanded_symbolic_ref_valueSon Ho2022-01-031-3/+10
|
* Implement compute_expanded_symbolic_box_valueSon Ho2022-01-031-15/+35
|
* Implement compute_expanded_symbolic_tuple_valueSon Ho2022-01-031-4/+80
|
* Make a minor modificationSon Ho2022-01-031-0/+2
|
* Update access_projectionSon Ho2022-01-031-1/+29
|
* Update the functions to activate inactivated borrowsSon Ho2022-01-032-8/+37
|
* 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
|
* Generate visitors for tySon Ho2022-01-031-1/+53
|
* Make more progressSon Ho2022-01-031-1/+10
|
* Make progress on end_abstraction_borrows and start implementingSon Ho2022-01-032-9/+94
| | | | convert_avalue_to_value
* Start implementing end_abstraction_borrowSon Ho2022-01-032-15/+111
|
* Start working on end_abstractionSon Ho2022-01-033-7/+105
|
* Replace AProjSharedLoan with AIgnoredSharedLoanSon Ho2022-01-033-59/+16
|
* Cleanup a bit to remove warningsSon Ho2022-01-032-8/+6
|
* Add detailed comments to aloan_content and aborrow_contentSon Ho2022-01-031-17/+200
|
* 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
|
* Add a commentSon Ho2021-12-171-1/+2
|
* Implement apply_proj_borrows_on_shared_borrowSon Ho2021-12-172-25/+148
|
* Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}Son Ho2021-12-173-30/+30
|
* Update give_backSon Ho2021-12-171-1/+5
|
* Update reborrow_sharedSon Ho2021-12-171-1/+8
|
* Implement apply_reborrowsSon Ho2021-12-172-14/+113
|
* 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-172-173/+163
|
* Rename some functionsSon Ho2021-12-172-5/+5
|
* Add more field type instantiation functions for the ADTsSon Ho2021-12-171-1/+40
|
* 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
|