Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | had some fun writing an IsabelleHOL backend | stuebinm | 2024-06-29 | 1 | -46/+239 |
| | | | | | | | (do not actually use this, most things are broken, and the primitives lib barely exists and is simply incorrect. But it is enough to create syntax-correct Isabelle code for relatively simply rust code, as long as it does not contain any uses of traits) | ||||
* | Remove redundant `llbc_name` field | Nadrieril | 2024-06-28 | 1 | -28/+33 |
| | | | | It's redundant with `item_meta.name` | ||||
* | Update charon | Nadrieril | 2024-06-24 | 1 | -5/+5 |
| | |||||
* | Support for renaming using the rename attribute in charon (#239) | Escherichia | 2024-06-18 | 1 | -120/+173 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support for renaming using the rename attribute in charon * support for global decl * add support for renaming field * applied suggested changes and began adding support for variant * finished support for renaming variant * applied suggested changes * add tests * fixed variant and field renaming * update charon-pin * update flake.lock * Update the charon pin * Fix an issue with renaming trait method implementations * Fix an issue with the renaming of trait implementations * Fix an issue when renaming enumerations * Update the Charon pin * Fix the F* tests * Fix an issue with the spans for the loops * Fix the tests * Update a comment * Use fuel in the coq tests * Generate the template decreases clauses by default --------- Co-authored-by: Escherichia <escherichia@charlotte> Co-authored-by: Son Ho <hosonmarc@gmail.com> | ||||
* | 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 ↵ | Escherichia | 2024-04-03 | 1 | -2/+2 |
| | | | | | | | | error case in their respective types | ||||
| * | 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 ↵ | Escherichia | 2024-03-28 | 1 | -2/+2 |
| | | | | checks related cassert to these helpers to have a proper error message | ||||
* | 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 ↵ | Escherichia | 2024-03-28 | 1 | -183/+187 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | 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 |
| |