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