summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make minor modificationsSon Ho2022-01-051-10/+13
|
* Implement the symbolic case of copy_valueSon Ho2022-01-051-3/+33
|
* Introduce the type_context definitionSon Ho2022-01-051-10/+11
|
* Add more calls to synthesis functionsSon Ho2022-01-051-1/+6
|
* Make progress on inserting more calls for synthesisSon Ho2022-01-051-102/+112
|
* Start inserting calls to dummy synthesis functions in Interpreter.mlSon Ho2022-01-051-22/+75
|
* Move some functions from Interpreter to InterpreterUtilsSon Ho2022-01-041-536/+0
|
* Update the traceSon Ho2022-01-041-75/+1
|
* Start working on invariant checkingSon Ho2022-01-041-0/+5
|
* Make a minor modificationSon Ho2022-01-041-0/+1
|
* Add a sanity check to make sure symbolic values disappear afterSon Ho2022-01-041-39/+75
| | | | expansion
* Fix a few mistakes with symbolic values and their typesSon Ho2022-01-041-18/+25
|
* Update expand_symbolic_value_shared_borrow to reborrow also in theSon Ho2022-01-041-35/+98
| | | | abstractions
* Implement expand_symbolic_value_shared_borrowSon Ho2022-01-041-2/+44
|
* Implement the mut case of expand_symbolic_value_borrowSon Ho2022-01-041-24/+51
|
* Make more progress on symbolic expansionSon Ho2022-01-041-156/+160
|
* Make more progress on symbolic expansionSon Ho2022-01-041-22/+57
|
* Make progress on the symbolic expansionSon Ho2022-01-041-4/+73
|
* Fix a few issues with [apply_symbolic_expansion_to_avalues]Son Ho2022-01-041-8/+29
|
* Update a commentSon Ho2022-01-041-1/+1
|
* Factorize some codeSon Ho2022-01-041-50/+88
|
* Start working on apply_symbolic_expansion_non_borrowSon Ho2022-01-041-36/+131
|
* Make minor modificationsSon Ho2022-01-041-7/+18
|
* Implement compute_expanded_symbolic_adt_valueSon Ho2022-01-041-28/+54
|
* Refactor the code a bitSon Ho2022-01-041-14/+14
|
* Make minor progress on compute_expanded_symbolic_ref_valueSon Ho2022-01-031-3/+10
|
* Implement compute_expanded_symbolic_box_valueSon Ho2022-01-031-15/+35
|
* Implement compute_expanded_symbolic_tuple_valueSon Ho2022-01-031-4/+80
|
* Make a minor modificationSon Ho2022-01-031-0/+2
|
* Update access_projectionSon Ho2022-01-031-1/+29
|
* Update the functions to activate inactivated borrowsSon Ho2022-01-031-3/+17
|
* Update end_abstraction_regionsSon Ho2022-01-031-1/+54
|
* Make minor modifications and make bottom_in_value more generalSon Ho2022-01-031-48/+76
|
* Update a sanity check in apply_proj_borrowsSon Ho2022-01-031-12/+38
|
* Implement rty_regionsSon Ho2022-01-031-2/+13
|
* Make more progressSon Ho2022-01-031-1/+10
|
* Make progress on end_abstraction_borrows and start implementingSon Ho2022-01-031-8/+78
| | | | convert_avalue_to_value
* Start implementing end_abstraction_borrowSon Ho2022-01-031-14/+109
|
* Start working on end_abstractionSon Ho2022-01-031-6/+91
|
* Replace AProjSharedLoan with AIgnoredSharedLoanSon Ho2022-01-031-53/+13
|
* Add a detailed example in the comments for drop_borrows_loans_at_placeSon Ho2022-01-031-3/+41
|
* Do more cleanupSon Ho2022-01-031-4/+5
|
* Cleanup a bit and fix some issuesSon Ho2022-01-031-7/+7
|
* Implement apply_proj_borrows_on_shared_borrowSon Ho2021-12-171-25/+127
|
* Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}Son Ho2021-12-171-24/+24
|
* Update give_backSon Ho2021-12-171-1/+5
|
* Update reborrow_sharedSon Ho2021-12-171-1/+8
|
* Implement apply_reborrowsSon Ho2021-12-171-13/+111
|
* Make progress on apply_proj_borrowsSon Ho2021-12-171-11/+82
|
* Make progress on apply_proj_borrowsSon Ho2021-12-171-11/+34
|