| Commit message (Expand) | Author | Files | Lines |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -95/+95 |
2024-05-23 | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 1 | -73/+67 |
2024-04-07 | Cleanup a bit and improve the error messages | Son Ho | 1 | -11/+10 |
2024-03-29 | Cleanup and fix a mistake | Son Ho | 1 | -1/+1 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -8/+19 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -24/+24 |
2024-03-28 | formatting | Escherichia | 1 | -42/+51 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -9/+9 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -2/+2 |
2024-03-28 | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 1 | -23/+23 |
2024-03-28 | Still need to fill the TODO: error message and check some meta but it builds | 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 | -32/+32 |
2024-03-28 | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 1 | -6/+6 |
2024-03-28 | WIP Beginning working on better errors: began replacing raise (Failure) and a... | Escherichia | 1 | -61/+62 |
2023-11-27 | Do not activate the sanity (invariant) checks by default | Son Ho | 1 | -1/+1 |
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 |