| Commit message (Expand) | Author | Files | Lines |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -4/+3 |
2024-03-29 | added file and line arg to craise, cassert and all related functions | Escherichia | 1 | -3/+3 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -16/+17 |
2024-03-28 | Revert some changes which shouldn't be here | Son Ho | 1 | -6/+5 |
2024-03-28 | formatting | Escherichia | 1 | -104/+133 |
2024-03-28 | changes after git rebase main | Escherichia | 1 | -8/+16 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -46/+42 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -1/+1 |
2024-03-28 | changes to extract_ty and related functions to use the right meta | Escherichia | 1 | -18/+11 |
2024-03-28 | added a meta option field to norm_ctx and changed the meta used by some asser... | Escherichia | 1 | -1/+0 |
2024-03-28 | Replaced some unclear TODOs error message placeholder by clearer TODOs, they ... | Escherichia | 1 | -2/+2 |
2024-03-28 | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 1 | -39/+39 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -136/+139 |
2024-03-17 | Update following changes in Charon | Son Ho | 1 | -1/+1 |
2024-03-11 | Update the generation of names | Son Ho | 1 | -6/+15 |
2024-03-10 | Update the name generation and add CLI to print external pat names | Son Ho | 1 | -6/+12 |
2024-03-08 | Make progress on propagating the changes | Son Ho | 1 | -139/+22 |
2024-03-08 | Remove the option to split fwd/back functions and update SymbolicToPure | Son Ho | 1 | -59/+23 |
2024-03-08 | Update the code generation | Son Ho | 1 | -2/+6 |
2023-12-22 | Fix minor issues | Son Ho | 1 | -27/+54 |
2023-12-21 | Use indices starting at 1 to make variable names unique at code gen | Son Ho | 1 | -1/+1 |
2023-12-13 | Update the extraction to handle casts between integers/bools | Son Ho | 1 | -1/+9 |
2023-12-07 | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 1 | -8/+9 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -1/+1 |
2023-11-29 | Add support for more bitwise operations and update the extraction | Son Ho | 1 | -7/+5 |
2023-11-27 | Fix the issues with the cross-references for OCaml doc | Son Ho | 1 | -3/+3 |
2023-11-24 | Add the alloc::string::String type in the builtins | Son Ho | 1 | -2/+3 |
2023-11-24 | Update a comment | Son Ho | 1 | -2/+3 |
2023-11-24 | Update some assumed type names/variants | Son Ho | 1 | -28/+40 |
2023-11-24 | Improve the error messages for some name collisions | Son Ho | 1 | -2/+4 |
2023-11-22 | Improve further the generation of parent clause/trait clause names | Son Ho | 1 | -27/+75 |
2023-11-21 | Improve the generation of parent clause names | Son Ho | 1 | -4/+19 |
2023-11-21 | Update the generation of names for the parent trait clauses | Son Ho | 1 | -4/+29 |
2023-11-21 | Reorganize the "Extract" files | Son Ho | 1 | -510/+1125 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -2/+1 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -138/+54 |
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -2/+6 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -13/+14 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -27/+27 |
2023-11-09 | Make the traits work for Coq | Son Ho | 1 | -0/+8 |
2023-11-09 | Fix a small issue in AssociatedTypes | Son Ho | 1 | -6/+6 |
2023-10-27 | Fix minor issues in the name collision detection | Son Ho | 1 | -9/+23 |
2023-10-26 | Make minor modifications and update the array test for F* | Son Ho | 1 | -12/+10 |
2023-10-26 | Make progress on fixing the extraction for Lean | Son Ho | 1 | -63/+102 |
2023-10-25 | Make the hashmap files typecheck again in Lean | Son Ho | 1 | -0/+2 |
2023-10-25 | Update following the addition of raw pointers | Son Ho | 1 | -2/+3 |
2023-10-24 | Handle properly the builtin, non fallible functions | Son Ho | 1 | -2/+2 |
2023-10-24 | Filter some type arguments for the builtin types/functions | Son Ho | 1 | -0/+13 |
2023-10-24 | Remove the possibility of generating opaque module signatures | Son Ho | 1 | -175/+58 |
2023-10-24 | Add support for builtin trait implementations | Son Ho | 1 | -17/+0 |