| Commit message (Expand) | Author | Age | Files | Lines |
* | Make progress on propagating the changes | Son Ho | 2024-03-08 | 1 | -139/+22 |
* | Remove the option to split fwd/back functions and update SymbolicToPure | Son Ho | 2024-03-08 | 1 | -59/+23 |
* | Update the code generation | Son Ho | 2024-03-08 | 1 | -2/+6 |
* | Fix minor issues | Son Ho | 2023-12-22 | 1 | -27/+54 |
* | Use indices starting at 1 to make variable names unique at code gen | Son Ho | 2023-12-21 | 1 | -1/+1 |
* | Update the extraction to handle casts between integers/bools | Son Ho | 2023-12-13 | 1 | -1/+9 |
* | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 2023-12-07 | 1 | -8/+9 |
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -1/+1 |
* | Add support for more bitwise operations and update the extraction | Son Ho | 2023-11-29 | 1 | -7/+5 |
* | Fix the issues with the cross-references for OCaml doc | Son Ho | 2023-11-27 | 1 | -3/+3 |
* | Add the alloc::string::String type in the builtins | Son Ho | 2023-11-24 | 1 | -2/+3 |
* | Update a comment | Son Ho | 2023-11-24 | 1 | -2/+3 |
* | Update some assumed type names/variants | Son Ho | 2023-11-24 | 1 | -28/+40 |
* | Improve the error messages for some name collisions | Son Ho | 2023-11-24 | 1 | -2/+4 |
* | Improve further the generation of parent clause/trait clause names | Son Ho | 2023-11-22 | 1 | -27/+75 |
* | Improve the generation of parent clause names | Son Ho | 2023-11-21 | 1 | -4/+19 |
* | Update the generation of names for the parent trait clauses | Son Ho | 2023-11-21 | 1 | -4/+29 |
* | Reorganize the "Extract" files | Son Ho | 2023-11-21 | 1 | -510/+1125 |
* | Use the name matcher implemented in Charon | Son Ho | 2023-11-20 | 1 | -2/+1 |
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -138/+54 |
* | Add RegionsHierarchy.ml | Son Ho | 2023-11-13 | 1 | -2/+6 |
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -13/+14 |
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -27/+27 |
* | Make the traits work for Coq | Son Ho | 2023-11-09 | 1 | -0/+8 |
* | Fix a small issue in AssociatedTypes | Son Ho | 2023-11-09 | 1 | -6/+6 |
* | Fix minor issues in the name collision detection | Son Ho | 2023-10-27 | 1 | -9/+23 |
* | Make minor modifications and update the array test for F* | Son Ho | 2023-10-26 | 1 | -12/+10 |
* | Make progress on fixing the extraction for Lean | Son Ho | 2023-10-26 | 1 | -63/+102 |
* | Make the hashmap files typecheck again in Lean | Son Ho | 2023-10-25 | 1 | -0/+2 |
* | Update following the addition of raw pointers | Son Ho | 2023-10-25 | 1 | -2/+3 |
* | Handle properly the builtin, non fallible functions | Son Ho | 2023-10-24 | 1 | -2/+2 |
* | Filter some type arguments for the builtin types/functions | Son Ho | 2023-10-24 | 1 | -0/+13 |
* | Remove the possibility of generating opaque module signatures | Son Ho | 2023-10-24 | 1 | -175/+58 |
* | Add support for builtin trait implementations | Son Ho | 2023-10-24 | 1 | -17/+0 |
* | Fix various issues with the builtins | Son Ho | 2023-10-24 | 1 | -0/+1 |
* | Make progress on handling the builtins | Son Ho | 2023-10-23 | 1 | -68/+0 |
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -69/+4 |
* | Start updating to handle function pointers | Son Ho | 2023-10-20 | 1 | -1/+1 |
* | Merge trans_ctx and decls_ctx | Son Ho | 2023-09-17 | 1 | -7/+5 |
* | Fix several issues with the extraction | Son Ho | 2023-09-17 | 1 | -1/+2 |
* | Fix issues with name registration/lookup | Son Ho | 2023-09-16 | 1 | -22/+55 |
* | Add a strict_names_map in the extraction_ctx | Son Ho | 2023-09-16 | 1 | -17/+38 |
* | Fix more issues | Son Ho | 2023-09-16 | 1 | -1/+1 |
* | Fix issues with name collisions | Son Ho | 2023-09-16 | 1 | -6/+18 |
* | Make progress on the extraction | Son Ho | 2023-09-14 | 1 | -5/+11 |
* | Fix some issues with the name collisions | Son Ho | 2023-09-14 | 1 | -3/+29 |
* | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 1 | -6/+10 |
* | Map some globals like u32::MAX to standard definitions | Son Ho | 2023-09-07 | 1 | -5/+17 |
* | Extract the trait decl methods | Son Ho | 2023-09-03 | 1 | -15/+7 |
* | Make progress registering the trait decl method names | Son Ho | 2023-09-03 | 1 | -14/+60 |