| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -13/+2 |
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -23/+44 |
* | Fix issues | Son Ho | 2023-08-03 | 1 | -2/+14 |
* | Make minor modifications | Son Ho | 2023-08-02 | 1 | -0/+3 |
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -19/+24 |
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 1 | -1/+8 |
* | Update the comments in Values and make minor modifications | Son Ho | 2023-02-03 | 1 | -2/+2 |
* | Remove the meta-value field from AMutBorrow | Son Ho | 2023-02-03 | 1 | -5/+5 |
* | Remove the APrimitive variant from the avalues | Son Ho | 2023-02-03 | 1 | -2/+0 |
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -4/+3 |
* | Make progress on the environment matches | Son Ho | 2023-02-03 | 1 | -2/+6 |
* | Start implementing support for loops | Son Ho | 2023-02-03 | 1 | -15/+9 |
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -10/+9 |
* | Update some comments | Son Ho | 2022-11-07 | 1 | -1/+1 |
* | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 2022-11-07 | 1 | -8/+8 |
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -17/+19 |
* | Move constant_value to PrimitiveValues.ml | Son Ho | 2022-10-27 | 1 | -6/+7 |
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+794 |