summaryrefslogtreecommitdiff
path: root/compiler/InterpreterBorrows.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for the trait associated constantsSon Ho2023-09-101-1/+1
* Update following the introduction of ConstantExprSon Ho2023-08-181-1/+2
* Fix issuesSon Ho2023-08-031-2/+2
* Make progress proapagating the changesSon Ho2023-08-021-2/+2
* Add more loop examples and fix issuesSon Ho2023-02-031-12/+3
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-42/+91
* Make minor modifications to improve the quality of the loop translationSon Ho2023-02-031-1/+19
* Fix another bugSon Ho2023-02-031-1/+7
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-6/+8
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-64/+101
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-1/+1
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-7/+6
* Make more fixesSon Ho2023-02-031-39/+63
* Make some fixesSon Ho2023-02-031-9/+8
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-031-27/+1
* Make minor modificationsSon Ho2023-02-031-1/+7
* Improve merge_abstractionsSon Ho2023-02-031-1/+71
* Make progress on the fixed point computationSon Ho2023-02-031-6/+45
* Make progress on the environment matchesSon Ho2023-02-031-9/+21
* Make progress on environment matches and joinsSon Ho2023-02-031-159/+488
* Make progress on environments matches and joinsSon Ho2023-02-031-2/+4
* Start implementing support for loopsSon Ho2023-02-031-71/+525
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-2/+2
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-28/+25
* Add some .mli filesSon Ho2022-11-071-36/+44
* Update InterpreterBorrowsSon Ho2022-11-071-70/+35
* Add ids to the dummy variablesSon Ho2022-11-071-1/+1
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-28/+32
* Take care of some TODOsSon Ho2022-10-281-1/+1
* Fix some comment referencesSon Ho2022-10-271-5/+5
* Reorganize a bit the projectSon Ho2022-10-271-0/+1580