summaryrefslogtreecommitdiff
path: root/compiler/Invariants.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-2/+2
|
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-5/+5
|
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-2/+0
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-4/+3
|
* Make progress on the environment matchesSon Ho2023-02-031-2/+6
|
* Start implementing support for loopsSon Ho2023-02-031-15/+9
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-10/+9
|
* Update some commentsSon Ho2022-11-071-1/+1
|
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-8/+8
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-17/+19
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-6/+7
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+794