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