summaryrefslogtreecommitdiff
path: root/compiler/InterpreterBorrows.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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 ↵Escherichia2024-03-281-27/+27
| | | | 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-66/+66
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-46/+46
| | | | we need to see how translate_crate can give meta to the functions it calls
* 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 ↵Escherichia2024-03-281-243/+244
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* 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
|
* Make some fixesSon Ho2023-02-031-9/+8
|
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-031-27/+1
|
* Make minor modificationsSon Ho2023-02-031-1/+7
|
* Improve merge_abstractionsSon Ho2023-02-031-1/+71
|
* Make progress on the fixed point computationSon Ho2023-02-031-6/+45
|
* Make progress on the environment matchesSon Ho2023-02-031-9/+21
|
* Make progress on environment matches and joinsSon Ho2023-02-031-159/+488
|