summaryrefslogtreecommitdiff
path: root/compiler/InterpreterPaths.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not activate the sanity (invariant) checks by defaultSon Ho2023-11-271-1/+1
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-89/+84
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-45/+39
|
* Prefix variants related to types with "T"Son Ho2023-11-121-6/+6
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-16/+17
|
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-29/+2
|
* 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 ↵Son Ho2022-11-071-41/+18
| | | | drop_outer_loans_at_lplace
* 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