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