| Commit message (Expand) | Author | Files | Lines |
2023-12-07 | Fix minor issues when extracting a structure with one field as a tuple | Son Ho | 1 | -21/+34 |
2023-12-07 | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 1 | -26/+48 |
2023-11-24 | Make a minor fix | Son Ho | 1 | -1/+1 |
2023-11-24 | Update some assumed type names/variants | Son Ho | 1 | -6/+1 |
2023-11-22 | Improve further the generation of parent clause/trait clause names | Son Ho | 1 | -7/+26 |
2023-11-21 | Reorganize the "Extract" files | Son Ho | 1 | -24/+23 |
2023-11-21 | Add span information to the generated code | Son Ho | 1 | -12/+19 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -7/+11 |
2023-11-16 | Finish propagating the changes to the names and cleaning | Son Ho | 1 | -19/+21 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -7/+7 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -13/+13 |
2023-11-09 | Make the traits work for Coq | Son Ho | 1 | -140/+251 |
2023-11-09 | Extract the trait parent clauses after the types and the constants | Son Ho | 1 | -24/+25 |
2023-11-09 | Progress on making the traits work for F* | Son Ho | 1 | -9/+29 |
2023-11-09 | Fix a small issue in AssociatedTypes | Son Ho | 1 | -2/+2 |
2023-11-07 | Update the extraction | Son Ho | 1 | -2/+2 |
2023-11-06 | Update following some changes in Charon | Son Ho | 1 | -22/+15 |
2023-10-26 | Make progress on fixing the extraction for Lean | Son Ho | 1 | -1/+1 |
2023-10-26 | Fix more issues at extraction and factor out defs in ExtractBuiltin | Son Ho | 1 | -6/+23 |
2023-10-25 | Make the hashmap files typecheck again in Lean | Son Ho | 1 | -2391/+109 |
2023-10-25 | Fix some issues at extraction and add builtins | Son Ho | 1 | -23/+22 |
2023-10-25 | Update following the addition of raw pointers | Son Ho | 1 | -1/+4 |
2023-10-24 | Fix an issue coming from the modification for the opaque signatures | Son Ho | 1 | -12/+7 |
2023-10-24 | Fix a printing issue with scalar values | Son Ho | 1 | -3/+5 |
2023-10-24 | Filter some type arguments for the builtin types/functions | Son Ho | 1 | -2/+65 |
2023-10-24 | Remove the possibility of generating opaque module signatures | Son Ho | 1 | -116/+51 |
2023-10-24 | Add support for builtin trait implementations | Son Ho | 1 | -2/+30 |
2023-10-24 | Fix various issues with the builtins | Son Ho | 1 | -34/+81 |
2023-10-23 | Make progress on handling the builtins | Son Ho | 1 | -42/+212 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -68/+77 |
2023-10-22 | Add more support for numeric operations, xor, rotate | Jonathan Protzenko | 1 | -4/+7 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -2/+2 |
2023-10-16 | Improve formatting of scalars in Lean | Son Ho | 1 | -23/+10 |
2023-10-13 | Add sup | Son Ho | 1 | -1/+3 |
2023-10-06 | Slightly improve formatting of the generated code | Son Ho | 1 | -1/+6 |
2023-09-22 | Add Lean extraction of shl/shr | Aymeric Fromherz | 1 | -1/+3 |
2023-09-19 | Cleanup a bit | Son Ho | 1 | -2/+2 |
2023-09-17 | Merge trans_ctx and decls_ctx | Son Ho | 1 | -6/+2 |
2023-09-17 | Make progress on correctly extracting trait method calls | Son Ho | 1 | -26/+84 |
2023-09-17 | Fix some issues with calls to trait methods | Son Ho | 1 | -9/+14 |
2023-09-17 | Fix some formatting issues | Son Ho | 1 | -2/+10 |
2023-09-17 | Fix several issues with the extraction | Son Ho | 1 | -66/+98 |
2023-09-16 | Fix issues with name registration/lookup | Son Ho | 1 | -2/+26 |
2023-09-16 | Fix more issues | Son Ho | 1 | -7/+6 |
2023-09-16 | Fix issues with name collisions | Son Ho | 1 | -7/+21 |
2023-09-14 | Make progress on the extraction | Son Ho | 1 | -1/+9 |
2023-09-11 | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 1 | -2/+2 |
2023-09-10 | Add support for the trait associated constants | Son Ho | 1 | -1/+12 |
2023-09-07 | Fix some issues | Son Ho | 1 | -1/+0 |
2023-09-07 | Map some globals like u32::MAX to standard definitions | Son Ho | 1 | -1/+7 |