Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant `llbc_name` field | Nadrieril | 2024-06-28 | 1 | -8/+9 |
| | | | | It's redundant with `item_meta.name` | ||||
* | Update charon | Nadrieril | 2024-06-24 | 1 | -19/+24 |
| | |||||
* | Support for renaming using the rename attribute in charon (#239) | Escherichia | 2024-06-18 | 1 | -51/+136 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Fix a minor issue | Son Ho | 2024-06-05 | 1 | -0/+1 |
| | |||||
* | Fix a minor issue | Son Ho | 2024-06-05 | 1 | -0/+1 |
| | |||||
* | Add an option to run Aeneas as a borrow checker | Son Ho | 2024-06-05 | 1 | -36/+36 |
| | |||||
* | Fix an issue with some names being ignored when generating unique variable names | Son Ho | 2024-05-28 | 1 | -21/+19 |
| | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -165/+165 |
| | |||||
* | Merge pull request #146 from RaitoBezarius/main | Son HO | 2024-04-19 | 1 | -3/+69 |
|\ | | | | | fix(backends/lean): add a significant amount of keywords | ||||
| * | fix(backends/lean): extract more keywords from `lstlean.tex` | Ryan Lahfa | 2024-04-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Taken from https://github.com/leanprover/lean4/blob/master/doc/latex/lstlean.tex#L33 and https://github.com/leanprover/lean4/blob/master/doc/latex/lstlean.tex#L36-L43. This will not extract the tactics. Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
| * | fix(backends/lean): extract more keywords from `lstlean.latex` | Ryan Lahfa | 2024-04-18 | 1 | -0/+62 |
| | | | | | | | | | | | | | | | | | | | | Taken from https://github.com/leanprover/lean4/blob/master/doc/latex/lstlean.tex#L12 and sorted. Tactics are ignored. Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
| * | chore(backends/lean): sort the keyword list | Ryan Lahfa | 2024-04-17 | 1 | -4/+4 |
| | | | | | | | | | | | | OCD. :D Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
| * | fix(backends/lean): `from` is a keyword | Ryan Lahfa | 2024-04-17 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
| * | fix(backends/lean): `as` is a keyword | Ryan Lahfa | 2024-04-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | `as` is a reserved keyword and cannot be used as a variable name. Fixes #139. Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
* | | item_meta | Nadrieril | 2024-04-18 | 1 | -4/+5 |
|/ | |||||
* | Merge remote-tracking branch 'origin/main' into son/clean | Son Ho | 2024-04-11 | 1 | -2/+3 |
|\ | |||||
| * | Fix a minor issue | Son Ho | 2024-04-04 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/main' into escherichia/error_catching | Son Ho | 2024-04-04 | 1 | -33/+52 |
| |\ | |||||
| * | | resolved requested changes | Escherichia | 2024-04-03 | 1 | -1/+0 |
| | | | |||||
| * | | resolved requested changes | Escherichia | 2024-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | added Error and EError to expressions and propagated related changes | Escherichia | 2024-04-03 | 1 | -1/+3 |
| | | | |||||
* | | | Update the extraction | Son Ho | 2024-04-04 | 1 | -4/+4 |
| |/ |/| | |||||
* | | Merge pull request #109 from AeneasVerif/escherichia/names_collision | Son HO | 2024-04-04 | 1 | -31/+48 |
|\ \ | | | | | | | Escherichia/names collision | ||||
| * | | Update a comment | Son Ho | 2024-04-04 | 1 | -3/+5 |
| | | | |||||
| * | | Make a minor modification | Son Ho | 2024-04-04 | 1 | -2/+4 |
| | | | |||||
| * | | Make minor modifications | Son Ho | 2024-04-04 | 1 | -15/+21 |
| | | | |||||
| * | | rebased branch | Escherichia | 2024-04-03 | 1 | -13/+19 |
| | | | |||||
| * | | Added meta information to names_map_id field in names_map type | Escherichia | 2024-04-03 | 1 | -22/+23 |
| |/ | |||||
* / | Update the names of the synthesized backward functions | Son Ho | 2024-04-04 | 1 | -2/+4 |
|/ | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -4/+3 |
| | |||||
* | added file and line arg to craise, cassert and all related functions | Escherichia | 2024-03-29 | 1 | -3/+3 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -16/+17 |
| | |||||
* | Revert some changes which shouldn't be here | Son Ho | 2024-03-28 | 1 | -6/+5 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -104/+133 |
| | |||||
* | changes after git rebase main | Escherichia | 2024-03-28 | 1 | -8/+16 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -46/+42 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -1/+1 |
| | | | | 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 | -18/+11 |
| | |||||
* | added a meta option field to norm_ctx and changed the meta used by some ↵ | Escherichia | 2024-03-28 | 1 | -1/+0 |
| | | | | assert to the norm_ctx one | ||||
* | Replaced some unclear TODOs error message placeholder by clearer TODOs, they ↵ | Escherichia | 2024-03-28 | 1 | -2/+2 |
| | | | | were forgotten before last push | ||||
* | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 2024-03-28 | 1 | -39/+39 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -136/+139 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | Update following changes in Charon | Son Ho | 2024-03-17 | 1 | -1/+1 |
| | |||||
* | Update the generation of names | Son Ho | 2024-03-11 | 1 | -6/+15 |
| | |||||
* | Update the name generation and add CLI to print external pat names | Son Ho | 2024-03-10 | 1 | -6/+12 |
| | |||||
* | Make progress on propagating the changes | Son Ho | 2024-03-08 | 1 | -139/+22 |
| | |||||
* | Remove the option to split fwd/back functions and update SymbolicToPure | Son Ho | 2024-03-08 | 1 | -59/+23 |
| | |||||
* | Update the code generation | Son Ho | 2024-03-08 | 1 | -2/+6 |
| | |||||
* | Fix minor issues | Son Ho | 2023-12-22 | 1 | -27/+54 |
| | |||||
* | Use indices starting at 1 to make variable names unique at code gen | Son Ho | 2023-12-21 | 1 | -1/+1 |
| |