summaryrefslogtreecommitdiff
path: root/src/Values.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-13Introduce ended borrow/loan projectors over symbolic valuesSon Ho1-0/+2
2022-01-12Make minor modificationsSon Ho1-1/+1
2022-01-07Factorize initialize_symbolic_context_for_fun andSon Ho1-1/+2
2022-01-07Add a high-level commentSon Ho1-0/+8
2022-01-07Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho1-6/+41
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho1-35/+10
2022-01-06Fix some bugsSon Ho1-1/+5
2022-01-06Generate iterators for statementSon Ho1-4/+4
2022-01-05Finish implementing eval_local_function_call_symbolicSon Ho1-3/+0
2022-01-05Make good progress on eval_local_function_call_symbolicSon Ho1-1/+1
2022-01-05Update some commentsSon Ho1-0/+4
2022-01-05Add comments about symbolic valuesSon Ho1-2/+5
2022-01-04Start working on invariant checkingSon Ho1-4/+4
2022-01-04Add a sanity check to make sure symbolic values disappear afterSon Ho1-2/+10
2022-01-04Fix a few mistakes with symbolic values and their typesSon Ho1-1/+9
2022-01-04Update expand_symbolic_value_shared_borrow to reborrow also in theSon Ho1-1/+3
2022-01-04Fix a few issues with [apply_symbolic_expansion_to_avalues]Son Ho1-0/+2
2022-01-03Update the functions to activate inactivated borrowsSon Ho1-5/+20
2022-01-03Make progress on end_abstraction_borrows and start implementingSon Ho1-1/+16
2022-01-03Start implementing end_abstraction_borrowSon Ho1-1/+2
2022-01-03Replace AProjSharedLoan with AIgnoredSharedLoanSon Ho1-2/+1
2022-01-03Add detailed comments to aloan_content and aborrow_contentSon Ho1-17/+200
2021-12-17Add a commentSon Ho1-1/+2
2021-12-17Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}Son Ho1-4/+4
2021-12-17Implement apply_reborrowsSon Ho1-1/+2
2021-12-17Take the abstract shared borrows into accountSon Ho1-0/+3
2021-12-17Change the definition of abstract_shared_borrowsSon Ho1-15/+20
2021-12-17Use RegionVarId and RegionId in a more consistent mannerSon Ho1-2/+0
2021-12-17Start working on projections_intersect and apply_proj_borrowsSon Ho1-0/+9
2021-12-17Implement the avalue cases of give_back_valueSon Ho1-1/+10
2021-12-17Start updating give_back_valueSon Ho1-1/+1
2021-12-17Update a commentSon Ho1-1/+2
2021-12-17Make minor modificationsSon Ho1-0/+2
2021-12-17Finish implementing visit_ABorrow for end_borrow_get_borrow_in_envSon Ho1-1/+1
2021-12-17Implement the visit_ALoan case for end_borrow_get_borrow_in_envSon Ho1-1/+15
2021-12-14Start updating end_borrow_in_env to take abstractions into accountSon Ho1-1/+1
2021-12-08Implement update_{aloan, aborrow}Son Ho1-0/+4
2021-12-08Derive iterators for Values.absSon Ho1-5/+22
2021-12-08Make minor modificationsSon Ho1-15/+8
2021-12-08Cleanup a bitSon Ho1-315/+0
2021-12-08Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho1-75/+90
2021-12-08Make the map visitors non-polymorphicSon Ho1-22/+97
2021-12-07Cleanup a bitSon Ho1-103/+3
2021-12-07Update map_typed_value and make map_typed_avalue workSon Ho1-152/+143
2021-12-07Make the map_g_typed_value visitor polymorphicSon Ho1-57/+55
2021-12-07Start working on map_typed_valueSon Ho1-1/+115
2021-12-07Implement map_typed_valueSon Ho1-0/+64
2021-12-07Add commentsSon Ho1-1/+15
2021-12-07Start implementing monomorphic versions of the map visitorsSon Ho1-82/+156
2021-12-06Make minor modificationsSon Ho1-4/+4