| Commit message (Expand) | Author | Files | Lines |
2024-06-03 | feat: basic handling for `RValue::Len`, following AeneasVerif/charon#209 | Lucas Franceschino | 1 | -0/+1 |
2024-05-30 | Remove the cps.eval_result type | Son Ho | 1 | -14/+39 |
2024-05-30 | Remove the options from the functions synthesizing the symbolic AST | Son Ho | 1 | -31/+19 |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -136/+136 |
2024-05-23 | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 1 | -349/+305 |
2024-05-06 | Update charon | Nadrieril | 1 | -3/+9 |
2024-04-11 | Reformat the code | Son Ho | 1 | -9/+6 |
2024-04-10 | Trust rustc regarding `Copy` bounds | Nadrieril | 1 | -5/+5 |
2024-03-29 | Add some error messages | Son Ho | 1 | -2/+5 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -8/+20 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -52/+52 |
2024-03-28 | formatting | Escherichia | 1 | -70/+104 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -34/+34 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -9/+9 |
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 | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 1 | -49/+49 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -92/+93 |
2024-03-28 | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 1 | -47/+47 |
2024-03-18 | Fix the extraction of trait constants | Son Ho | 1 | -32/+17 |
2024-03-17 | Update following changes in Charon | Son Ho | 1 | -4/+2 |
2023-12-18 | Rename some definitions | Son Ho | 1 | -3/+2 |
2023-12-13 | Update the extraction to handle casts between integers/bools | Son Ho | 1 | -2/+23 |
2023-12-05 | Remove the type sv_kind ("symbolic value kind") | Son Ho | 1 | -9/+5 |
2023-12-05 | Fix a minor issue with the use of const generics | Son Ho | 1 | -7/+23 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -0/+1 |
2023-11-21 | Rename PrimitiveValues to Values | Son Ho | 1 | -2/+1 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -1/+1 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -202/+185 |
2023-11-12 | Add the "V" prefix to most variants related to values | Son Ho | 1 | -53/+53 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -8/+8 |
2023-11-12 | Rename some variants | Son Ho | 1 | -1/+1 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -46/+44 |
2023-10-26 | Fix some issues and regenerate the HashmapMain example for Lean | Son Ho | 1 | -1/+2 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -66/+34 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -4/+5 |
2023-09-22 | Add support for Shl/Shr typechecking in InterpreterExpressions | Aymeric Fromherz | 1 | -1/+4 |
2023-09-10 | Add support for the trait associated constants | Son Ho | 1 | -4/+36 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -14/+30 |
2023-08-18 | Update following the introduction of ConstantExpr | Son Ho | 1 | -8/+33 |
2023-08-03 | Fix an issue with the extraction of aggregated arrays | Son Ho | 1 | -3/+1 |
2023-08-03 | Fix issues | Son Ho | 1 | -3/+16 |
2023-08-02 | Make progress | Son Ho | 1 | -26/+60 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -14/+15 |
2023-02-03 | Implement a pass to filter shallow borrows | Son Ho | 1 | -5/+4 |
2023-02-03 | Add more loop examples and fix issues | Son Ho | 1 | -6/+28 |
2023-02-03 | Remove the meta-values from the shared and reserved borrow values | Son Ho | 1 | -9/+9 |
2022-11-14 | Make [Result::Failure] type an [Error] parameter | Son Ho | 1 | -4/+4 |
2022-11-10 | Implement a Config.ml file which groups all the global options in references | Son Ho | 1 | -9/+9 |
2022-11-10 | Update `switch` to have a specific treatment of ADTs | Son Ho | 1 | -91/+5 |
2022-11-07 | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 1 | -7/+7 |