summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-24Update expand_bottom_valueSon Ho1-241/+15
2021-11-24Implement {read,write}_place by using access_placeSon Ho1-6/+55
2021-11-24Implement access_placeSon Ho1-0/+21
2021-11-24Implement a general access_projection functionSon Ho1-106/+151
2021-11-24Start refactoring the codeSon Ho4-189/+494
2021-11-24Insert some sanity checksSon Ho1-0/+3
2021-11-24Update activate_inactivated_mut_borrowSon Ho2-42/+103
2021-11-23Start working on eval_rvalueSon Ho1-2/+28
2021-11-23Implement eval_operandSon Ho1-7/+9
2021-11-23Start working on eval_operandSon Ho1-13/+49
2021-11-23Add comments and update other commentsSon Ho1-14/+41
2021-11-23Change some function signaturesSon Ho1-37/+37
2021-11-23Perform minor modifications and add commentsSon Ho1-7/+21
2021-11-23Finish implementing constant_value_to_typed_valueSon Ho2-76/+11
2021-11-23Add more utilities for scalars and add range tests in CfimOfJsonSon Ho2-39/+158
2021-11-23Write utilities for the scalarsSon Ho2-5/+164
2021-11-23Implement copy_valueSon Ho2-4/+89
2021-11-23Implement formatting for eval_ctxSon Ho3-16/+119
2021-11-23Move some definitions to Contexts.ml and reactivate the warningsSon Ho3-45/+52
2021-11-23Define evaluation contextsSon Ho2-1/+28
2021-11-23Fix drop_borrows_at_placeSon Ho1-48/+120
2021-11-23Start implementing drop_borrows_at_placeSon Ho1-0/+66
2021-11-23Rename update_env_at_place to collect_borrows_at_placeSon Ho1-4/+5
2021-11-23Implement update_env_at_placeSon Ho2-4/+79
2021-11-23Implement update_env_along_write_placeSon Ho1-0/+26
2021-11-23Implement expand_bottom_valueSon Ho4-3/+105
2021-11-23Merge some functions togetherSon Ho1-17/+16
2021-11-23Cleanup a bitSon Ho2-70/+80
2021-11-23Start implementing update_env_along_read_placeSon Ho1-0/+29
2021-11-23Change the way exceptions are usedSon Ho4-40/+34
2021-11-23Activate exception backtraceSon Ho2-1/+20
2021-11-23Implement write_placeSon Ho1-43/+6
2021-11-22Add a commentSon Ho1-0/+1
2021-11-22Make progress on write_projectionSon Ho2-1/+92
2021-11-22Make minor modificationsSon Ho1-4/+6
2021-11-22Uncomment read_placeSon Ho1-1/+1
2021-11-22Make progress on {read,write}_pathSon Ho5-35/+148
2021-11-22Implement read_pathSon Ho1-12/+108
2021-11-22Implement activate_inactivated_mut_borrowSon Ho1-2/+184
2021-11-22Make a minor modification in Interpreter.mlSon Ho1-5/+2
2021-11-22Make good progress on end_borrowSon Ho1-12/+164
2021-11-22Implement end_borrow_get_borrow_in_envSon Ho3-10/+23
2021-11-22Implement abs_to_stringSon Ho2-2/+16
2021-11-22Implement typed_avalue_to_string_Son Ho2-11/+110
2021-11-22Start working on printing for avaluesSon Ho3-32/+54
2021-11-22Finish the function typed_value_to_stringSon Ho1-2/+26
2021-11-19Make good progress on pretty-printing for valuesSon Ho2-127/+249
2021-11-19Start working on pretty-printingSon Ho4-6/+144
2021-11-18Start working on end_borrowSon Ho5-18/+145
2021-11-18Add an Errors.ml fileSon Ho2-3/+6