summaryrefslogtreecommitdiff
path: root/compiler/InterpreterBorrowsCore.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-1/+1
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-5/+7
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-12/+25
* Make progress on checking that two environments are equivalentSon Ho2023-02-031-36/+0
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-031-6/+1
* Make progress on the fixed point computationSon Ho2023-02-031-5/+24
* Make progress on environment matches and joinsSon Ho2023-02-031-0/+14
* Start implementing support for loopsSon Ho2023-02-031-9/+28
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-6/+6
* Add some .mli filesSon Ho2022-11-071-8/+9
* Add ids to the dummy variablesSon Ho2022-11-071-1/+3
* Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...Son Ho2022-11-071-2/+2
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-15/+16
* Reorganize a bit the projectSon Ho2022-10-271-0/+1181