summaryrefslogtreecommitdiff
path: root/compiler/Substitute.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some error messagesSon Ho2024-03-291-1/+1
* added file and line arg to craise and cassertEscherichia2024-03-291-8/+8
* formattingEscherichia2024-03-281-9/+13
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-3/+3
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-14/+15
* Move most of the substitution functions to CharonSon Ho2023-12-121-315/+1
* Update following changes in CharonSon Ho2023-12-051-36/+84
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-1/+1
* Use the name matcher implemented in CharonSon Ho2023-11-201-2/+2
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-198/+176
* Add RegionsHierarchy.mlSon Ho2023-11-131-3/+9
* Prefix variants related to types with "T"Son Ho2023-11-121-4/+4
* Rename some variantsSon Ho2023-11-121-2/+2
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-274/+152
* Update the normalization of associated typesSon Ho2023-11-071-0/+3
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-13/+1
* Compute the normalized trait types maps and update InterpreterSon Ho2023-09-011-14/+33
* Implement the normalization functions in AssociatedTypesSon Ho2023-09-011-4/+32
* Start adding support for traitsSon Ho2023-08-311-183/+260
* Make progressSon Ho2023-08-021-0/+5
* Start adding support for const genericsSon Ho2023-08-011-166/+154
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-1/+29
* Make some fixesSon Ho2023-02-031-2/+1
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-031-1/+14
* Improve merge_abstractionsSon Ho2023-02-031-0/+12
* Improve the value visitors and some substitution functionsSon Ho2023-02-031-6/+5
* Make progress on environments matches and joinsSon Ho2023-02-031-23/+120
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-12/+19
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-1/+1
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-281-3/+1
* Reorganize a bit the projectSon Ho2022-10-271-0/+357