| Commit message (Expand) | Author | Files | Lines |
2023-12-13 | Update the interpreter to handle optional otherwise branches | Son Ho | 1 | -1/+4 |
2023-12-05 | Remove the type sv_kind ("symbolic value kind") | Son Ho | 1 | -2/+2 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -383/+413 |
2023-11-21 | Add span information to the generated code | Son Ho | 1 | -1/+1 |
2023-11-21 | Rename PrimitiveValues to Values | Son Ho | 1 | -1/+0 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -226/+212 |
2023-11-13 | Make minor modifications | Son Ho | 1 | -3/+27 |
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -1/+1 |
2023-11-12 | Add the "V" prefix to most variants related to values | Son Ho | 1 | -19/+19 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -4/+4 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -64/+54 |
2023-10-24 | Add some debugging information | Son Ho | 1 | -0/+7 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -94/+6 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -34/+44 |
2023-10-13 | Add sup | Son Ho | 1 | -1/+1 |
2023-09-19 | Cleanup a bit | Son Ho | 1 | -10/+10 |
2023-09-17 | Normalize the function signatures before translation to pure | Son Ho | 1 | -61/+0 |
2023-09-17 | Make progress on correctly extracting trait method calls | Son Ho | 1 | -13/+20 |
2023-09-17 | Update the handling of calls to trait impl methods | Son Ho | 1 | -8/+67 |
2023-09-17 | Fix a minor issue | Son Ho | 1 | -2/+2 |
2023-09-17 | Fix some issues with calls to trait methods | Son Ho | 1 | -2/+7 |
2023-09-13 | Fix some issues | Son Ho | 1 | -0/+7 |
2023-09-13 | Make minor modifications | Son Ho | 1 | -2/+6 |
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 |