summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsMatchCtxs.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Relax some constraints in the symbolic execution when borrow-checkingSon Ho2024-06-051-1/+4
|
* Cleanup a bitSon Ho2024-06-031-9/+1
|
* Cleanup a bitSon Ho2024-06-031-67/+75
|
* Add markers when creating new abstractions because of a join with bottomAymeric Fromherz2024-05-311-1/+15
|
* Also fix implementation of Join-SharedBorrowAymeric Fromherz2024-05-311-3/+3
|
* Correct implementation of Join-MutBorrows: add markers when creating a new ↵Aymeric Fromherz2024-05-301-3/+4
| | | | abstraction
* Compute marker information for borrow/loan mapsAymeric Fromherz2024-05-281-40/+50
|
* Add type and set/map for marker and borrow idAymeric Fromherz2024-05-281-1/+1
|
* Add markers everywhere, do not use them yetAymeric Fromherz2024-05-271-28/+40
|
* Rename meta into spanAymeric Fromherz2024-05-241-163/+163
|
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-284/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start turning the compiler in a style which is less CPS * Update a function in InterpreterExpressions.ml * WIP work on cps * WIP * WIP, currently on InterpreterStatements.ml * WIP * Finished CPS-related modification * Fixed some warning related to documentation comments * Finished loop support, fixed a loop * fixed a typed value * Fixed check_disappeared related error * cleaned check_disappeared related error * Start cleaning up * Do more cleanup * Make some cleanup and fix an issue * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Rename a function * Do more cleanup * Cleanup the loops code and fix some bugs * Cleanup assign_to_place * Make a minor cleanup --------- Co-authored-by: Son Ho <hosonmarc@gmail.com>
* Fix an issue when joining a symbolic value with bottomSon Ho2024-04-221-9/+31
|
* Cleanup and fix a mistakeSon Ho2024-03-291-17/+24
|
* Add some error messagesSon Ho2024-03-291-2/+2
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-21/+59
|
* added file and line arg to craise and cassertEscherichia2024-03-291-81/+81
|
* formattingEscherichia2024-03-281-84/+119
|
* changes after git rebase mainEscherichia2024-03-281-4/+4
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-158/+164
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-6/+6
| | | | 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-4/+4
|
* Replaced some unclear TODOs error message placeholder by clearer TODOs, they ↵Escherichia2024-03-281-27/+27
| | | | were forgotten before last push
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-70/+76
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-159/+151
| | | | 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-2/+3
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* Fix a small issue with the loopsSon Ho2024-03-081-5/+17
|
* Fix some issues with the loopsSon Ho2024-03-081-16/+39
|
* Make a minor modificationSon Ho2024-01-251-2/+2
|
* Fix a minor issue when values are moved in the loopsSon Ho2024-01-251-139/+362
|
* Rename some definitionsSon Ho2023-12-181-2/+2
|
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-16/+8
|
* Update following changes in CharonSon Ho2023-12-051-5/+5
|
* 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-273/+251
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-38/+38
|
* Prefix variants related to types with "T"Son Ho2023-11-121-5/+5
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-42/+45
|
* Start adding support for traitsSon Ho2023-08-311-7/+12
|
* Make progress proapagating the changesSon Ho2023-08-021-18/+19
|
* Add a commentSon Ho2023-02-031-0/+33
|
* Split InterpreterLoops into several filesSon Ho2023-02-031-0/+1591