Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant `llbc_name` field | Nadrieril | 2024-06-28 | 1 | -14/+4 |
| | | | | It's redundant with `item_meta.name` | ||||
* | Update charon | Nadrieril | 2024-06-24 | 1 | -26/+21 |
| | |||||
* | `predicates` got merged into `generic_params` | Nadrieril | 2024-06-21 | 1 | -39/+29 |
| | |||||
* | Support for renaming using the rename attribute in charon (#239) | Escherichia | 2024-06-18 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -2/+4 |
| | |||||
* | Deactivate the use of tuple projectors in the Lean backend | Son Ho | 2024-06-11 | 1 | -1/+1 |
| | |||||
* | Filter out type aliases | Nadrieril | 2024-06-06 | 1 | -0/+3 |
| | |||||
* | Add an option to run Aeneas as a borrow checker | Son Ho | 2024-06-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' into son/loops2 | Son Ho | 2024-06-04 | 1 | -9/+1 |
|\ | |||||
| * | Fix a bug in SymbolicToPure.translate_loop | Son Ho | 2024-05-28 | 1 | -4/+1 |
| | | |||||
| * | Merge branch 'main' into afromher/recursive_projectors | Son Ho | 2024-05-24 | 1 | -277/+279 |
| |\ | |||||
| * | | Do not expand field projector for recursive structs to a let binding in Lean | Aymeric Fromherz | 2024-05-23 | 1 | -5/+0 |
| | | | |||||
* | | | Add markers everywhere, do not use them yet | Aymeric Fromherz | 2024-05-27 | 1 | -8/+8 |
| |/ |/| | |||||
* | | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -274/+274 |
| | | |||||
* | | Update charon pin | Nadrieril | 2024-05-24 | 1 | -0/+1 |
| | | |||||
* | | Print the name patterns of the definitions which fail to extract | Son Ho | 2024-05-24 | 1 | -4/+5 |
|/ | |||||
* | Fix an issue when joining a symbolic value with bottom | Son Ho | 2024-04-22 | 1 | -2/+2 |
| | |||||
* | Reformat some files | Son Ho | 2024-04-22 | 1 | -6/+18 |
| | |||||
* | item_meta | Nadrieril | 2024-04-18 | 1 | -33/+33 |
| | |||||
* | Update a comment | Son Ho | 2024-04-11 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/main' into son/clean | Son Ho | 2024-04-11 | 1 | -1/+14 |
|\ | |||||
| * | Cleanup a bit and improve the error messages | Son Ho | 2024-04-07 | 1 | -5/+3 |
| | | |||||
| * | Resolved comments and added the name of the not translated element | Escherichia | 2024-04-05 | 1 | -1/+4 |
| | | |||||
| * | resolved comments | Escherichia | 2024-04-05 | 1 | -1/+4 |
| | | |||||
| * | error catching should now be able to tell when code couldn't be generated | Escherichia | 2024-04-05 | 1 | -1/+6 |
| | | |||||
| * | Merge remote-tracking branch 'origin/main' into escherichia/error_catching | Son Ho | 2024-04-04 | 1 | -9/+26 |
| |\ | |||||
| * | | resolved requested changes | Escherichia | 2024-04-03 | 1 | -2/+2 |
| | | | |||||
| * | | added Error and EError to expressions and propagated related changes | Escherichia | 2024-04-03 | 1 | -0/+4 |
| | | | |||||
* | | | Add field mk_return, mk_panic in SymbolicToPure.bs_ctx | Son Ho | 2024-04-04 | 1 | -90/+150 |
| | | | |||||
* | | | Update the extraction | Son Ho | 2024-04-04 | 1 | -4/+3 |
| |/ |/| | |||||
* | | Make a minor update in SymbolicToPure | Son Ho | 2024-04-04 | 1 | -8/+7 |
| | | |||||
* | | Improve the name of the backward functions further | Son Ho | 2024-04-04 | 1 | -2/+11 |
| | | |||||
* | | Update the names of the synthesized backward functions | Son Ho | 2024-04-04 | 1 | -0/+9 |
|/ | |||||
* | Cleanup and fix a mistake | Son Ho | 2024-03-29 | 1 | -122/+99 |
| | |||||
* | Add some error messages | Son Ho | 2024-03-29 | 1 | -6/+7 |
| | |||||
* | Cleanup a bit | Son Ho | 2024-03-29 | 1 | -2/+1 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -15/+40 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -74/+74 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -101/+174 |
| | |||||
* | changes after git rebase main | Escherichia | 2024-03-28 | 1 | -7/+7 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -34/+34 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -8/+8 |
| | | | | checks related cassert to these helpers to have a proper error message | ||||
* | added a meta option field to norm_ctx and changed the meta used by some ↵ | Escherichia | 2024-03-28 | 1 | -1/+1 |
| | | | | assert to the norm_ctx one | ||||
* | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 2024-03-28 | 1 | -5/+5 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -294/+297 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | WIP Beginning working on better errors: began replacing raise (Failure) and ↵ | Escherichia | 2024-03-28 | 1 | -306/+307 |
| | | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant | ||||
* | Improve the generation of pretty name and the micro passes | Son Ho | 2024-03-20 | 1 | -9/+59 |
| | |||||
* | Make good progress on adding generics to global constants | Son Ho | 2024-03-18 | 1 | -4/+43 |
| | |||||
* | Update following changes in Charon | Son Ho | 2024-03-17 | 1 | -17/+11 |
| | |||||
* | Fix some issues | Son Ho | 2024-03-08 | 1 | -9/+9 |
| |