summaryrefslogtreecommitdiff
path: root/compiler/PureUtils.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* had some fun writing an IsabelleHOL backendstuebinm2024-06-291-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` fieldNadrieril2024-06-281-2/+0
| | | | It's redundant with `item_meta.name`
* Update charonNadrieril2024-06-241-2/+0
|
* Support for renaming using the rename attribute in charon (#239)Escherichia2024-06-181-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 checkerSon Ho2024-06-051-1/+1
|
* Rename meta into spanAymeric Fromherz2024-05-241-62/+62
|
* Catch new literal variantsNadrieril2024-05-141-0/+3
|
* Merge remote-tracking branch 'origin/main' into son/cleanSon Ho2024-04-111-0/+3
|\
| * Merge remote-tracking branch 'origin/main' into escherichia/error_catchingSon Ho2024-04-041-3/+8
| |\
| * | added Error and EError to expressions and propagated related changesEscherichia2024-04-031-0/+3
| | |
* | | Update the extractionSon Ho2024-04-041-8/+6
| |/ |/|
* | Improve the name of the backward functions furtherSon Ho2024-04-041-3/+8
|/
* Cleanup a bitSon Ho2024-03-291-0/+1
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-3/+8
|
* added file and line arg to craise and cassertEscherichia2024-03-291-17/+17
|
* formattingEscherichia2024-03-281-13/+23
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-14/+13
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-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 ↵Escherichia2024-03-281-49/+50
| | | | we need to see how translate_crate can give meta to the functions it calls
* Improve the pure micro passesSon Ho2024-03-191-0/+18
|
* Fix minor issuesSon Ho2023-12-221-1/+1
|
* Improve the pure micro passesSon Ho2023-12-211-0/+13
|
* Simplify the type of the merged fwd/back functionsSon Ho2023-12-211-0/+1
|
* Remove some asserts which are now uselessSon Ho2023-12-211-1/+4
|
* Make good progress on merging the fwd/back functionsSon Ho2023-12-211-5/+14
|
* Make progress on propagating the changesSon Ho2023-12-151-17/+7
|
* Make good progress on updating SymbolicToPureSon Ho2023-12-151-0/+23
|
* Make progress on generalizing the signature informationSon Ho2023-12-151-9/+1
|
* Start updating Pure.fun_sig_info to handle merged forward and backward functionsSon Ho2023-12-141-1/+5
|
* Update Pure.fun_sig_infoSon Ho2023-12-131-0/+19
|
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-0/+11
|
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-1/+1
|
* Improve further the generation of parent clause/trait clause namesSon Ho2023-11-221-0/+4
|
* Add span information to the generated codeSon Ho2023-11-211-2/+4
|
* Add an `is_local` field to declarationsSon Ho2023-11-211-0/+2
|
* Use the name matcher implemented in CharonSon Ho2023-11-201-1/+1
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-3/+5
|
* Prefix variants related to types with "T"Son Ho2023-11-121-29/+29
|
* Rename some variantsSon Ho2023-11-121-1/+1
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-28/+28
|
* Progress on making the traits work for F*Son Ho2023-11-091-0/+35
|
* Make progress on correctly extracting trait method callsSon Ho2023-09-171-0/+17
|
* Start adding support for traitsSon Ho2023-08-311-44/+88
|
* Add tests which use const generics as valuesSon Ho2023-08-181-0/+3
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-1/+2
|
* Make progress proapagating the changesSon Ho2023-08-021-37/+55
|
* Start adding support for const genericsSon Ho2023-08-011-5/+3
|
* Make progress on extracting the HOL4 filesSon Ho2023-06-041-0/+24
|
* Make good progress on generating code for HOL4Son Ho2023-06-041-1/+1
|
* Add a special expression for structure creation/updateSon Ho2023-06-041-1/+1
|