summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsMatchCtxs.ml (follow)
Commit message (Expand)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 ab...Aymeric Fromherz2024-05-301-3/+4
* 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
* 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 check...Escherichia2024-03-281-6/+6
* 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
* 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 w...Escherichia2024-03-281-159/+151
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-2/+3
* 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