summaryrefslogtreecommitdiff
path: root/compiler/InterpreterBorrows.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Factor out the code in collapse_ctxSon Ho2024-06-041-0/+2
* Improve merge_abstractions by splitting the markers before mergingSon Ho2024-06-041-0/+75
* Cleanup merge_abstractionsSon Ho2024-06-041-96/+183
* Change the order in which we merge abstractionsSon Ho2024-06-031-54/+32
* Factor out some code and update some commentsSon Ho2024-06-031-0/+60
* Add missing reverse when collapsing environmentAymeric Fromherz2024-05-311-2/+1
* Fix unused variables warningsAymeric Fromherz2024-05-311-4/+10
* Avoid adding shared loans twice when merging environmentsAymeric Fromherz2024-05-311-5/+28
* destructure_abs can be called during collapse: markers should be allowedAymeric Fromherz2024-05-301-4/+0
* Implement two phases of loops join + collapseAymeric Fromherz2024-05-301-207/+324
* Split collapse into collapse and reduce, rename accordinglyAymeric Fromherz2024-05-271-0/+1
* Add markers everywhere, do not use them yetAymeric Fromherz2024-05-271-56/+132
* Rename meta into spanAymeric Fromherz2024-05-241-310/+310
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-197/+165
* Cleanup a bit and improve the error messagesSon Ho2024-04-071-15/+11
* Cleanup and fix a mistakeSon Ho2024-03-291-16/+13
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-24/+64
* added file and line arg to craise and cassertEscherichia2024-03-291-129/+129
* formattingEscherichia2024-03-281-123/+194
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-66/+66
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-27/+27
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-66/+66
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-46/+46
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-5/+5
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-243/+244
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-1/+8
* Do not fail in end_abstraction_aux if the abs disappearedSon Ho2024-03-081-61/+73
* Rename some definitionsSon Ho2023-12-181-6/+6
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-11/+8
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-44/+16
* Fix a minor issue with the use of const genericsSon Ho2023-12-051-2/+2
* Update following changes in CharonSon Ho2023-12-051-4/+4
* Do not activate the sanity (invariant) checks by defaultSon Ho2023-11-271-2/+2
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-387/+360
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-170/+168
* Prefix variants related to types with "T"Son Ho2023-11-121-2/+2
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-26/+26
* Add support for the trait associated constantsSon Ho2023-09-101-1/+1
* Update following the introduction of ConstantExprSon Ho2023-08-181-1/+2
* Fix issuesSon Ho2023-08-031-2/+2
* Make progress proapagating the changesSon Ho2023-08-021-2/+2
* Add more loop examples and fix issuesSon Ho2023-02-031-12/+3
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-42/+91
* Make minor modifications to improve the quality of the loop translationSon Ho2023-02-031-1/+19
* Fix another bugSon Ho2023-02-031-1/+7
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-6/+8
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-64/+101
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-1/+1
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-7/+6
* Make more fixesSon Ho2023-02-031-39/+63