| Commit message (Expand) | Author | Files | Lines |
2021-11-23 | Implement eval_operand | Son Ho | 1 | -7/+9 |
2021-11-23 | Start working on eval_operand | Son Ho | 1 | -13/+49 |
2021-11-23 | Add comments and update other comments | Son Ho | 1 | -14/+41 |
2021-11-23 | Change some function signatures | Son Ho | 1 | -37/+37 |
2021-11-23 | Perform minor modifications and add comments | Son Ho | 1 | -7/+21 |
2021-11-23 | Finish implementing constant_value_to_typed_value | Son Ho | 2 | -76/+11 |
2021-11-23 | Add more utilities for scalars and add range tests in CfimOfJson | Son Ho | 2 | -39/+158 |
2021-11-23 | Write utilities for the scalars | Son Ho | 2 | -5/+164 |
2021-11-23 | Implement copy_value | Son Ho | 2 | -4/+89 |
2021-11-23 | Implement formatting for eval_ctx | Son Ho | 3 | -16/+119 |
2021-11-23 | Move some definitions to Contexts.ml and reactivate the warnings | Son Ho | 3 | -45/+52 |
2021-11-23 | Define evaluation contexts | Son Ho | 2 | -1/+28 |
2021-11-23 | Fix drop_borrows_at_place | Son Ho | 1 | -48/+120 |
2021-11-23 | Start implementing drop_borrows_at_place | Son Ho | 1 | -0/+66 |
2021-11-23 | Rename update_env_at_place to collect_borrows_at_place | Son Ho | 1 | -4/+5 |
2021-11-23 | Implement update_env_at_place | Son Ho | 2 | -4/+79 |
2021-11-23 | Implement update_env_along_write_place | Son Ho | 1 | -0/+26 |
2021-11-23 | Implement expand_bottom_value | Son Ho | 4 | -3/+105 |
2021-11-23 | Merge some functions together | Son Ho | 1 | -17/+16 |
2021-11-23 | Cleanup a bit | Son Ho | 2 | -70/+80 |
2021-11-23 | Start implementing update_env_along_read_place | Son Ho | 1 | -0/+29 |
2021-11-23 | Change the way exceptions are used | Son Ho | 4 | -40/+34 |
2021-11-23 | Activate exception backtrace | Son Ho | 2 | -1/+20 |
2021-11-23 | Implement write_place | Son Ho | 1 | -43/+6 |
2021-11-22 | Add a comment | Son Ho | 1 | -0/+1 |
2021-11-22 | Make progress on write_projection | Son Ho | 2 | -1/+92 |
2021-11-22 | Make minor modifications | Son Ho | 1 | -4/+6 |
2021-11-22 | Uncomment read_place | Son Ho | 1 | -1/+1 |
2021-11-22 | Make progress on {read,write}_path | Son Ho | 5 | -35/+148 |
2021-11-22 | Implement read_path | Son Ho | 1 | -12/+108 |
2021-11-22 | Implement activate_inactivated_mut_borrow | Son Ho | 1 | -2/+184 |
2021-11-22 | Make a minor modification in Interpreter.ml | Son Ho | 1 | -5/+2 |
2021-11-22 | Make good progress on end_borrow | Son Ho | 1 | -12/+164 |
2021-11-22 | Implement end_borrow_get_borrow_in_env | Son Ho | 3 | -10/+23 |
2021-11-22 | Implement abs_to_string | Son Ho | 2 | -2/+16 |
2021-11-22 | Implement typed_avalue_to_string_ | Son Ho | 2 | -11/+110 |
2021-11-22 | Start working on printing for avalues | Son Ho | 3 | -32/+54 |
2021-11-22 | Finish the function typed_value_to_string | Son Ho | 1 | -2/+26 |
2021-11-19 | Make good progress on pretty-printing for values | Son Ho | 2 | -127/+249 |
2021-11-19 | Start working on pretty-printing | Son Ho | 4 | -6/+144 |
2021-11-18 | Start working on end_borrow | Son Ho | 5 | -18/+145 |
2021-11-18 | Add an Errors.ml file | Son Ho | 2 | -3/+6 |
2021-11-18 | Start working on symbolic values and abstractions | Son Ho | 1 | -7/+83 |
2021-11-18 | Start working on the values for the interpreter | Son Ho | 2 | -2/+57 |
2021-11-18 | Cleanup more | Son Ho | 1 | -14/+0 |
2021-11-18 | Cleanup a bit | Son Ho | 1 | -28/+0 |
2021-11-18 | Implement char deserialization and commit forgotten changes | Son Ho | 2 | -65/+75 |
2021-11-18 | Factorize the deserialization code a bit | Son Ho | 2 | -22/+3 |
2021-11-18 | Cleanup a bit | Son Ho | 1 | -27/+0 |
2021-11-18 | Remove the automatic derivation of Yojson (de)serializers | Son Ho | 8 | -59/+20 |