| Commit message (Expand) | Author | Files | Lines |
2023-09-11 | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 1 | -24/+102 |
2023-09-10 | Implement handling of trait method function calls | Son Ho | 1 | -66/+115 |
2023-09-01 | Update PureMicroPasses | Son Ho | 1 | -1/+1 |
2023-09-01 | Implement the normalization functions in AssociatedTypes | Son Ho | 1 | -1/+1 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -151/+154 |
2023-08-18 | Update following the introduction of ConstantExpr | Son Ho | 1 | -95/+103 |
2023-08-07 | Change some fun id names to use "Mut"/"Shared" as a suffix | Son Ho | 1 | -4/+4 |
2023-08-04 | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 1 | -1/+1 |
2023-08-03 | Fix issues | Son Ho | 1 | -5/+2 |
2023-08-02 | Make progress | Son Ho | 1 | -22/+27 |
2023-08-02 | Make progress | Son Ho | 1 | -36/+56 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -19/+22 |
2023-02-03 | Add more loop examples and fix issues | Son Ho | 1 | -2/+2 |
2023-02-03 | Fix some bugs | Son Ho | 1 | -4/+4 |
2023-02-03 | Make progress on Interpreter.ml | Son Ho | 1 | -16/+23 |
2023-02-03 | Remove the meta-values from the shared and reserved borrow values | Son Ho | 1 | -3/+4 |
2023-02-03 | Start implementing support for loops | Son Ho | 1 | -52/+19 |
2022-11-14 | Make [Result::Failure] type an [Error] parameter | Son Ho | 1 | -2/+2 |
2022-11-10 | Implement a Config.ml file which groups all the global options in references | Son Ho | 1 | -10/+8 |
2022-11-10 | Reorganize branching symbolic expansions to prepare for the join operation | Son Ho | 1 | -16/+18 |
2022-11-10 | Reorganize the symoblic expansions to separate the branching/non-branching ones | Son Ho | 1 | -3/+1 |
2022-11-10 | Update `switch` to have a specific treatment of ADTs | Son Ho | 1 | -68/+117 |
2022-11-07 | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 1 | -1/+1 |
2022-11-07 | Add some .mli files | Son Ho | 1 | -56/+15 |
2022-11-07 | Add ids to the dummy variables | Son Ho | 1 | -16/+24 |
2022-11-07 | Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at... | Son Ho | 1 | -9/+4 |
2022-11-07 | Fix an issue with drop_value | Son Ho | 1 | -9/+11 |
2022-10-28 | Move the AssignGlobal case from statement to rvalue | Son Ho | 1 | -33/+40 |
2022-10-28 | Make minor updates to account for Charon's changes | Son Ho | 1 | -5/+4 |
2022-10-28 | Take care of some TODOs | Son Ho | 1 | -1/+1 |
2022-10-28 | Move some files to the Charon project | Son Ho | 1 | -9/+9 |
2022-10-27 | Fix some comment references | Son Ho | 1 | -7/+7 |
2022-10-27 | Move constant_value to PrimitiveValues.ml | Son Ho | 1 | -6/+7 |
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 | -39/+39 |
2022-10-26 | Add meta data with code locations to the various definitions | Son Ho | 1 | -1/+1 |
2022-10-20 | Fix the semantics of drop | Son Ho | 1 | -4/+16 |
2022-09-22 | Make minor modifications | Son Ho | 1 | -10/+16 |
2022-08-10 | Corrected translation without using functions, remaining bug in hashmap trans... | Sidney Congard | 1 | -13/+4 |
2022-08-08 | Register global names, one error remaining | Sidney Congard | 1 | -2/+6 |
2022-07-29 | Create global declaration group, address PR changes but introduce bugs | Sidney Congard | 1 | -1/+6 |
2022-07-28 | Always put can_fail to true, specialize global traduction to concrete functio... | Sidney Congard | 1 | -9/+16 |
2022-07-18 | Address much stuff of the PR, throw exceptions at remaining places | Sidney Congard | 1 | -1/+2 |
2022-06-27 | Add `can_end` in `abs` and use it for the return abs when generating the | Son Ho | 1 | -2/+14 |
2022-06-27 | Update eval_operand_prepare to not give a value to the continuation | Son Ho | 1 | -42/+34 |
2022-06-21 | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 1 | -4/+12 |
2022-06-08 | read globals from LLBC JSON into functions | Sidney Congard | 1 | -3/+4 |
2022-05-06 | Add an option to eagerly end abstractions if a function has return type | Son Ho | 1 | -1/+48 |
2022-05-01 | Perform some renamings | Son Ho | 1 | -31/+29 |
2022-04-21 | Improve the generation of names for given back values | Son Ho | 1 | -5/+8 |