Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `predicates` got merged into `generic_params` | Nadrieril | 2024-06-21 | 1 | -4/+1 |
| | |||||
* | 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> | ||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -69/+69 |
| | |||||
* | Merge remote-tracking branch 'origin/main' into son/clean | Son Ho | 2024-04-11 | 1 | -0/+2 |
|\ | |||||
| * | resolved requested changes | Escherichia | 2024-04-03 | 1 | -3/+1 |
| | | |||||
| * | added Error and EError to expressions and propagated related changes | Escherichia | 2024-04-03 | 1 | -0/+4 |
| | | |||||
* | | Update the extraction | Son Ho | 2024-04-04 | 1 | -2/+2 |
|/ | |||||
* | Add some error messages | Son Ho | 2024-03-29 | 1 | -3/+3 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -6/+15 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -19/+19 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -54/+87 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -51/+51 |
| | |||||
* | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 2024-03-28 | 1 | -12/+12 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -62/+63 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | Improve the generation of pretty name and the micro passes | Son Ho | 2024-03-20 | 1 | -5/+20 |
| | |||||
* | Update following changes in Charon | Son Ho | 2024-03-17 | 1 | -14/+4 |
| | |||||
* | Make progress on propagating the changes | Son Ho | 2024-03-08 | 1 | -13/+5 |
| | |||||
* | Fix the output type of the loops backward functions | Son Ho | 2023-12-22 | 1 | -9/+2 |
| | |||||
* | Fix issues when extracting stateful functions | Son Ho | 2023-12-21 | 1 | -25/+26 |
| | |||||
* | Fix a minor mistake in SymbolicToPure | Son Ho | 2023-12-18 | 1 | -5/+7 |
| | |||||
* | Make progress on propagating the changes | Son Ho | 2023-12-15 | 1 | -12/+4 |
| | |||||
* | Make good progress on updating SymbolicToPure | Son Ho | 2023-12-15 | 1 | -0/+8 |
| | |||||
* | Update the extraction to handle casts between integers/bools | Son Ho | 2023-12-13 | 1 | -1/+1 |
| | |||||
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -1/+4 |
| | |||||
* | Add span information to the generated code | Son Ho | 2023-11-21 | 1 | -2/+2 |
| | |||||
* | Rename PrimitiveValues to Values | Son Ho | 2023-11-21 | 1 | -4/+4 |
| | |||||
* | Use the name matcher implemented in Charon | Son Ho | 2023-11-20 | 1 | -3/+3 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -332/+239 |
| | |||||
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -35/+35 |
| | |||||
* | Rename some variants | Son Ho | 2023-11-12 | 1 | -3/+3 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -12/+12 |
| | |||||
* | Update following the addition of raw pointers | Son Ho | 2023-10-25 | 1 | -3/+5 |
| | |||||
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -52/+5 |
| | |||||
* | Start updating to handle function pointers | Son Ho | 2023-10-20 | 1 | -11/+11 |
| | |||||
* | Add sup | Son Ho | 2023-10-13 | 1 | -0/+1 |
| | |||||
* | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 1 | -2/+5 |
| | |||||
* | Add support for the trait associated constants | Son Ho | 2023-09-10 | 1 | -1/+7 |
| | |||||
* | Make progress on the extraction | Son Ho | 2023-09-03 | 1 | -2/+2 |
| | |||||
* | Update TranslateCore and factor out some definitions in PrintPure | Son Ho | 2023-08-31 | 1 | -26/+12 |
| | |||||
* | Finish updating SymbolicToPure.ml | Son Ho | 2023-08-31 | 1 | -2/+11 |
| | |||||
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -26/+129 |
| | |||||
* | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -3/+2 |
| | |||||
* | Change some fun id names to use "Mut"/"Shared" as a suffix | Son Ho | 2023-08-07 | 1 | -10/+10 |
| | |||||
* | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 2023-08-04 | 1 | -0/+1 |
| | |||||
* | Fix an issue with the extraction of aggregated arrays | Son Ho | 2023-08-03 | 1 | -12/+26 |
| | |||||
* | Make progress | Son Ho | 2023-08-02 | 1 | -1/+0 |
| | |||||
* | Make progress | Son Ho | 2023-08-02 | 1 | -2/+13 |
| | |||||
* | Make progress | Son Ho | 2023-08-02 | 1 | -0/+1 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -35/+78 |
| | |||||
* | Start adding support for const generics | Son Ho | 2023-08-01 | 1 | -3/+15 |
| |