summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Take care of warnings and fix some mistakesSon Ho2021-11-251-18/+23
|
* Start working on type substitutionSon Ho2021-11-251-0/+2
|
* Make progress on eval_rvalue and update aggregate_kindSon Ho2021-11-241-14/+83
|
* Implement the discriminant case of eval_rvalueSon Ho2021-11-241-5/+21
|
* Implement eval_binary_opSon Ho2021-11-241-6/+72
|
* Update eval_rvalue to handle unary_opSon Ho2021-11-241-5/+5
|
* Implement eval_unary_opSon Ho2021-11-241-40/+44
|
* Make minor modificationsSon Ho2021-11-241-8/+21
|
* Make a minor comment modificationSon Ho2021-11-241-1/+1
|
* Implement the TwoPhaseMut case in eval_rvalueSon Ho2021-11-241-5/+8
|
* Make progress on eval_rvalueSon Ho2021-11-241-2/+20
|
* Start working on eval_rvalueSon Ho2021-11-241-10/+38
|
* Update eval_operandSon Ho2021-11-241-9/+3
|
* Update update_env_along_{read,write}_placeSon Ho2021-11-241-9/+12
|
* Update expand_bottom_valueSon Ho2021-11-241-241/+15
|
* Implement {read,write}_place by using access_placeSon Ho2021-11-241-6/+55
|
* Implement access_placeSon Ho2021-11-241-0/+21
|
* Implement a general access_projection functionSon Ho2021-11-241-106/+151
|
* Start refactoring the codeSon Ho2021-11-241-184/+454
|
* Insert some sanity checksSon Ho2021-11-241-0/+3
|
* Update activate_inactivated_mut_borrowSon Ho2021-11-241-40/+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-231-75/+5
|
* Write utilities for the scalarsSon Ho2021-11-231-4/+158
|
* Implement copy_valueSon Ho2021-11-231-0/+85
|
* Move some definitions to Contexts.ml and reactivate the warningsSon Ho2021-11-231-43/+1
|
* Define evaluation contextsSon Ho2021-11-231-0/+20
|
* 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-231-4/+75
|
* Implement update_env_along_write_placeSon Ho2021-11-231-0/+26
|
* Implement expand_bottom_valueSon Ho2021-11-231-2/+63
|
* Merge some functions togetherSon Ho2021-11-231-17/+16
|
* Cleanup a bitSon Ho2021-11-231-70/+76
|
* Start implementing update_env_along_read_placeSon Ho2021-11-231-0/+29
|
* Change the way exceptions are usedSon Ho2021-11-231-29/+30
|
* Implement write_placeSon Ho2021-11-231-43/+6
|
* Make progress on write_projectionSon Ho2021-11-221-1/+82
|
* Make minor modificationsSon Ho2021-11-221-4/+6
|
* Uncomment read_placeSon Ho2021-11-221-1/+1
|
* Make progress on {read,write}_pathSon Ho2021-11-221-31/+143
|
* 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
|