Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | had some fun writing an IsabelleHOL backend | stuebinm | 2024-06-29 | 1 | -1/+1 |
| | | | | | | | (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 | -2/+0 |
| | | | | It's redundant with `item_meta.name` | ||||
* | Update charon | Nadrieril | 2024-06-24 | 1 | -2/+0 |
| | |||||
* | Support for renaming using the rename attribute in charon (#239) | Escherichia | 2024-06-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Add an option to run Aeneas as a borrow checker | Son Ho | 2024-06-05 | 1 | -1/+1 |
| | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -62/+62 |
| | |||||
* | Catch new literal variants | Nadrieril | 2024-05-14 | 1 | -0/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/main' into son/clean | Son Ho | 2024-04-11 | 1 | -0/+3 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/main' into escherichia/error_catching | Son Ho | 2024-04-04 | 1 | -3/+8 |
| |\ | |||||
| * | | added Error and EError to expressions and propagated related changes | Escherichia | 2024-04-03 | 1 | -0/+3 |
| | | | |||||
* | | | Update the extraction | Son Ho | 2024-04-04 | 1 | -8/+6 |
| |/ |/| | |||||
* | | Improve the name of the backward functions further | Son Ho | 2024-04-04 | 1 | -3/+8 |
|/ | |||||
* | Cleanup a bit | Son Ho | 2024-03-29 | 1 | -0/+1 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -3/+8 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -17/+17 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -13/+23 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -14/+13 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -3/+3 |
| | | | | checks related cassert to these helpers to have a proper error message | ||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -49/+50 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | Improve the pure micro passes | Son Ho | 2024-03-19 | 1 | -0/+18 |
| | |||||
* | Fix minor issues | Son Ho | 2023-12-22 | 1 | -1/+1 |
| | |||||
* | Improve the pure micro passes | Son Ho | 2023-12-21 | 1 | -0/+13 |
| | |||||
* | Simplify the type of the merged fwd/back functions | Son Ho | 2023-12-21 | 1 | -0/+1 |
| | |||||
* | Remove some asserts which are now useless | Son Ho | 2023-12-21 | 1 | -1/+4 |
| | |||||
* | Make good progress on merging the fwd/back functions | Son Ho | 2023-12-21 | 1 | -5/+14 |
| | |||||
* | Make progress on propagating the changes | Son Ho | 2023-12-15 | 1 | -17/+7 |
| | |||||
* | Make good progress on updating SymbolicToPure | Son Ho | 2023-12-15 | 1 | -0/+23 |
| | |||||
* | Make progress on generalizing the signature information | Son Ho | 2023-12-15 | 1 | -9/+1 |
| | |||||
* | Start updating Pure.fun_sig_info to handle merged forward and backward functions | Son Ho | 2023-12-14 | 1 | -1/+5 |
| | |||||
* | Update Pure.fun_sig_info | Son Ho | 2023-12-13 | 1 | -0/+19 |
| | |||||
* | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 2023-12-07 | 1 | -0/+11 |
| | |||||
* | Fix the issues with the cross-references for OCaml doc | Son Ho | 2023-11-27 | 1 | -1/+1 |
| | |||||
* | Improve further the generation of parent clause/trait clause names | Son Ho | 2023-11-22 | 1 | -0/+4 |
| | |||||
* | Add span information to the generated code | Son Ho | 2023-11-21 | 1 | -2/+4 |
| | |||||
* | Add an `is_local` field to declarations | Son Ho | 2023-11-21 | 1 | -0/+2 |
| | |||||
* | Use the name matcher implemented in Charon | Son Ho | 2023-11-20 | 1 | -1/+1 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -3/+5 |
| | |||||
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -29/+29 |
| | |||||
* | Rename some variants | Son Ho | 2023-11-12 | 1 | -1/+1 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -28/+28 |
| | |||||
* | Progress on making the traits work for F* | Son Ho | 2023-11-09 | 1 | -0/+35 |
| | |||||
* | Make progress on correctly extracting trait method calls | Son Ho | 2023-09-17 | 1 | -0/+17 |
| | |||||
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -44/+88 |
| | |||||
* | Add tests which use const generics as values | Son Ho | 2023-08-18 | 1 | -0/+3 |
| | |||||
* | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -1/+2 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -37/+55 |
| | |||||
* | Start adding support for const generics | Son Ho | 2023-08-01 | 1 | -5/+3 |
| | |||||
* | Make progress on extracting the HOL4 files | Son Ho | 2023-06-04 | 1 | -0/+24 |
| | |||||
* | Make good progress on generating code for HOL4 | Son Ho | 2023-06-04 | 1 | -1/+1 |
| | |||||
* | Add a special expression for structure creation/update | Son Ho | 2023-06-04 | 1 | -1/+1 |
| |