| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the traits work for Coq | Son Ho | 2023-11-09 | 6 | -193/+353 |
* | 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 | 3 | -36/+115 |
* | Modify some options and update the Makefile | Son Ho | 2023-11-09 | 2 | -9/+9 |
* | Fix a small issue in AssociatedTypes | Son Ho | 2023-11-09 | 7 | -15/+21 |
* | Update the extraction | Son Ho | 2023-11-07 | 1 | -2/+2 |
* | Update the normalization of associated types | Son Ho | 2023-11-07 | 4 | -50/+126 |
* | Fix a naming issue | Son Ho | 2023-11-06 | 1 | -1/+3 |
* | Fix some issues when extracting references to Self | Son Ho | 2023-11-06 | 1 | -30/+57 |
* | Update following some changes in Charon | Son Ho | 2023-11-06 | 4 | -57/+59 |
* | Make minor updates following changes in Charon | Son Ho | 2023-10-30 | 2 | -6/+2 |
* | Fix minor issues in the name collision detection | Son Ho | 2023-10-27 | 2 | -10/+23 |
* | Fix a minor issue and regenerate some F* test files | Son Ho | 2023-10-27 | 1 | -9/+20 |
* | Make minor modifications and update the array test for F* | Son Ho | 2023-10-26 | 3 | -14/+17 |
* | Fix some issues and regenerate the HashmapMain example for Lean | Son Ho | 2023-10-26 | 3 | -7/+18 |
* | Improve the handling of saved function effects in ExtractBuiltin.ml | Son Ho | 2023-10-26 | 2 | -24/+44 |
* | Make progress on fixing the extraction | Son Ho | 2023-10-26 | 1 | -8/+24 |
* | Improve ExtractBuiltin.ml | Son Ho | 2023-10-26 | 2 | -46/+57 |
* | Make progress on fixing the extraction for Lean | Son Ho | 2023-10-26 | 4 | -106/+130 |
* | Fix more issues at extraction and factor out defs in ExtractBuiltin | Son Ho | 2023-10-26 | 2 | -266/+166 |
* | Make the hashmap files typecheck again in Lean | Son Ho | 2023-10-25 | 7 | -2740/+2667 |
* | Fix some issues at extraction and add builtins | Son Ho | 2023-10-25 | 4 | -38/+340 |
* | Fix some issues to make the array test succeed again | Son Ho | 2023-10-25 | 2 | -16/+44 |
* | Remove the warning for loops | Son Ho | 2023-10-25 | 1 | -8/+0 |
* | Update following the addition of raw pointers | Son Ho | 2023-10-25 | 12 | -17/+77 |
* | Handle properly the builtin, non fallible functions | Son Ho | 2023-10-24 | 3 | -18/+54 |
* | Merge branch 'son_traits' into son_traits_types | Son Ho | 2023-10-24 | 2 | -7/+28 |
|\ |
|
| * | Merge branch 'son_traits_arrow' into protz_numeric | Son Ho | 2023-10-24 | 16 | -100/+163 |
| |\ |
|
| * | | Add more support for numeric operations, xor, rotate | Jonathan Protzenko | 2023-10-22 | 2 | -7/+28 |
* | | | Start taking into account non-fallible functions like core::mem::replace | Son Ho | 2023-10-24 | 2 | -5/+15 |
* | | | Fix minor issues | Son Ho | 2023-10-24 | 1 | -4/+4 |
* | | | 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 | 4 | -10/+87 |
* | | | Remove the possibility of generating opaque module signatures | Son Ho | 2023-10-24 | 4 | -330/+111 |
* | | | Add support for builtin trait implementations | Son Ho | 2023-10-24 | 4 | -20/+80 |
* | | | Fix various issues with the builtins | Son Ho | 2023-10-24 | 4 | -122/+234 |
* | | | Add some debugging information | Son Ho | 2023-10-24 | 1 | -0/+7 |
* | | | Make progress on handling the builtins | Son Ho | 2023-10-23 | 4 | -154/+270 |
* | | | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 24 | -808/+763 |
| |/
|/| |
|
* | | Start updating to handle function pointers | Son Ho | 2023-10-20 | 16 | -100/+163 |
|/ |
|
* | 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 |
* | | Fix a small issue | Son Ho | 2023-10-16 | 2 | -13/+53 |
* | | Add sup | Son Ho | 2023-10-13 | 6 | -3/+23 |
* | | Slightly improve formatting of the generated code | Son Ho | 2023-10-06 | 1 | -1/+6 |
* | | Cleanup a bit | Son Ho | 2023-09-19 | 2 | -12/+12 |
* | | Normalize the function signatures before translation to pure | Son Ho | 2023-09-17 | 9 | -150/+294 |
* | | Make minor modifications | Son Ho | 2023-09-17 | 2 | -15/+9 |
* | | Merge trans_ctx and decls_ctx | Son Ho | 2023-09-17 | 7 | -120/+53 |