summaryrefslogtreecommitdiff
path: root/compiler/InterpreterPaths.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start adding support for traitsSon Ho2023-08-311-22/+33
* Make progressSon Ho2023-08-021-10/+11
* Make progress proapagating the changesSon Ho2023-08-021-4/+5
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-3/+3
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-24/+24
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-17/+15
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-11/+8
* Add some .mli filesSon Ho2022-11-071-146/+24
* Add ids to the dummy variablesSon Ho2022-11-071-3/+4
* Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...Son Ho2022-11-071-41/+18
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-5/+7
* Fix an issue with drop_valueSon Ho2022-11-071-19/+21
* Fix some comment referencesSon Ho2022-10-271-2/+4
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-2/+2
* Reorganize a bit the projectSon Ho2022-10-271-0/+801