| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -11/+0 |
* | Start updating to handle function pointers | Son Ho | 2023-10-20 | 1 | -0/+23 |
* | Normalize the function signatures before translation to pure | Son Ho | 2023-09-17 | 1 | -0/+19 |
* | Fix some issues | Son Ho | 2023-09-13 | 1 | -0/+4 |
* | Fix more issues | Son Ho | 2023-09-13 | 1 | -0/+22 |
* | Make minor modifications | Son Ho | 2023-09-13 | 1 | -7/+15 |
* | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 1 | -0/+8 |
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -6/+51 |
* | Fix issues | Son Ho | 2023-08-03 | 1 | -1/+5 |
* | Make minor modifications | Son Ho | 2023-08-02 | 1 | -15/+25 |
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -1/+1 |
* | Start adding support for const generics | Son Ho | 2023-08-01 | 1 | -7/+28 |
* | Implement a pass to filter shallow borrows | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 1 | -0/+1 |
* | Fix another bug | Son Ho | 2023-02-03 | 1 | -20/+52 |
* | Fix some bugs | Son Ho | 2023-02-03 | 1 | -2/+6 |
* | Compute the SCCs of the functions to extract in Translate.ml | Son Ho | 2023-02-03 | 1 | -0/+3 |
* | Update the comments in Values and make minor modifications | Son Ho | 2023-02-03 | 1 | -3/+2 |
* | Remove the meta-value field from AMutBorrow | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Remove the APrimitive variant from the avalues | Son Ho | 2023-02-03 | 1 | -1/+0 |
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -3/+2 |
* | Make some fixes | Son Ho | 2023-02-03 | 1 | -2/+18 |
* | Make progress on the environment matches | Son Ho | 2023-02-03 | 1 | -2/+4 |
* | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 2022-11-07 | 1 | -2/+2 |
* | Add ids to the dummy variables | Son Ho | 2022-11-07 | 1 | -10/+16 |
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -7/+9 |
* | Make minor modifications | Son Ho | 2022-10-28 | 1 | -3/+7 |
* | Move some files to the Charon project | Son Ho | 2022-10-28 | 1 | -728/+4 |
* | Reorganize Print.ml | Son Ho | 2022-10-27 | 1 | -262/+271 |
* | 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/+1283 |