summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-034-31/+22
* Fix an issue with the names of the loop decreases clausesSon Ho2023-02-0310-142/+149
* Improve the order of the loop input parametersSon Ho2023-02-0313-62/+62
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-039-377/+387
* Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2023-02-033-85/+56
* Regenerate the hashmap code and update the proofsSon Ho2023-02-0310-380/+681
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-034-0/+160
* Fix an issue with the translation of loops::clearSon Ho2023-02-032-16/+6
* Add more loop examples and fix issuesSon Ho2023-02-034-0/+312
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-034-18/+820
* Regenerate the testsSon Ho2023-02-034-0/+394
* Improve the loops' numberingSon Ho2023-02-032-19/+18
* Make another loop example workSon Ho2023-02-034-0/+44
* Regenerate the filesSon Ho2023-02-0319-863/+245
* Make minor modifications and generate code for loopsSon Ho2023-02-036-0/+176
* Add a nix derivation for the Coq proofsSon Ho2022-11-162-2/+7
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-163-667/+477
* Automatically generate the Makefile and _CoqProject files in the tests subdir...Son Ho2022-11-1616-15/+51
* Add the aeneas-verify-fstar derivationSon Ho2022-11-165-5/+10
* Generate record field projectors for CoqSon Ho2022-11-1610-695/+612
* Change the name of the generated Coq modulesSon Ho2022-11-1611-42/+42
* Improve formattingSon Ho2022-11-1617-583/+587
* Remove some comments from Hashmap.Properties.fstSon Ho2022-11-161-60/+0
* Make minor modifications to the extractionSon Ho2022-11-169-58/+70
* Extract the Polonius examples in CoqSon Ho2022-11-148-1/+2105
* Generate Coq code for `hashmap` and `hashmap_on_disk`Son Ho2022-11-1411-0/+2264
* Add a `-use-fuel` optionSon Ho2022-11-147-3/+56
* Regenerate the files and fix the proofsSon Ho2022-11-1421-1088/+1159
* Improve the formatting of [if then else] expressionsSon Ho2022-11-142-86/+70
* Reactivate the option -test-trans-unis for CoqSon Ho2022-11-141-0/+3
* Improve the formatting of the generated codeSon Ho2022-11-145-36/+51
* Implement a pass to decompose nested patterns in let-bindingsSon Ho2022-11-141-2/+3
* Make minor modificationsSon Ho2022-11-141-2/+1
* Make good progress on the Coq backendSon Ho2022-11-1412-53/+1431
* Reorganize the project to prepare for new backendsSon Ho2022-11-1441-0/+0
* Make minor modifications to the tests and regenerate the .fst filesSon Ho2022-11-112-15/+15
* Make a minor cleanupSon Ho2022-11-105-15/+20
* Implement the generation of stateful backward functions (controlled by an opt...Son Ho2022-11-109-25/+2870
* Regenerate the filesSon Ho2022-10-2010-10/+10
* Use "polonius" in the names instead of "nll"Son Ho2022-10-131-5/+5
* Fix MakefilesJonathan Protzenko2022-09-275-55/+50
* Regenerate the translated filesSon Ho2022-09-224-4/+4
* Correct last PR remarksSidney Congard2022-08-111-3/+3
* Correct assertion for stateless globalsSidney Congard2022-08-116-15/+29
* Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard2022-08-104-11/+139
* Register global names, one error remainingSidney Congard2022-08-081-0/+10
* Create global declaration group, address PR changes but introduce bugsSidney Congard2022-07-291-135/+0
* Remove last prints, adapt JSONSidney Congard2022-07-054-195/+203
* Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2Sidney Congard2022-06-3013-225/+439
|\
| * Update the MakefilesSon Ho2022-06-275-20/+5