summaryrefslogtreecommitdiff
path: root/tests/coq (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve the generated commentsSon Ho2023-07-0615-296/+325
|
* Start using namespaces in the Lean backendSon Ho2023-07-053-3/+3
|
* Make good progress on generating code for HOL4Son Ho2023-06-048-108/+102
|
* Start updating simplify_aggregatesSon Ho2023-06-045-58/+178
|
* Make sure let-bindings in Lean end with line breaks and improve formattingSon Ho2023-06-049-27/+49
|
* Make minor fixes, improve formatting for Lean and generate code for all the ↵Son Ho2023-06-043-14/+0
| | | | test suite
* Update the hashmap and regenerateSon Ho2023-02-032-22/+10
|
* Improve the pretty names generation for loopsSon Ho2023-02-033-31/+31
|
* Make modifications to the MakefilesSon Ho2023-02-031-3/+9
|
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-11/+7
|
* Improve the order of the loop input parametersSon Ho2023-02-033-16/+16
|
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-033-150/+153
|
* Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2023-02-031-53/+28
|
* Regenerate the hashmap code and update the proofsSon Ho2023-02-034-161/+325
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-0/+73
|
* Fix an issue with the translation of loops::clearSon Ho2023-02-031-5/+3
|
* Add more loop examples and fix issuesSon Ho2023-02-031-0/+136
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-6/+374
|
* Regenerate the testsSon Ho2023-02-031-0/+186
|
* Improve the loops' numberingSon Ho2023-02-031-10/+9
|
* Make another loop example workSon Ho2023-02-031-0/+17
|
* Regenerate the filesSon Ho2023-02-039-214/+98
|
* Make minor modifications and generate code for loopsSon Ho2023-02-032-0/+73
|
* 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 ↵Son Ho2022-11-169-13/+35
| | | | subdirectories
* 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-1615-561/+563
|
* Make minor modifications to the extractionSon Ho2022-11-164-8/+0
|
* 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-142-3/+41
|
* Regenerate the files and fix the proofsSon Ho2022-11-144-59/+71
|
* 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-143-16/+35
|
* 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-1410-0/+1428