| Commit message (Expand) | Author | Files | Lines |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -89/+84 |
2023-11-12 | Add the "V" prefix to most variants related to values | Son Ho | 1 | -45/+39 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -6/+6 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -16/+17 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -29/+2 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -22/+33 |
2023-08-02 | Make progress | Son Ho | 1 | -10/+11 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -4/+5 |
2023-02-03 | Remove the meta-values from the shared and reserved borrow values | Son Ho | 1 | -3/+3 |
2022-11-10 | Implement a Config.ml file which groups all the global options in references | Son Ho | 1 | -24/+24 |
2022-11-10 | Update `switch` to have a specific treatment of ADTs | Son Ho | 1 | -17/+15 |
2022-11-07 | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 1 | -11/+8 |
2022-11-07 | Add some .mli files | Son Ho | 1 | -146/+24 |
2022-11-07 | Add ids to the dummy variables | Son Ho | 1 | -3/+4 |
2022-11-07 | Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at... | Son Ho | 1 | -41/+18 |
2022-11-07 | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 1 | -5/+7 |
2022-11-07 | Fix an issue with drop_value | Son Ho | 1 | -19/+21 |
2022-10-27 | Fix some comment references | Son Ho | 1 | -2/+4 |
2022-10-27 | Move constant_value to PrimitiveValues.ml | Son Ho | 1 | -2/+2 |
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 | -23/+23 |
2022-10-20 | Fix the semantics of drop | Son Ho | 1 | -0/+1 |
2022-06-29 | Make minor modifications | Son Ho | 1 | -1/+5 |
2022-05-05 | Make minor fixes | Son Ho | 1 | -2/+3 |
2022-04-21 | Improve the generation of names for given back values | Son Ho | 1 | -3/+4 |
2022-03-03 | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 1 | -5/+5 |
2022-02-22 | Update some comments | Son Ho | 1 | -21/+8 |
2022-02-08 | Fix a minor issue | Son Ho | 1 | -1/+0 |
2022-02-08 | Add an option to allow the presence of bottom values below borrows | Son Ho | 1 | -0/+4 |
2022-02-08 | Fix more issues | Son Ho | 1 | -5/+8 |
2022-02-08 | Update the projection functions to take into account the option type | Son Ho | 1 | -19/+28 |
2022-01-27 | Rename the meta-places to [mplace] and update some comments | Son Ho | 1 | -2/+2 |
2022-01-27 | Make a modification in InterpreterPath | Son Ho | 1 | -8/+16 |
2022-01-27 | Add meta information for the variable names in SymbolicAst | Son Ho | 1 | -0/+3 |
2022-01-26 | Add a meta-value in SharedBorrow to carry the shared value | Son Ho | 1 | -4/+4 |
2022-01-21 | Finish updating the calls to the synthesis functions to generate the | Son Ho | 1 | -1/+0 |
2022-01-19 | Update InterpreterExpansion and InterpreterPaths to use CPS | Son Ho | 1 | -86/+92 |
2022-01-19 | Start storing meta-values in the avalues, for synthesis purposes | Son Ho | 1 | -2/+4 |
2022-01-18 | Rename type_is_primitively_copyable to ty_is_... | Son Ho | 1 | -1/+1 |
2022-01-18 | Update type_context to have to have a type info field, use maps instead | Son Ho | 1 | -2/+2 |
2022-01-15 | Start working on Collections.ml | Son Ho | 1 | -1/+1 |
2022-01-14 | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 1 | -6/+9 |
2022-01-14 | Start working on greedy symbolic value expansion and expansion before | Son Ho | 1 | -2/+4 |
2022-01-13 | Make more updates to assignment and update ctx_pop_frame | Son Ho | 1 | -5/+11 |
2022-01-13 | Start updating the assignment semantics | Son Ho | 1 | -12/+21 |
2022-01-12 | Remove the inner_outer parameter from end_borrow, etc. | Son Ho | 1 | -4/+4 |
2022-01-12 | Update end_borrow to check if there are loans in borrowed values | Son Ho | 1 | -137/+59 |
2022-01-12 | Make minor modifications | Son Ho | 1 | -0/+2 |
2022-01-07 | Make more modifications to logging | Son Ho | 1 | -4/+7 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -1/+1 |