| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement the visit_ALoan case for end_borrow_get_borrow_in_env | Son Ho | 2021-12-17 | 1 | -2/+41 |
* | Make minor modifications | Son Ho | 2021-12-14 | 1 | -3/+10 |
* | Start updating end_borrow_in_env to take abstractions into account | Son Ho | 2021-12-14 | 1 | -100/+222 |
* | Implement update_{aloan, aborrow} | Son Ho | 2021-12-08 | 1 | -21/+101 |
* | Start updating functions like {lookup,update}_{loan,borrow}_content | Son Ho | 2021-12-08 | 1 | -25/+64 |
* | Make more progress on preparing support for abstractions | Son Ho | 2021-12-08 | 1 | -19/+44 |
* | Update the env frame iterators to prepare support for abstractions | Son Ho | 2021-12-08 | 1 | -6/+18 |
* | Remove a TODO | Son Ho | 2021-12-08 | 1 | -1/+0 |
* | Rename env_value to env_elem | Son Ho | 2021-12-08 | 1 | -4/+4 |
* | Make minor modifications | Son Ho | 2021-12-08 | 1 | -58/+6 |
* | Make minor modifications | Son Ho | 2021-12-08 | 1 | -7/+6 |
* | Revert the implementation of copy_value | Son Ho | 2021-12-08 | 1 | -90/+39 |
* | Rewrite copy_value | Son Ho | 2021-12-08 | 1 | -31/+144 |
* | Cleanup a bit | Son Ho | 2021-12-08 | 1 | -90/+0 |
* | Reimplement drop_borrows_loans_at_place | Son Ho | 2021-12-08 | 1 | -77/+155 |
* | Reimplement end_loans_at_place with iterators | Son Ho | 2021-12-08 | 1 | -42/+36 |
* | Reimplement reborrow_shared with visitors | Son Ho | 2021-12-08 | 1 | -37/+25 |
* | Change the signature of end_borrow_get_borrow_in_env | Son Ho | 2021-12-08 | 1 | -43/+33 |
* | Reimplement end_borrow_get_borrow_in_env | Son Ho | 2021-12-08 | 1 | -109/+80 |
* | Rewrite some functions which use visitors to insert exhaustive matches | Son Ho | 2021-12-08 | 1 | -106/+114 |
* | Remove g_value, g_typed_value, etc. to make values and abstract values | Son Ho | 2021-12-08 | 1 | -16/+31 |
* | Insert commented code in Interpreter.ml | Son Ho | 2021-12-08 | 1 | -0/+48 |
* | Rewrite more functions by using visitors | Son Ho | 2021-12-08 | 1 | -34/+28 |
* | Rewrite update_borrow by using visitors | Son Ho | 2021-12-08 | 1 | -43/+50 |
* | Make a minor modification | Son Ho | 2021-12-07 | 1 | -1/+1 |
* | Rewrite lookup_borrow_opt with visitors | Son Ho | 2021-12-07 | 1 | -26/+28 |
* | Update update_loan | Son Ho | 2021-12-07 | 1 | -30/+8 |
* | Rewrite lookup_loan_opt with visitors | Son Ho | 2021-12-07 | 1 | -19/+8 |
* | Add a sanity check | Son Ho | 2021-12-07 | 1 | -8/+31 |
* | Make update_loan_in_value work with visitors | Son Ho | 2021-12-07 | 1 | -40/+1 |
* | Make minor modifications | Son Ho | 2021-12-06 | 1 | -0/+36 |
* | Start rewriting some functions with visitors | Son Ho | 2021-12-06 | 1 | -69/+86 |
* | Merge the ADTs, tuples and assumed types in the type and value | Son Ho | 2021-12-01 | 1 | -105/+64 |
* | Simplify the adt_value type | Son Ho | 2021-12-01 | 1 | -23/+3 |
* | Make a minor modification | Son Ho | 2021-12-01 | 1 | -1/+0 |
* | Cleanup a bit | Son Ho | 2021-12-01 | 1 | -54/+53 |
* | Factorize type_var and region_var | Son Ho | 2021-12-01 | 1 | -1/+1 |
* | Move some definitions to new files | Son Ho | 2021-12-01 | 1 | -10/+3 |
* | Move the var definition | Son Ho | 2021-12-01 | 1 | -2/+2 |
* | Merge statements and expressions into statements | Son Ho | 2021-12-01 | 1 | -84/+67 |
* | Add comments | Son Ho | 2021-12-01 | 1 | -16/+17 |
* | Add various comments | Son Ho | 2021-12-01 | 1 | -13/+42 |
* | Introduce [binder] and use them in place of [var] in the environments | Son Ho | 2021-11-30 | 1 | -6/+2 |
* | Do more cleanup | Son Ho | 2021-11-30 | 1 | -10/+5 |
* | Do more cleanup | Son Ho | 2021-11-30 | 1 | -36/+36 |
* | Do more cleanup | Son Ho | 2021-11-30 | 1 | -42/+37 |
* | Do more cleanup | Son Ho | 2021-11-30 | 1 | -4/+3 |
* | Cleanup a bit Interpreter.ml | Son Ho | 2021-11-30 | 1 | -20/+17 |
* | Remove the vector type for the Id module | Son Ho | 2021-11-30 | 1 | -140/+68 |
* | Debug box_free | Son Ho | 2021-11-30 | 1 | -61/+87 |