summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start refactoring the codeSon Ho2021-11-244-189/+494
|
* Insert some sanity checksSon Ho2021-11-241-0/+3
|
* Update activate_inactivated_mut_borrowSon Ho2021-11-242-42/+103
|
* Start working on eval_rvalueSon Ho2021-11-231-2/+28
|
* Implement eval_operandSon Ho2021-11-231-7/+9
|
* Start working on eval_operandSon Ho2021-11-231-13/+49
|
* Add comments and update other commentsSon Ho2021-11-231-14/+41
|
* Change some function signaturesSon Ho2021-11-231-37/+37
|
* Perform minor modifications and add commentsSon Ho2021-11-231-7/+21
|
* Finish implementing constant_value_to_typed_valueSon Ho2021-11-232-76/+11
|
* Add more utilities for scalars and add range tests in CfimOfJsonSon Ho2021-11-232-39/+158
|
* Write utilities for the scalarsSon Ho2021-11-232-5/+164
|
* Implement copy_valueSon Ho2021-11-232-4/+89
|
* Implement formatting for eval_ctxSon Ho2021-11-233-16/+119
|
* Move some definitions to Contexts.ml and reactivate the warningsSon Ho2021-11-233-45/+52
|
* Define evaluation contextsSon Ho2021-11-232-1/+28
|
* Fix drop_borrows_at_placeSon Ho2021-11-231-48/+120
|
* Start implementing drop_borrows_at_placeSon Ho2021-11-231-0/+66
|
* Rename update_env_at_place to collect_borrows_at_placeSon Ho2021-11-231-4/+5
|
* Implement update_env_at_placeSon Ho2021-11-232-4/+79
|
* Implement update_env_along_write_placeSon Ho2021-11-231-0/+26
|
* Implement expand_bottom_valueSon Ho2021-11-234-3/+105
|
* Merge some functions togetherSon Ho2021-11-231-17/+16
|
* Cleanup a bitSon Ho2021-11-232-70/+80
|
* Start implementing update_env_along_read_placeSon Ho2021-11-231-0/+29
|
* Change the way exceptions are usedSon Ho2021-11-234-40/+34
|
* Activate exception backtraceSon Ho2021-11-232-1/+20
|
* Implement write_placeSon Ho2021-11-231-43/+6
|
* Add a commentSon Ho2021-11-221-0/+1
|
* Make progress on write_projectionSon Ho2021-11-222-1/+92
|
* Make minor modificationsSon Ho2021-11-221-4/+6
|
* Uncomment read_placeSon Ho2021-11-221-1/+1
|
* Make progress on {read,write}_pathSon Ho2021-11-225-35/+148
|
* Implement read_pathSon Ho2021-11-221-12/+108
|
* Implement activate_inactivated_mut_borrowSon Ho2021-11-221-2/+184
|
* Make a minor modification in Interpreter.mlSon Ho2021-11-221-5/+2
|
* Make good progress on end_borrowSon Ho2021-11-221-12/+164
|
* Implement end_borrow_get_borrow_in_envSon Ho2021-11-223-10/+23
|
* Implement abs_to_stringSon Ho2021-11-222-2/+16
|
* Implement typed_avalue_to_string_Son Ho2021-11-222-11/+110
|
* Start working on printing for avaluesSon Ho2021-11-223-32/+54
|
* Finish the function typed_value_to_stringSon Ho2021-11-221-2/+26
|
* Make good progress on pretty-printing for valuesSon Ho2021-11-192-127/+249
|
* Start working on pretty-printingSon Ho2021-11-194-6/+144
|
* Start working on end_borrowSon Ho2021-11-185-18/+145
|
* Add an Errors.ml fileSon Ho2021-11-182-3/+6
|
* Start working on symbolic values and abstractionsSon Ho2021-11-181-7/+83
|
* Start working on the values for the interpreterSon Ho2021-11-182-2/+57
|
* Cleanup moreSon Ho2021-11-181-14/+0
|
* Cleanup a bitSon Ho2021-11-181-28/+0
|