Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax some constraints in the symbolic execution when borrow-checking | Son Ho | 2024-06-05 | 1 | -1/+4 |
| | |||||
* | Cleanup a bit | Son Ho | 2024-06-03 | 1 | -9/+1 |
| | |||||
* | Cleanup a bit | Son Ho | 2024-06-03 | 1 | -67/+75 |
| | |||||
* | Add markers when creating new abstractions because of a join with bottom | Aymeric Fromherz | 2024-05-31 | 1 | -1/+15 |
| | |||||
* | Also fix implementation of Join-SharedBorrow | Aymeric Fromherz | 2024-05-31 | 1 | -3/+3 |
| | |||||
* | Correct implementation of Join-MutBorrows: add markers when creating a new ↵ | Aymeric Fromherz | 2024-05-30 | 1 | -3/+4 |
| | | | | abstraction | ||||
* | Compute marker information for borrow/loan maps | Aymeric Fromherz | 2024-05-28 | 1 | -40/+50 |
| | |||||
* | Add type and set/map for marker and borrow id | Aymeric Fromherz | 2024-05-28 | 1 | -1/+1 |
| | |||||
* | Add markers everywhere, do not use them yet | Aymeric Fromherz | 2024-05-27 | 1 | -28/+40 |
| | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -163/+163 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -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 bottom | Son Ho | 2024-04-22 | 1 | -9/+31 |
| | |||||
* | Cleanup and fix a mistake | Son Ho | 2024-03-29 | 1 | -17/+24 |
| | |||||
* | Add some error messages | Son Ho | 2024-03-29 | 1 | -2/+2 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -21/+59 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -81/+81 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -84/+119 |
| | |||||
* | changes after git rebase main | Escherichia | 2024-03-28 | 1 | -4/+4 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -158/+164 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -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) | Escherichia | 2024-03-28 | 1 | -4/+4 |
| | |||||
* | Replaced some unclear TODOs error message placeholder by clearer TODOs, they ↵ | Escherichia | 2024-03-28 | 1 | -27/+27 |
| | | | | were forgotten before last push | ||||
* | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 2024-03-28 | 1 | -70/+76 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -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 ↵ | Escherichia | 2024-03-28 | 1 | -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 loops | Son Ho | 2024-03-08 | 1 | -5/+17 |
| | |||||
* | Fix some issues with the loops | Son Ho | 2024-03-08 | 1 | -16/+39 |
| | |||||
* | Make a minor modification | Son Ho | 2024-01-25 | 1 | -2/+2 |
| | |||||
* | Fix a minor issue when values are moved in the loops | Son Ho | 2024-01-25 | 1 | -139/+362 |
| | |||||
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -2/+2 |
| | |||||
* | Remove the type sv_kind ("symbolic value kind") | Son Ho | 2023-12-05 | 1 | -16/+8 |
| | |||||
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -5/+5 |
| | |||||
* | Do not activate the sanity (invariant) checks by default | Son Ho | 2023-11-27 | 1 | -1/+1 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -273/+251 |
| | |||||
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -38/+38 |
| | |||||
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -5/+5 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -42/+45 |
| | |||||
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -7/+12 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -18/+19 |
| | |||||
* | Add a comment | Son Ho | 2023-02-03 | 1 | -0/+33 |
| | |||||
* | Split InterpreterLoops into several files | Son Ho | 2023-02-03 | 1 | -0/+1591 |