| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -14/+14 |
* | Fix a crash which happens when type definitions are ignored | Son Ho | 2024-05-24 | 1 | -2/+5 |
* | Print the name patterns of the definitions which fail to extract | Son Ho | 2024-05-24 | 1 | -11/+19 |
* | Add error when handling mutually recursive traits | Aymeric Fromherz | 2024-05-01 | 1 | -1/+4 |
* | item_meta | Nadrieril | 2024-04-18 | 1 | -3/+3 |
* | Merge remote-tracking branch 'origin/main' into son/clean | Son Ho | 2024-04-11 | 1 | -20/+73 |
|\ |
|
| * | Cleanup a bit and improve the error messages | Son Ho | 2024-04-07 | 1 | -34/+35 |
| * | Resolved comments and added the name of the not translated element | Escherichia | 2024-04-05 | 1 | -6/+14 |
| * | resolved comments | Escherichia | 2024-04-05 | 1 | -7/+16 |
| * | error catching should now be able to tell when code couldn't be generated | Escherichia | 2024-04-05 | 1 | -11/+46 |
* | | Add field mk_return, mk_panic in SymbolicToPure.bs_ctx | Son Ho | 2024-04-04 | 1 | -0/+2 |
|/ |
|
* | Cleanup and fix a mistake | Son Ho | 2024-03-29 | 1 | -0/+1 |
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -2/+2 |
* | changes after git rebase main | Escherichia | 2024-03-28 | 1 | -3/+2 |
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -7/+7 |
* | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 2024-03-28 | 1 | -24/+24 |
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 2024-03-28 | 1 | -25/+25 |
* | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 2024-03-28 | 1 | -3/+3 |
* | WIP Beginning working on better errors: began replacing raise (Failure) and a... | Escherichia | 2024-03-28 | 1 | -40/+42 |
* | Make good progress on adding generics to global constants | Son Ho | 2024-03-18 | 1 | -0/+1 |
* | Fix a minor issue | Son Ho | 2024-03-17 | 1 | -1/+1 |
* | Update the generation of names | Son Ho | 2024-03-11 | 1 | -1/+1 |
* | Make progress on propagating the changes | Son Ho | 2024-03-08 | 1 | -118/+27 |
* | Update the library for F* | Son Ho | 2023-12-22 | 1 | -1/+7 |
* | Fix several issues | Son Ho | 2023-12-21 | 1 | -13/+16 |
* | Make good progress on merging the fwd/back functions | Son Ho | 2023-12-21 | 1 | -1/+2 |
* | Remove SymbolicToPure.bs_ctx.loop_backward_outputs | Son Ho | 2023-12-19 | 1 | -1/+0 |
* | Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs} | Son Ho | 2023-12-19 | 1 | -16/+1 |
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -7/+7 |
* | Make progress on updating the code | Son Ho | 2023-12-15 | 1 | -114/+93 |
* | Make progress on generated merged fwd/back functions | Son Ho | 2023-12-14 | 1 | -1/+3 |
* | Update Pure.fun_sig_info | Son Ho | 2023-12-13 | 1 | -2/+6 |
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -1/+1 |
* | Update the way the Primitives file is copied | Son Ho | 2023-11-27 | 1 | -13/+20 |
* | Generate a dedicated file for the external types | Son Ho | 2023-11-27 | 1 | -12/+102 |
* | Update the generation of files for external definitions and regenerate the tests | Son Ho | 2023-11-27 | 1 | -9/+14 |
* | Reorganize the "Extract" files | Son Ho | 2023-11-21 | 1 | -15/+4 |
* | Use the name matcher implemented in Charon | Son Ho | 2023-11-20 | 1 | -11/+14 |
* | Finish propagating the changes to the names and cleaning | Son Ho | 2023-11-16 | 1 | -81/+78 |
* | Add RegionsHierarchy.ml | Son Ho | 2023-11-13 | 1 | -2/+5 |
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -6/+6 |
* | Make the traits work for Coq | Son Ho | 2023-11-09 | 1 | -6/+16 |
* | Make progress on fixing the extraction for Lean | Son Ho | 2023-10-26 | 1 | -18/+3 |
* | Make the hashmap files typecheck again in Lean | Son Ho | 2023-10-25 | 1 | -0/+1 |
* | Fix some issues at extraction and add builtins | Son Ho | 2023-10-25 | 1 | -4/+6 |
* | Filter some type arguments for the builtin types/functions | Son Ho | 2023-10-24 | 1 | -0/+2 |
* | Remove the possibility of generating opaque module signatures | Son Ho | 2023-10-24 | 1 | -32/+2 |
* | Add support for builtin trait implementations | Son Ho | 2023-10-24 | 1 | -1/+16 |
* | Fix various issues with the builtins | Son Ho | 2023-10-24 | 1 | -68/+90 |
* | Make progress on handling the builtins | Son Ho | 2023-10-23 | 1 | -2/+7 |