| Commit message (Expand) | Author | Files | Lines |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -214/+214 |
2024-05-24 | Rename span into raw_span | Aymeric Fromherz | 1 | -7/+7 |
2024-04-12 | Start adding integer functions to the Lean library | Son Ho | 1 | -4/+9 |
2024-04-07 | Cleanup a bit and improve the error messages | Son Ho | 1 | -1/+2 |
2024-04-05 | resolved comments | Escherichia | 1 | -91/+93 |
2024-04-05 | error catching should now be able to tell when code couldn't be generated | Escherichia | 1 | -89/+92 |
2024-04-04 | Update the extraction | Son Ho | 1 | -3/+3 |
2024-04-03 | added extract_ty_errors and extract_texpression_errors to deal with the error... | Escherichia | 1 | -2/+2 |
2024-04-03 | added Error and EError to expressions and propagated related changes | Escherichia | 1 | -0/+8 |
2024-03-29 | Cleanup and fix a mistake | Son Ho | 1 | -7/+5 |
2024-03-29 | Add some missing error messages | Son Ho | 1 | -5/+2 |
2024-03-29 | Improve the error messages | Son Ho | 1 | -1/+4 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -4/+11 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -25/+25 |
2024-03-28 | formatting | Escherichia | 1 | -111/+185 |
2024-03-28 | changes after git rebase main | Escherichia | 1 | -6/+8 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -19/+18 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -2/+2 |
2024-03-28 | changes to extract_ty and related functions to use the right meta | Escherichia | 1 | -29/+29 |
2024-03-28 | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 1 | -2/+2 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -183/+187 |
2024-03-18 | Update extract_trait_impl | Son Ho | 1 | -7/+23 |
2024-03-18 | Fix the extraction of trait constants | Son Ho | 1 | -3/+5 |
2024-03-18 | Make good progress on adding generics to global constants | Son Ho | 1 | -24/+83 |
2024-03-17 | Update following changes in Charon | Son Ho | 1 | -5/+1 |
2024-03-11 | Update the generation of names | Son Ho | 1 | -2/+2 |
2024-03-10 | Update the name generation and add CLI to print external pat names | Son Ho | 1 | -16/+44 |
2024-03-08 | Make progress on propagating the changes | Son Ho | 1 | -287/+157 |
2024-03-08 | Update the code generated for tuple projectors | Son Ho | 1 | -18/+39 |
2024-03-08 | Fix tuple indexing for Lean backend | Zyad Hassan | 1 | -4/+33 |
2024-03-08 | Update the generation of constant bodies for Lean | Son Ho | 1 | -2/+1 |
2024-02-02 | Start fixing the tests | Son Ho | 1 | -1/+1 |
2023-12-23 | Fix an issue when deconstructing tuples in Coq | Son Ho | 1 | -2/+8 |
2023-12-22 | Annotate the bound vars in the lambdas for Coq | Son Ho | 1 | -20/+36 |
2023-12-22 | Fix a minor extraction issue | Son Ho | 1 | -1/+1 |
2023-12-22 | Slightly update the formatting of the do blocks | Son Ho | 1 | -24/+26 |
2023-12-21 | Update the formatting of comments | Son Ho | 1 | -8/+6 |
2023-12-21 | Remove some asserts which are now useless | Son Ho | 1 | -4/+0 |
2023-12-21 | Make good progress on merging the fwd/back functions | Son Ho | 1 | -1/+3 |
2023-12-18 | Do not register the names of the back funs if they are merged with the fwd funs | Son Ho | 1 | -3/+8 |
2023-12-15 | Make progress on propagating the changes | Son Ho | 1 | -4/+4 |
2023-12-15 | Make progress on generalizing the signature information | Son Ho | 1 | -4/+4 |
2023-12-13 | Update Pure.fun_sig_info | Son Ho | 1 | -2/+6 |
2023-12-07 | Fix minor issues when extracting a structure with one field as a tuple | Son Ho | 1 | -21/+34 |
2023-12-07 | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 1 | -26/+48 |
2023-11-24 | Make a minor fix | Son Ho | 1 | -1/+1 |
2023-11-24 | Update some assumed type names/variants | Son Ho | 1 | -6/+1 |
2023-11-22 | Improve further the generation of parent clause/trait clause names | Son Ho | 1 | -7/+26 |
2023-11-21 | Reorganize the "Extract" files | Son Ho | 1 | -24/+23 |
2023-11-21 | Add span information to the generated code | Son Ho | 1 | -12/+19 |