summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsCore.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup a bitSon Ho2024-06-031-5/+15
|
* Cleanup a bitSon Ho2024-06-031-8/+8
|
* Add markers when creating new abstractions because of a join with bottomAymeric Fromherz2024-05-311-0/+44
|
* Implement two phases of loops join + collapseAymeric Fromherz2024-05-301-27/+0
|
* Compute marker information for borrow/loan mapsAymeric Fromherz2024-05-281-6/+19
|
* Add type and set/map for marker and borrow idAymeric Fromherz2024-05-281-0/+14
|
* Add markers everywhere, do not use them yetAymeric Fromherz2024-05-271-1/+17
|
* Rename meta into spanAymeric Fromherz2024-05-241-8/+8
|
* Cleanup and fix a mistakeSon Ho2024-03-291-3/+4
|
* 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-2/+2
|
* formattingEscherichia2024-03-281-2/+4
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-18/+14
|
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-2/+3
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-11/+19
| | | | we need to see how translate_crate can give meta to the functions it calls
* Add logging informationSon Ho2024-03-081-0/+1
|
* Fix a minor issue when values are moved in the loopsSon Ho2024-01-251-18/+51
|
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-4/+4
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-140/+126
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-6/+6
|
* Make progress proapagating the changesSon Ho2023-08-021-2/+1
|
* Split InterpreterLoops into several filesSon Ho2023-02-031-0/+386