| Commit message (Expand) | Author | Files | Lines |
2024-05-24 | Start adding markers | Son Ho | 1 | -9/+9 |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -56/+56 |
2024-04-07 | Cleanup a bit and improve the error messages | Son Ho | 1 | -2/+2 |
2024-03-29 | Cleanup and fix a mistake | Son Ho | 1 | -16/+16 |
2024-03-29 | Add some error messages | Son Ho | 1 | -1/+1 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -3/+7 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -28/+28 |
2024-03-28 | formatting | Escherichia | 1 | -53/+56 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -5/+5 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -5/+5 |
2024-03-28 | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 1 | -3/+3 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -15/+15 |
2024-03-28 | WIP Beginning working on better errors: began replacing raise (Failure) and a... | Escherichia | 1 | -45/+46 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -93/+89 |
2023-11-12 | Add the "V" prefix to most variants related to values | Son Ho | 1 | -56/+56 |
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 | -16/+19 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -8/+7 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -10/+10 |
2023-02-03 | Remove the meta-value field from AMutBorrow | Son Ho | 1 | -3/+1 |
2023-02-03 | Remove the APrimitive variant from the avalues | Son Ho | 1 | -2/+1 |
2023-02-03 | Remove the meta-values from the shared and reserved borrow values | Son Ho | 1 | -4/+4 |
2023-02-03 | Make progress on the environment matches | Son Ho | 1 | -6/+25 |
2022-11-07 | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 1 | -7/+7 |
2022-11-07 | Add some .mli files | Son Ho | 1 | -52/+2 |
2022-11-07 | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 1 | -23/+27 |
2022-10-27 | Reformat the code | Son Ho | 1 | -1/+2 |
2022-10-27 | Move constant_value to PrimitiveValues.ml | Son Ho | 1 | -4/+4 |
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 | -24/+24 |
2022-01-26 | Add a meta-value in SharedBorrow to carry the shared value | Son Ho | 1 | -4/+4 |
2022-01-21 | Start working on the generation of the symbolic AST | Son Ho | 1 | -10/+3 |
2022-01-19 | Start storing meta-values in the avalues, for synthesis purposes | Son Ho | 1 | -3/+6 |
2022-01-15 | Use the new collections | Son Ho | 1 | -7/+7 |
2022-01-14 | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 1 | -2/+2 |
2022-01-14 | Update aproj to make AEndedProjLoans take an `aproj option` and add the | Son Ho | 1 | -3/+5 |
2022-01-13 | Update the projectors to ignore values when they don't contain regions | Son Ho | 1 | -177/+187 |
2022-01-13 | Fix a small bug in projections_intersect and add more debugging output | Son Ho | 1 | -4/+21 |
2022-01-07 | Add an optional borrow identifier to AIgnoredMutBorrow, introduce the | Son Ho | 1 | -10/+17 |
2022-01-06 | Cleanup | Son Ho | 1 | -5/+2 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -7/+1 |
2022-01-06 | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 1 | -16/+17 |
2022-01-06 | Implement a small improvement for apply_reborrows | Son Ho | 1 | -3/+10 |
2022-01-06 | Fix some bugs | Son Ho | 1 | -0/+4 |
2022-01-06 | Move more definitions and do more cleanup | Son Ho | 1 | -0/+7 |
2022-01-06 | Cleanup and reorganize | Son Ho | 1 | -0/+1 |
2022-01-06 | Cleanup a bit more the dependencies and activate more warnings/errors | Son Ho | 1 | -4/+1 |
2022-01-06 | Cleanup the dependencies a bit | Son Ho | 1 | -2/+0 |
2022-01-06 | Move some functions from Interpreter to InterpreterProjectors | Son Ho | 1 | -0/+505 |