| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replace AProjSharedLoan with AIgnoredSharedLoan | Son Ho | 2022-01-03 | 1 | -2/+1 |
* | Add detailed comments to aloan_content and aborrow_content | Son Ho | 2022-01-03 | 1 | -17/+200 |
* | Add a comment | Son Ho | 2021-12-17 | 1 | -1/+2 |
* | Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan} | Son Ho | 2021-12-17 | 1 | -4/+4 |
* | Implement apply_reborrows | Son Ho | 2021-12-17 | 1 | -1/+2 |
* | Take the abstract shared borrows into account | Son Ho | 2021-12-17 | 1 | -0/+3 |
* | Change the definition of abstract_shared_borrows | Son Ho | 2021-12-17 | 1 | -15/+20 |
* | Use RegionVarId and RegionId in a more consistent manner | Son Ho | 2021-12-17 | 1 | -2/+0 |
* | Start working on projections_intersect and apply_proj_borrows | Son Ho | 2021-12-17 | 1 | -0/+9 |
* | Implement the avalue cases of give_back_value | Son Ho | 2021-12-17 | 1 | -1/+10 |
* | Start updating give_back_value | Son Ho | 2021-12-17 | 1 | -1/+1 |
* | Update a comment | Son Ho | 2021-12-17 | 1 | -1/+2 |
* | Make minor modifications | Son Ho | 2021-12-17 | 1 | -0/+2 |
* | Finish implementing visit_ABorrow for end_borrow_get_borrow_in_env | Son Ho | 2021-12-17 | 1 | -1/+1 |
* | Implement the visit_ALoan case for end_borrow_get_borrow_in_env | Son Ho | 2021-12-17 | 1 | -1/+15 |
* | Start updating end_borrow_in_env to take abstractions into account | Son Ho | 2021-12-14 | 1 | -1/+1 |
* | Implement update_{aloan, aborrow} | Son Ho | 2021-12-08 | 1 | -0/+4 |
* | Derive iterators for Values.abs | Son Ho | 2021-12-08 | 1 | -5/+22 |
* | Make minor modifications | Son Ho | 2021-12-08 | 1 | -15/+8 |
* | Cleanup a bit | Son Ho | 2021-12-08 | 1 | -315/+0 |
* | Remove g_value, g_typed_value, etc. to make values and abstract values | Son Ho | 2021-12-08 | 1 | -75/+90 |
* | Make the map visitors non-polymorphic | Son Ho | 2021-12-08 | 1 | -22/+97 |
* | Cleanup a bit | Son Ho | 2021-12-07 | 1 | -103/+3 |
* | Update map_typed_value and make map_typed_avalue work | Son Ho | 2021-12-07 | 1 | -152/+143 |
* | Make the map_g_typed_value visitor polymorphic | Son Ho | 2021-12-07 | 1 | -57/+55 |
* | Start working on map_typed_value | Son Ho | 2021-12-07 | 1 | -1/+115 |
* | Implement map_typed_value | Son Ho | 2021-12-07 | 1 | -0/+64 |
* | Add comments | Son Ho | 2021-12-07 | 1 | -1/+15 |
* | Start implementing monomorphic versions of the map visitors | Son Ho | 2021-12-07 | 1 | -82/+156 |
* | Make minor modifications | Son Ho | 2021-12-06 | 1 | -4/+4 |
* | Cleanup a bit | Son Ho | 2021-12-06 | 1 | -152/+0 |
* | Implement map visitors for values | Son Ho | 2021-12-06 | 1 | -1/+242 |
* | Add a comment | Son Ho | 2021-12-03 | 1 | -0/+1 |
* | Reorder definitions in Values.ml | Son Ho | 2021-12-03 | 1 | -32/+30 |
* | Implement iter visitors for typed_avalue | Son Ho | 2021-12-03 | 1 | -18/+41 |
* | Make minor modifications | Son Ho | 2021-12-03 | 1 | -1/+2 |
* | Add code to derive polymorphic visitors for g_typed_value and typed_value | Son Ho | 2021-12-03 | 1 | -9/+45 |
* | Make minor modifications | Son Ho | 2021-12-03 | 1 | -5/+1 |
* | Merge the ADTs, tuples and assumed types in the type and value | Son Ho | 2021-12-01 | 1 | -23/+3 |
* | Merge value and avalue | Son Ho | 2021-12-01 | 1 | -44/+49 |
* | Start factorizing value | Son Ho | 2021-12-01 | 1 | -13/+37 |
* | Simplify the adt_value type | Son Ho | 2021-12-01 | 1 | -6/+0 |
* | Move the var definition | Son Ho | 2021-12-01 | 1 | -12/+0 |
* | Add various comments | Son Ho | 2021-12-01 | 1 | -2/+10 |
* | Make minor cleanup | Son Ho | 2021-11-30 | 1 | -1/+1 |
* | Introduce [binder] and use them in place of [var] in the environments | Son Ho | 2021-11-30 | 1 | -0/+2 |
* | Remove the vector type for the Id module | Son Ho | 2021-11-30 | 1 | -4/+4 |
* | Make minor modifications | Son Ho | 2021-11-30 | 1 | -2/+6 |
* | Derive more debugging facilities | Son Ho | 2021-11-29 | 1 | -12/+31 |
* | Start deriving formatters for debugging | Son Ho | 2021-11-29 | 1 | -0/+1 |