summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsJoinCtxs.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and fix a mistakeSon Ho2024-03-291-7/+3
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-6/+17
|
* added file and line arg to craise and cassertEscherichia2024-03-291-23/+23
|
* formattingEscherichia2024-03-281-37/+56
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-20/+22
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-10/+10
| | | | checks related cassert to these helpers to have a proper error message
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-3/+3
|
* Replaced some unclear TODOs error message placeholder by clearer TODOs, they ↵Escherichia2024-03-281-6/+6
| | | | were forgotten before last push
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-33/+33
| | | | we need to see how translate_crate can give meta to the functions it calls
* WIP Beginning working on better errors: began replacing raise (Failure) and ↵Escherichia2024-03-281-38/+40
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* Fix a minor issue when values are moved in the loopsSon Ho2024-01-251-20/+9
|
* Rename some definitionsSon Ho2023-12-181-18/+18
|
* 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-132/+123
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-29/+22
|
* Normalize the function signatures before translation to pureSon Ho2023-09-171-0/+3
|
* Compute the normalized trait types maps and update InterpreterSon Ho2023-09-011-3/+0
|
* Implement the normalization functions in AssociatedTypesSon Ho2023-09-011-0/+6
|
* Start adding support for traitsSon Ho2023-08-311-0/+9
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-0/+3
|
* Make progress proapagating the changesSon Ho2023-08-021-0/+4
|
* Split InterpreterLoops into several filesSon Ho2023-02-031-0/+719