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