summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* had some fun writing an IsabelleHOL backendstuebinm2024-06-291-1/+1
* Remove redundant `llbc_name` fieldNadrieril2024-06-281-14/+4
* Update charonNadrieril2024-06-241-26/+21
* `predicates` got merged into `generic_params`Nadrieril2024-06-211-39/+29
* Support for renaming using the rename attribute in charon (#239)Escherichia2024-06-181-7/+9
* Automatically add a @[reducible] attribute to some generated functionsSon Ho2024-06-171-2/+4
* Deactivate the use of tuple projectors in the Lean backendSon Ho2024-06-111-1/+1
* Filter out type aliasesNadrieril2024-06-061-0/+3
* Add an option to run Aeneas as a borrow checkerSon Ho2024-06-051-1/+1
* Merge branch 'main' into son/loops2Son Ho2024-06-041-9/+1
|\
| * Fix a bug in SymbolicToPure.translate_loopSon Ho2024-05-281-4/+1
| * Merge branch 'main' into afromher/recursive_projectorsSon Ho2024-05-241-277/+279
| |\
| * | Do not expand field projector for recursive structs to a let binding in LeanAymeric Fromherz2024-05-231-5/+0
* | | Add markers everywhere, do not use them yetAymeric Fromherz2024-05-271-8/+8
| |/ |/|
* | Rename meta into spanAymeric Fromherz2024-05-241-274/+274
* | Update charon pinNadrieril2024-05-241-0/+1
* | Print the name patterns of the definitions which fail to extractSon Ho2024-05-241-4/+5
|/
* Fix an issue when joining a symbolic value with bottomSon Ho2024-04-221-2/+2
* Reformat some filesSon Ho2024-04-221-6/+18
* item_metaNadrieril2024-04-181-33/+33
* Update a commentSon Ho2024-04-111-2/+2
* Merge remote-tracking branch 'origin/main' into son/cleanSon Ho2024-04-111-1/+14
|\
| * Cleanup a bit and improve the error messagesSon Ho2024-04-071-5/+3
| * Resolved comments and added the name of the not translated elementEscherichia2024-04-051-1/+4
| * resolved commentsEscherichia2024-04-051-1/+4
| * error catching should now be able to tell when code couldn't be generatedEscherichia2024-04-051-1/+6
| * Merge remote-tracking branch 'origin/main' into escherichia/error_catchingSon Ho2024-04-041-9/+26
| |\
| * | resolved requested changesEscherichia2024-04-031-2/+2
| * | added Error and EError to expressions and propagated related changesEscherichia2024-04-031-0/+4
* | | Add field mk_return, mk_panic in SymbolicToPure.bs_ctxSon Ho2024-04-041-90/+150
* | | Update the extractionSon Ho2024-04-041-4/+3
| |/ |/|
* | Make a minor update in SymbolicToPureSon Ho2024-04-041-8/+7
* | Improve the name of the backward functions furtherSon Ho2024-04-041-2/+11
* | Update the names of the synthesized backward functionsSon Ho2024-04-041-0/+9
|/
* Cleanup and fix a mistakeSon Ho2024-03-291-122/+99
* Add some error messagesSon Ho2024-03-291-6/+7
* Cleanup a bitSon Ho2024-03-291-2/+1
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-15/+40
* added file and line arg to craise and cassertEscherichia2024-03-291-74/+74
* formattingEscherichia2024-03-281-101/+174
* changes after git rebase mainEscherichia2024-03-281-7/+7
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-34/+34
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-8/+8
* added a meta option field to norm_ctx and changed the meta used by some asser...Escherichia2024-03-281-1/+1
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-5/+5
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-294/+297
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-306/+307
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-9/+59
* Make good progress on adding generics to global constantsSon Ho2024-03-181-4/+43
* Update following changes in CharonSon Ho2024-03-171-17/+11