Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for renaming using the rename attribute in charon (#239) | Escherichia | 2024-06-18 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Implement a BorrowCheck.borrow_check_crate | Son Ho | 2024-06-05 | 1 | -3/+6 |
| | |||||
* | Add an option to run Aeneas as a borrow checker | Son Ho | 2024-06-05 | 1 | -30/+67 |
| | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -1/+1 |
| | |||||
* | Cleanup a bit and improve the error messages | Son Ho | 2024-04-07 | 1 | -1/+3 |
| | |||||
* | Update the way errors are reported | Son Ho | 2024-04-04 | 1 | -4/+7 |
| | |||||
* | Now prints all errors in the error_list | Escherichia | 2024-04-04 | 1 | -3/+5 |
| | |||||
* | Update the initial configuration | Son Ho | 2024-04-03 | 1 | -3/+0 |
| | |||||
* | Cleanup a bit | Son Ho | 2024-03-29 | 1 | -17/+5 |
| | |||||
* | Make a minor modification | Son Ho | 2024-03-29 | 1 | -1/+4 |
| | |||||
* | Improve the error messages | Son Ho | 2024-03-29 | 1 | -8/+23 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -1/+3 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -2/+2 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | WIP Beginning working on better errors: began replacing raise (Failure) and ↵ | Escherichia | 2024-03-28 | 1 | -2/+2 |
| | | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant | ||||
* | Update the name generation and add CLI to print external pat names | Son Ho | 2024-03-10 | 1 | -0/+3 |
| | |||||
* | Make progress on propagating the changes | Son Ho | 2024-03-08 | 1 | -6/+0 |
| | |||||
* | Remove the option to split fwd/back functions and update SymbolicToPure | Son Ho | 2024-03-08 | 1 | -3/+0 |
| | |||||
* | Update the code generated for tuple projectors | Son Ho | 2024-03-08 | 1 | -0/+4 |
| | |||||
* | Fix an issue when deconstructing tuples in Coq | Son Ho | 2023-12-23 | 1 | -3/+0 |
| | |||||
* | Add an option to split the fwd/back functions and fix a minor issue | Son Ho | 2023-12-22 | 1 | -0/+3 |
| | |||||
* | Print error messages when the command line arguments are invalid | Son Ho | 2023-12-05 | 1 | -10/+40 |
| | |||||
* | Do not activate the sanity (invariant) checks by default | Son Ho | 2023-11-27 | 1 | -4/+4 |
| | |||||
* | Reorganize the "Extract" files | Son Ho | 2023-11-21 | 1 | -1/+4 |
| | |||||
* | Fix minor issues | Son Ho | 2023-11-20 | 1 | -0/+1 |
| | |||||
* | Rename Driver.ml to Main.ml | Son Ho | 2023-11-16 | 1 | -0/+251 |