| Commit message (Expand) | Author | Age | Files | Lines |
* | Start adding markers | Son Ho | 2024-05-24 | 1 | -9/+9 |
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -56/+56 |
* | Cleanup a bit and improve the error messages | Son Ho | 2024-04-07 | 1 | -2/+2 |
* | Cleanup and fix a mistake | Son Ho | 2024-03-29 | 1 | -16/+16 |
* | Add some error messages | Son Ho | 2024-03-29 | 1 | -1/+1 |
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -3/+7 |
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -28/+28 |
* | formatting | Escherichia | 2024-03-28 | 1 | -53/+56 |
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -5/+5 |
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 2024-03-28 | 1 | -5/+5 |
* | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 2024-03-28 | 1 | -3/+3 |
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 2024-03-28 | 1 | -15/+15 |
* | WIP Beginning working on better errors: began replacing raise (Failure) and a... | Escherichia | 2024-03-28 | 1 | -45/+46 |
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -93/+89 |
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -56/+56 |
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -4/+4 |
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -16/+19 |
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -8/+7 |
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -10/+10 |
* | Remove the meta-value field from AMutBorrow | Son Ho | 2023-02-03 | 1 | -3/+1 |
* | Remove the APrimitive variant from the avalues | Son Ho | 2023-02-03 | 1 | -2/+1 |
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -4/+4 |
* | Make progress on the environment matches | Son Ho | 2023-02-03 | 1 | -6/+25 |
* | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 2022-11-07 | 1 | -7/+7 |
* | Add some .mli files | Son Ho | 2022-11-07 | 1 | -52/+2 |
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -23/+27 |
* | Reformat the code | Son Ho | 2022-10-27 | 1 | -1/+2 |
* | Move constant_value to PrimitiveValues.ml | Son Ho | 2022-10-27 | 1 | -4/+4 |
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+543 |