| Commit message (Expand) | Author | Files | Lines |
2021-11-24 | Make minor modifications | Son Ho | 1 | -8/+21 |
2021-11-24 | Make a minor comment modification | Son Ho | 1 | -1/+1 |
2021-11-24 | Implement the TwoPhaseMut case in eval_rvalue | Son Ho | 1 | -5/+8 |
2021-11-24 | Make progress on eval_rvalue | Son Ho | 1 | -2/+20 |
2021-11-24 | Start working on eval_rvalue | Son Ho | 1 | -10/+38 |
2021-11-24 | Update eval_operand | Son Ho | 1 | -9/+3 |
2021-11-24 | Update update_env_along_{read,write}_place | Son Ho | 1 | -9/+12 |
2021-11-24 | Update expand_bottom_value | Son Ho | 1 | -241/+15 |
2021-11-24 | Implement {read,write}_place by using access_place | Son Ho | 1 | -6/+55 |
2021-11-24 | Implement access_place | Son Ho | 1 | -0/+21 |
2021-11-24 | Implement a general access_projection function | Son Ho | 1 | -106/+151 |
2021-11-24 | Start refactoring the code | Son Ho | 4 | -189/+494 |
2021-11-24 | Insert some sanity checks | Son Ho | 1 | -0/+3 |
2021-11-24 | Update activate_inactivated_mut_borrow | Son Ho | 2 | -42/+103 |
2021-11-23 | Start working on eval_rvalue | Son Ho | 1 | -2/+28 |
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 |