| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 | 5 | -149/+199 |
* | Insert commented code in Interpreter.ml | Son Ho | 2021-12-08 | 1 | -0/+48 |
* | Make the map visitors non-polymorphic | Son Ho | 2021-12-08 | 1 | -22/+97 |
* | 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 |
* | Make minor modifications to the Makefile | Son Ho | 2021-12-07 | 1 | -5/+12 |
* | Add comments in the Makefile | Son Ho | 2021-12-07 | 1 | -0/+4 |
* | Update the .gitignore | Son Ho | 2021-12-07 | 1 | -1/+3 |
* | Move files around | Son Ho | 2021-12-07 | 2 | -2/+3 |
* | Update the Makefile to make sure the execution trace always remains the | Son Ho | 2021-12-07 | 2 | -1/+16977 |
* | Update the formatting for the logger | Son Ho | 2021-12-07 | 1 | -2/+128 |
* | 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 iterators over whole environments | Son Ho | 2021-12-07 | 1 | -1/+44 |
* | Implement map_frame_concrete | Son Ho | 2021-12-07 | 1 | -2/+24 |
* | Implement the visitor iter_frame_concrete | Son Ho | 2021-12-07 | 1 | -0/+20 |
* | 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 |
* | 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 |
* | Fix Print.ml | Son Ho | 2021-12-07 | 1 | -6/+6 |
* | 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 | 2 | -4/+40 |
* | Start rewriting some functions with visitors | Son Ho | 2021-12-06 | 1 | -69/+86 |
* | 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 | 2 | -9/+47 |
* | Make minor modifications | Son Ho | 2021-12-03 | 2 | -6/+2 |
* | Make minor cleanup | Son Ho | 2021-12-03 | 1 | -3/+2 |
* | Merge the ADTs, tuples and assumed types in the type and value | Son Ho | 2021-12-01 | 8 | -198/+149 |
* | Merge value and avalue | Son Ho | 2021-12-01 | 2 | -92/+107 |
* | Start factorizing value | Son Ho | 2021-12-01 | 1 | -13/+37 |
* | Simplify the adt_value type | Son Ho | 2021-12-01 | 3 | -32/+11 |
* | Make a minor modification | Son Ho | 2021-12-01 | 1 | -1/+0 |