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