| Commit message (Expand) | Author | Files | Lines |
2023-12-21 | Make good progress on merging the fwd/back functions | Son Ho | 1 | -1/+2 |
2023-12-19 | Remove SymbolicToPure.bs_ctx.loop_backward_outputs | Son Ho | 1 | -1/+0 |
2023-12-19 | Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs} | Son Ho | 1 | -16/+1 |
2023-12-18 | Rename some definitions | Son Ho | 1 | -7/+7 |
2023-12-15 | Make progress on updating the code | Son Ho | 1 | -114/+93 |
2023-12-14 | Make progress on generated merged fwd/back functions | Son Ho | 1 | -1/+3 |
2023-12-13 | Update Pure.fun_sig_info | Son Ho | 1 | -2/+6 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -1/+1 |
2023-11-27 | Update the way the Primitives file is copied | Son Ho | 1 | -13/+20 |
2023-11-27 | Generate a dedicated file for the external types | Son Ho | 1 | -12/+102 |
2023-11-27 | Update the generation of files for external definitions and regenerate the tests | Son Ho | 1 | -9/+14 |
2023-11-21 | Reorganize the "Extract" files | Son Ho | 1 | -15/+4 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -11/+14 |
2023-11-16 | Finish propagating the changes to the names and cleaning | Son Ho | 1 | -81/+78 |
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -2/+5 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -6/+6 |
2023-11-09 | Make the traits work for Coq | Son Ho | 1 | -6/+16 |
2023-10-26 | Make progress on fixing the extraction for Lean | Son Ho | 1 | -18/+3 |
2023-10-25 | Make the hashmap files typecheck again in Lean | Son Ho | 1 | -0/+1 |
2023-10-25 | Fix some issues at extraction and add builtins | Son Ho | 1 | -4/+6 |
2023-10-24 | Filter some type arguments for the builtin types/functions | Son Ho | 1 | -0/+2 |
2023-10-24 | Remove the possibility of generating opaque module signatures | Son Ho | 1 | -32/+2 |
2023-10-24 | Add support for builtin trait implementations | Son Ho | 1 | -1/+16 |
2023-10-24 | Fix various issues with the builtins | Son Ho | 1 | -68/+90 |
2023-10-23 | Make progress on handling the builtins | Son Ho | 1 | -2/+7 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -42/+65 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -5/+5 |
2023-09-17 | Make minor modifications | Son Ho | 1 | -4/+1 |
2023-09-17 | Merge trans_ctx and decls_ctx | Son Ho | 1 | -62/+17 |
2023-09-17 | Fix more issues with the extraction | Son Ho | 1 | -7/+33 |
2023-09-16 | Add a strict_names_map in the extraction_ctx | Son Ho | 1 | -0/+14 |
2023-09-07 | Map some globals like u32::MAX to standard definitions | Son Ho | 1 | -18/+18 |
2023-09-03 | Do more cleanup | Son Ho | 1 | -3/+1 |
2023-09-03 | Add the keep_fwd field in TranslateCore.pure_fun_translation | Son Ho | 1 | -18/+16 |
2023-09-03 | Update TranslateCore.pure_fun_translation | Son Ho | 1 | -21/+19 |
2023-09-03 | Update the type TranslateCore.fun_and_loops | Son Ho | 1 | -23/+23 |
2023-09-03 | Make progress on extracting trait decls and merge gen_ctx and extraction_ctx | Son Ho | 1 | -93/+70 |
2023-09-03 | Make more progress | Son Ho | 1 | -18/+52 |
2023-09-03 | Make progress on the extraction | Son Ho | 1 | -0/+1 |
2023-09-03 | Make progress on the extraction | Son Ho | 1 | -16/+93 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -3/+1 |
2023-08-08 | Update the code following a refactor on Charon's side | Son Ho | 1 | -4/+7 |
2023-08-04 | Add an option to not override Hashmap.lean | Son Ho | 1 | -2/+1 |
2023-08-04 | Fix issues with the extraction and extend the primitive libraries for Coq and F* | Son Ho | 1 | -0/+2 |
2023-08-03 | Make a minor formatting modification for Lean | Son Ho | 1 | -1/+1 |
2023-07-06 | Use short names for the structure fields in Lean | Son Ho | 1 | -0/+1 |
2023-07-06 | Improve the generated comments | Son Ho | 1 | -0/+4 |
2023-07-05 | Start using namespaces in the Lean backend | Son Ho | 1 | -28/+52 |
2023-07-04 | Fix minor issues | Son Ho | 1 | -51/+115 |
2023-07-04 | Reorganize the Lean tests | Son Ho | 1 | -35/+35 |