summaryrefslogtreecommitdiff
path: root/src/InterpreterProjectors.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-10/+17
| | | | AEndedIgnoredMutBorrow variant and fix a couple of bugs
* CleanupSon Ho2022-01-061-5/+2
|
* Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-061-7/+1
| | | | stateful
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-16/+17
| | | | field in the eval_ctx struct
* 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