summaryrefslogtreecommitdiff
path: root/src/Values.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-12-06Cleanup a bitSon Ho1-152/+0
2021-12-06Implement map visitors for valuesSon Ho1-1/+242
2021-12-03Add a commentSon Ho1-0/+1
2021-12-03Reorder definitions in Values.mlSon Ho1-32/+30
2021-12-03Implement iter visitors for typed_avalueSon Ho1-18/+41
2021-12-03Make minor modificationsSon Ho1-1/+2
2021-12-03Add code to derive polymorphic visitors for g_typed_value and typed_valueSon Ho1-9/+45
2021-12-03Make minor modificationsSon Ho1-5/+1
2021-12-01Merge the ADTs, tuples and assumed types in the type and valueSon Ho1-23/+3
2021-12-01Merge value and avalueSon Ho1-44/+49
2021-12-01Start factorizing valueSon Ho1-13/+37
2021-12-01Simplify the adt_value typeSon Ho1-6/+0
2021-12-01Move the var definitionSon Ho1-12/+0
2021-12-01Add various commentsSon Ho1-2/+10
2021-11-30Make minor cleanupSon Ho1-1/+1
2021-11-30Introduce [binder] and use them in place of [var] in the environmentsSon Ho1-0/+2
2021-11-30Remove the vector type for the Id moduleSon Ho1-4/+4
2021-11-30Make minor modificationsSon Ho1-2/+6
2021-11-29Derive more debugging facilitiesSon Ho1-12/+31
2021-11-29Start deriving formatters for debuggingSon Ho1-0/+1
2021-11-25Start working on eval_local_function_callSon Ho1-0/+3
2021-11-25Start working on function callsSon Ho1-1/+1
2021-11-24Implement eval_binary_opSon Ho1-13/+1
2021-11-22Implement abs_to_stringSon Ho1-2/+3
2021-11-22Implement typed_avalue_to_string_Son Ho1-4/+4