summaryrefslogtreecommitdiff
path: root/compiler/Contexts.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a minor issue with the use of const genericsSon Ho2023-12-051-1/+5
|
* Update following changes in CharonSon Ho2023-12-051-1/+1
|
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-4/+4
|
* Finish propagating the changes to the names and cleaningSon Ho2023-11-161-1/+1
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-27/+25
|
* Normalize the types when computing the regions hierarchiesSon Ho2023-11-131-6/+2
|
* Add RegionsHierarchy.mlSon Ho2023-11-131-0/+2
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-170/+69
|
* Normalize the function signatures before translation to pureSon Ho2023-09-171-0/+20
|
* Merge trans_ctx and decls_ctxSon Ho2023-09-171-1/+5
|
* Fix some issuesSon Ho2023-09-131-0/+13
|
* Make minor modificationsSon Ho2023-09-131-0/+12
|
* Compute the normalized trait types maps and update InterpreterSon Ho2023-09-011-1/+1
|
* Implement the normalization functions in AssociatedTypesSon Ho2023-09-011-0/+43
|
* Start adding support for traitsSon Ho2023-08-311-0/+24
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-0/+9
|
* Start adding support for const genericsSon Ho2023-08-011-1/+7
|
* Fix the comments for ocamldocSon Ho2023-02-031-2/+2
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-0/+18
|
* Fix another bugSon Ho2023-02-031-0/+6
|
* Make progress on Interpreter.mlSon Ho2023-02-031-3/+9
|
* Merge loop abs so that there is one abs per function input region groupSon Ho2023-02-031-0/+1
|
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-031-8/+60
|
* Make progress on the fixed point computationSon Ho2023-02-031-32/+4
|
* Start implementing support for loopsSon Ho2023-02-031-0/+70
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-54/+1
|
* Add ids to the dummy variablesSon Ho2022-11-071-59/+85
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-9/+9
|
* Make minor updates to account for Charon's changesSon Ho2022-10-281-2/+2
|
* Move some files to the Charon projectSon Ho2022-10-281-0/+1
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+472