| Commit message (Expand) | Author | Files | Lines |
2024-04-07 | Cleanup a bit and improve the error messages | Son Ho | 1 | -0/+1 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -3/+6 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -6/+6 |
2024-03-28 | formatting | Escherichia | 1 | -74/+93 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -67/+67 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -67/+68 |
2024-03-17 | Make minor updates | Son Ho | 1 | -0/+4 |
2024-03-08 | Make progress on fixing the loops | Son Ho | 1 | -0/+4 |
2024-03-08 | Update Print.ml | Son Ho | 1 | -8/+8 |
2023-12-18 | Rename some definitions | Son Ho | 1 | -5/+5 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -14/+11 |
2023-11-21 | Rename PrimitiveValues to Values | Son Ho | 1 | -1/+2 |
2023-11-16 | Finish propagating the changes to the names and cleaning | Son Ho | 1 | -1/+0 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -395/+291 |
2023-11-12 | Add the "V" prefix to most variants related to values | Son Ho | 1 | -12/+13 |
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 | -143/+59 |
2023-10-25 | Update following the addition of raw pointers | Son Ho | 1 | -6/+24 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -11/+0 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -0/+23 |
2023-09-17 | Normalize the function signatures before translation to pure | Son Ho | 1 | -0/+19 |
2023-09-13 | Fix some issues | Son Ho | 1 | -0/+4 |
2023-09-13 | Fix more issues | Son Ho | 1 | -0/+22 |
2023-09-13 | Make minor modifications | Son Ho | 1 | -7/+15 |
2023-09-11 | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 1 | -0/+8 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -6/+51 |
2023-08-03 | Fix issues | Son Ho | 1 | -1/+5 |
2023-08-02 | Make minor modifications | Son Ho | 1 | -15/+25 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -1/+1 |
2023-08-01 | Start adding support for const generics | Son Ho | 1 | -7/+28 |
2023-02-03 | Implement a pass to filter shallow borrows | Son Ho | 1 | -1/+1 |
2023-02-03 | Add more loop examples and fix issues | Son Ho | 1 | -0/+1 |
2023-02-03 | Fix another bug | Son Ho | 1 | -20/+52 |
2023-02-03 | Fix some bugs | Son Ho | 1 | -2/+6 |
2023-02-03 | Compute the SCCs of the functions to extract in Translate.ml | Son Ho | 1 | -0/+3 |
2023-02-03 | Update the comments in Values and make minor modifications | Son Ho | 1 | -3/+2 |
2023-02-03 | Remove the meta-value field from AMutBorrow | Son Ho | 1 | -1/+1 |
2023-02-03 | Remove the APrimitive variant from the avalues | Son Ho | 1 | -1/+0 |
2023-02-03 | Remove the meta-values from the shared and reserved borrow values | Son Ho | 1 | -3/+2 |
2023-02-03 | Make some fixes | Son Ho | 1 | -2/+18 |
2023-02-03 | Make progress on the environment matches | Son Ho | 1 | -2/+4 |
2022-11-07 | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 1 | -2/+2 |
2022-11-07 | Add ids to the dummy variables | Son Ho | 1 | -10/+16 |
2022-11-07 | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 1 | -7/+9 |
2022-10-28 | Make minor modifications | Son Ho | 1 | -3/+7 |
2022-10-28 | Move some files to the Charon project | Son Ho | 1 | -728/+4 |
2022-10-27 | Reorganize Print.ml | Son Ho | 1 | -262/+271 |
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 | -1/+1 |
2022-10-26 | Add meta data with code locations to the various definitions | Son Ho | 1 | -0/+4 |