summaryrefslogtreecommitdiff
path: root/compiler/Substitute.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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