summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More commentsJonathan Protzenko2023-06-041-0/+8
|
* Some proseJonathan Protzenko2023-06-041-40/+45
|
* Idiomatic naming conventionsJonathan Protzenko2023-06-045-271/+297
|
* Improve formatting further by removing useless spacesSon Ho2023-06-045-90/+33
|
* Make sure let-bindings in Lean end with line breaks and improve formattingSon Ho2023-06-0423-334/+391
|
* Improve formatting of the termination_by clausesSon Ho2023-06-043-84/+52
|
* Make minor fixes, improve formatting for Lean and generate code for all the ↵Son Ho2023-06-0434-175/+5431
| | | | test suite
* Make sure Main runs some codeJonathan Protzenko2023-06-041-2/+7
|
* All of the generated code is syntactically correctJonathan Protzenko2023-06-042-3/+3
|
* WIPJonathan Protzenko2023-06-046-40/+206
|
* Fix runaway indentationJonathan Protzenko2023-06-041-451/+440
|
* Fill out more of the primitives file, attempt at type classes for scalar_castJonathan Protzenko2023-06-042-4/+28
|
* Remove last sorry in PrimitivesJonathan Protzenko2023-06-041-4/+2
|
* Fill out Primitives.leanJonathan Protzenko2023-06-042-10/+110
|
* Don't need extra variables for the decreases clausesJonathan Protzenko2023-06-041-11/+15
|
* WIP printing proper clausesJonathan Protzenko2023-06-041-35/+49
|
* Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko2023-06-042-446/+481
|
* WIP lots of stuffJonathan Protzenko2023-06-044-24/+73
|
* Fixup one primitive that is not assumed to be monadicJonathan Protzenko2023-06-041-4/+4
|
* Fix a syntax errorJonathan Protzenko2023-06-041-10/+5
|
* Custom syntax support for structures in LeanJonathan Protzenko2023-06-041-22/+71
|
* More cosmetic improvementsJonathan Protzenko2023-06-042-89/+85
|
* Fix a couple bugs here and there, improve Lean code-gen, still WIPJonathan Protzenko2023-06-042-266/+310
|
* New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko2023-06-048-132/+138
|
* Write a tactic to discharge integer literal proof obligationsJonathan Protzenko2023-06-042-8/+27
|
* Add a sample test to illustrate potential project structureJonathan Protzenko2023-06-049-0/+751
|
* Initial Lean backend, WIPJonathan Protzenko2023-06-041-3/+4
|
* Do not unfold the monadic lets for the generated F* codeSon Ho2023-02-0315-3632/+1667
|
* Update the hashmap and regenerateSon Ho2023-02-039-62/+37
|
* Improve the pretty names generation for loopsSon Ho2023-02-036-47/+47
|
* Make modifications to the MakefilesSon Ho2023-02-032-6/+18
|
* 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 ↵Son Ho2022-11-1616-15/+51
| | | | subdirectories
* Add the aeneas-verify-fstar derivationSon Ho2022-11-165-5/+10
|