| Commit message (Expand) | Author | Files | Lines |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -3/+5 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -1/+1 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -66/+57 |
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -12/+6 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -6/+6 |
2023-11-12 | Rename some variants | Son Ho | 1 | -1/+1 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -15/+14 |
2023-10-25 | Update following the addition of raw pointers | Son Ho | 1 | -0/+1 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -195/+59 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -1/+1 |
2023-10-13 | Add sup | Son Ho | 1 | -0/+15 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -116/+72 |
2023-08-17 | Make a minor modification | Son Ho | 1 | -11/+0 |
2023-08-07 | Change some fun id names to use "Mut"/"Shared" as a suffix | Son Ho | 1 | -18/+18 |
2023-08-04 | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 1 | -5/+28 |
2023-08-02 | Add the function signatures in Assumed.ml | Son Ho | 1 | -0/+143 |
2023-08-01 | Start adding support for const generics | Son Ho | 1 | -0/+11 |
2022-11-11 | Fix some issues with the comments | Son Ho | 1 | -1/+1 |
2022-10-28 | Move some files to the Charon project | Son Ho | 1 | -3/+3 |
2022-10-27 | Reorganize a bit the project | Son Ho | 1 | -0/+0 |
2022-10-26 | Update the code documentation to fix links and syntax issues | Son Ho | 1 | -34/+34 |
2022-09-22 | Reformat the project with dune | Son Ho | 1 | -6/+1 |
2022-05-05 | Make minor fixes | Son Ho | 1 | -1/+20 |
2022-05-04 | Make minor modifications | Son Ho | 1 | -3/+2 |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -1/+1 |
2022-03-03 | Update the name definition to use path_elem | Son Ho | 1 | -11/+17 |
2022-03-03 | Move the names from Identifiers to Names | Son Ho | 1 | -4/+5 |
2022-02-24 | Update the way function names are handled | Son Ho | 1 | -2/+2 |
2022-02-09 | Add definitions to Primitives.fst and start on improving/fixing the | Son Ho | 1 | -26/+43 |
2022-02-08 | Make progress on implementing support for types and functions like | Son Ho | 1 | -0/+3 |
2022-02-08 | Start adding more assumed types and functions | Son Ho | 1 | -48/+210 |
2022-01-29 | Make progress on PureToExtract | Son Ho | 1 | -0/+7 |
2022-01-27 | Make minor modifications and add comments | Son Ho | 1 | -0/+22 |
2022-01-27 | Implement Translate.translate_function | Son Ho | 1 | -1/+1 |
2022-01-26 | Make progress on translation | Son Ho | 1 | -1/+12 |
2022-01-26 | Add a comment in Assumed.ml | Son Ho | 1 | -1/+8 |
2022-01-26 | Start working on signatures for the assumed functions | Son Ho | 1 | -0/+51 |