summaryrefslogtreecommitdiff
path: root/compiler/AssociatedTypes.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* `predicates` got merged into `generic_params`Nadrieril2024-06-211-4/+7
* Rename meta into spanAymeric Fromherz2024-05-241-43/+43
* Update charon pinNadrieril2024-05-241-2/+2
* Add some error messagesSon Ho2024-03-291-6/+6
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-1/+3
* added file and line arg to craise and cassertEscherichia2024-03-291-8/+8
* formattingEscherichia2024-03-281-19/+38
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-10/+10
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-1/+1
* changes to extract_ty and related functions to use the right metaEscherichia2024-03-281-1/+0
* added a meta option field to norm_ctx and changed the meta used by some asser...Escherichia2024-03-281-30/+27
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-13/+20
* Update following changes in CharonSon Ho2024-03-171-16/+9
* Rename some definitionsSon Ho2023-12-181-5/+5
* Update following changes in CharonSon Ho2023-12-051-12/+16
* Do more cleanupSon Ho2023-11-151-2/+1
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-175/+142
* Normalize the types when computing the regions hierarchiesSon Ho2023-11-131-67/+145
* Add RegionsHierarchy.mlSon Ho2023-11-131-2/+3
* Prefix variants related to types with "T"Son Ho2023-11-121-11/+11
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-314/+168
* Fix a small issue in AssociatedTypesSon Ho2023-11-091-1/+1
* Update the normalization of associated typesSon Ho2023-11-071-50/+119
* Fix some issues to make the array test succeed againSon Ho2023-10-251-7/+32
* Start updating to handle function pointersSon Ho2023-10-201-1/+11
* Normalize the function signatures before translation to pureSon Ho2023-09-171-38/+111
* Fix some issuesSon Ho2023-09-131-2/+2
* Fix more issuesSon Ho2023-09-131-6/+84
* Make progress on the extractionSon Ho2023-09-031-5/+5
* Compute the normalized trait types maps and update InterpreterSon Ho2023-09-011-22/+113
* Implement the normalization functions in AssociatedTypesSon Ho2023-09-011-9/+253
* Start adding support for traitsSon Ho2023-08-311-0/+91