summaryrefslogtreecommitdiff
path: root/src/InterpreterProjectors.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize a bit the projectSon Ho2022-10-271-543/+0
* Update the code documentation to fix links and syntax issuesSon Ho2022-10-261-24/+24
* Add a meta-value in SharedBorrow to carry the shared valueSon Ho2022-01-261-4/+4
* Start working on the generation of the symbolic ASTSon Ho2022-01-211-10/+3
* Start storing meta-values in the avalues, for synthesis purposesSon Ho2022-01-191-3/+6
* Use the new collectionsSon Ho2022-01-151-7/+7
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-141-2/+2
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-3/+5
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-131-177/+187
* Fix a small bug in projections_intersect and add more debugging outputSon Ho2022-01-131-4/+21
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-10/+17
* CleanupSon Ho2022-01-061-5/+2
* Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-061-7/+1
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-16/+17
* Implement a small improvement for apply_reborrowsSon Ho2022-01-061-3/+10
* Fix some bugsSon Ho2022-01-061-0/+4
* Move more definitions and do more cleanupSon Ho2022-01-061-0/+7
* Cleanup and reorganizeSon Ho2022-01-061-0/+1
* Cleanup a bit more the dependencies and activate more warnings/errorsSon Ho2022-01-061-4/+1
* Cleanup the dependencies a bitSon Ho2022-01-061-2/+0
* Move some functions from Interpreter to InterpreterProjectorsSon Ho2022-01-061-0/+505