| Commit message (Expand) | Author | Age | Files | Lines |
* | Relax some constraints in the symbolic execution when borrow-checking | Son Ho | 2024-06-05 | 1 | -1/+2 |
* | Make minor modifications | Son Ho | 2024-06-03 | 1 | -0/+1 |
* | More lisible sign for proj_right pretty-printing | Aymeric Fromherz | 2024-05-30 | 1 | -1/+1 |
* | Start adding markers | Son Ho | 2024-05-24 | 1 | -4/+14 |
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -68/+68 |
* | Cleanup a bit and improve the error messages | Son Ho | 2024-04-07 | 1 | -0/+1 |
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -3/+6 |
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -6/+6 |
* | formatting | Escherichia | 2024-03-28 | 1 | -74/+93 |
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -67/+67 |
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 2024-03-28 | 1 | -67/+68 |
* | Make minor updates | Son Ho | 2024-03-17 | 1 | -0/+4 |
* | Make progress on fixing the loops | Son Ho | 2024-03-08 | 1 | -0/+4 |
* | Update Print.ml | Son Ho | 2024-03-08 | 1 | -8/+8 |
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -5/+5 |
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -14/+11 |
* | Rename PrimitiveValues to Values | Son Ho | 2023-11-21 | 1 | -1/+2 |
* | Finish propagating the changes to the names and cleaning | Son Ho | 2023-11-16 | 1 | -1/+0 |
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -395/+291 |
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -12/+13 |
* | 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 | -143/+59 |
* | Update following the addition of raw pointers | Son Ho | 2023-10-25 | 1 | -6/+24 |
* | 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 |