Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: basic handling for `RValue::Len`, following AeneasVerif/charon#209 | Lucas Franceschino | 2024-06-03 | 1 | -1/+1 |
| | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -28/+28 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -2/+6 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -9/+9 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -16/+25 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -11/+11 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -1/+1 |
| | | | | checks related cassert to these helpers to have a proper error message | ||||
* | added a meta option field to norm_ctx and changed the meta used by some ↵ | Escherichia | 2024-03-28 | 1 | -1/+1 |
| | | | | assert to the norm_ctx one | ||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -25/+26 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | Make minor updates | Son Ho | 2024-03-17 | 1 | -0/+2 |
| | |||||
* | Simplify the contexts before symbolically evaluating loops | Son Ho | 2024-03-08 | 1 | -0/+2 |
| | |||||
* | Fix a minor issue when values are moved in the loops | Son Ho | 2024-01-25 | 1 | -10/+20 |
| | |||||
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -13/+13 |
| | |||||
* | Remove the type sv_kind ("symbolic value kind") | Son Ho | 2023-12-05 | 1 | -20/+12 |
| | |||||
* | Fix a minor issue with the use of const generics | Son Ho | 2023-12-05 | 1 | -2/+2 |
| | |||||
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -2/+6 |
| | |||||
* | Fix the issues with the cross-references for OCaml doc | Son Ho | 2023-11-27 | 1 | -2/+2 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -188/+179 |
| | |||||
* | Make minor modifications | Son Ho | 2023-11-13 | 1 | -6/+2 |
| | |||||
* | Add RegionsHierarchy.ml | Son Ho | 2023-11-13 | 1 | -2/+7 |
| | |||||
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -4/+4 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -45/+38 |
| | |||||
* | Start updating to handle function pointers | Son Ho | 2023-10-20 | 1 | -0/+5 |
| | |||||
* | Normalize the function signatures before translation to pure | Son Ho | 2023-09-17 | 1 | -0/+105 |
| | |||||
* | Fix some issues | Son Ho | 2023-09-13 | 1 | -0/+2 |
| | |||||
* | Make minor modifications | Son Ho | 2023-09-13 | 1 | -1/+5 |
| | |||||
* | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 1 | -0/+3 |
| | |||||
* | Add support for the trait associated constants | Son Ho | 2023-09-10 | 1 | -1/+1 |
| | |||||
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -1/+1 |
| | |||||
* | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -1/+2 |
| | |||||
* | Fix issues | Son Ho | 2023-08-03 | 1 | -1/+1 |
| | |||||
* | Improve the order of the loop input parameters | Son Ho | 2023-02-03 | 1 | -0/+3 |
| | |||||
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 1 | -3/+20 |
| | |||||
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 1 | -0/+14 |
| | |||||
* | Make good progress on updating SymbolicToPure | Son Ho | 2023-02-03 | 1 | -14/+32 |
| | |||||
* | Make progress on Interpreter.ml | Son Ho | 2023-02-03 | 1 | -0/+1 |
| | |||||
* | Make minor modifications | Son Ho | 2023-02-03 | 1 | -6/+5 |
| | |||||
* | Implement [match_ctx_with_target] | Son Ho | 2023-02-03 | 1 | -5/+20 |
| | |||||
* | Make some fixes | Son Ho | 2023-02-03 | 1 | -0/+4 |
| | |||||
* | Make progress on checking that two environments are equivalent | Son Ho | 2023-02-03 | 1 | -0/+70 |
| | |||||
* | Make progress on environment matches and joins | Son Ho | 2023-02-03 | 1 | -2/+11 |
| | |||||
* | Start implementing support for loops | Son Ho | 2023-02-03 | 1 | -3/+10 |
| | |||||
* | Add ids to the dummy variables | Son Ho | 2022-11-07 | 1 | -1/+4 |
| | |||||
* | Move the AssignGlobal case from statement to rvalue | Son Ho | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Move some files to the Charon project | Son Ho | 2022-10-28 | 1 | -3/+3 |
| | |||||
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+245 |