| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make sure let-bindings in Lean end with line breaks and improve formatting | Son Ho | 2023-06-04 | 23 | -334/+391 |
* | Improve formatting of the termination_by clauses | Son Ho | 2023-06-04 | 3 | -84/+52 |
* | Make minor fixes, improve formatting for Lean and generate code for all the t... | Son Ho | 2023-06-04 | 34 | -175/+5431 |
* | Make sure Main runs some code | Jonathan Protzenko | 2023-06-04 | 1 | -2/+7 |
* | All of the generated code is syntactically correct | Jonathan Protzenko | 2023-06-04 | 2 | -3/+3 |
* | WIP | Jonathan Protzenko | 2023-06-04 | 6 | -40/+206 |
* | Fix runaway indentation | Jonathan Protzenko | 2023-06-04 | 1 | -451/+440 |
* | Fill out more of the primitives file, attempt at type classes for scalar_cast | Jonathan Protzenko | 2023-06-04 | 2 | -4/+28 |
* | Remove last sorry in Primitives | Jonathan Protzenko | 2023-06-04 | 1 | -4/+2 |
* | Fill out Primitives.lean | Jonathan Protzenko | 2023-06-04 | 2 | -10/+110 |
* | Don't need extra variables for the decreases clauses | Jonathan Protzenko | 2023-06-04 | 1 | -11/+15 |
* | WIP printing proper clauses | Jonathan Protzenko | 2023-06-04 | 1 | -35/+49 |
* | Fix some printing bits, proper syntax for terminates and decreases clauses | Jonathan Protzenko | 2023-06-04 | 2 | -446/+481 |
* | WIP lots of stuff | Jonathan Protzenko | 2023-06-04 | 4 | -24/+73 |
* | Fixup one primitive that is not assumed to be monadic | Jonathan Protzenko | 2023-06-04 | 1 | -4/+4 |
* | Fix a syntax error | Jonathan Protzenko | 2023-06-04 | 1 | -10/+5 |
* | Custom syntax support for structures in Lean | Jonathan Protzenko | 2023-06-04 | 1 | -22/+71 |
* | More cosmetic improvements | Jonathan Protzenko | 2023-06-04 | 2 | -89/+85 |
* | Fix a couple bugs here and there, improve Lean code-gen, still WIP | Jonathan Protzenko | 2023-06-04 | 2 | -266/+310 |
* | New directory structure and corresponding extraction, + misc fixes, for Lean | Jonathan Protzenko | 2023-06-04 | 8 | -132/+138 |
* | Write a tactic to discharge integer literal proof obligations | Jonathan Protzenko | 2023-06-04 | 2 | -8/+27 |
* | Add a sample test to illustrate potential project structure | Jonathan Protzenko | 2023-06-04 | 9 | -0/+751 |
* | Initial Lean backend, WIP | Jonathan Protzenko | 2023-06-04 | 1 | -3/+4 |
* | Do not unfold the monadic lets for the generated F* code | Son Ho | 2023-02-03 | 15 | -3632/+1667 |
* | Update the hashmap and regenerate | Son Ho | 2023-02-03 | 9 | -62/+37 |
* | Improve the pretty names generation for loops | Son Ho | 2023-02-03 | 6 | -47/+47 |
* | Make modifications to the Makefiles | Son Ho | 2023-02-03 | 2 | -6/+18 |
* | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 2023-02-03 | 4 | -31/+22 |
* | Fix an issue with the names of the loop decreases clauses | Son Ho | 2023-02-03 | 10 | -142/+149 |
* | Improve the order of the loop input parameters | Son Ho | 2023-02-03 | 13 | -62/+62 |
* | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 2023-02-03 | 9 | -377/+387 |
* | Improve PureMicroPasses.filter_useless and regenerate the betree code | Son Ho | 2023-02-03 | 3 | -85/+56 |
* | Regenerate the hashmap code and update the proofs | Son Ho | 2023-02-03 | 10 | -380/+681 |
* | Fix some issues with the values given back by loop backward translations | Son Ho | 2023-02-03 | 4 | -0/+160 |
* | Fix an issue with the translation of loops::clear | Son Ho | 2023-02-03 | 2 | -16/+6 |
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 4 | -0/+312 |
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 4 | -18/+820 |
* | Regenerate the tests | Son Ho | 2023-02-03 | 4 | -0/+394 |
* | Improve the loops' numbering | Son Ho | 2023-02-03 | 2 | -19/+18 |
* | Make another loop example work | Son Ho | 2023-02-03 | 4 | -0/+44 |
* | Regenerate the files | Son Ho | 2023-02-03 | 19 | -863/+245 |
* | Make minor modifications and generate code for loops | Son Ho | 2023-02-03 | 6 | -0/+176 |
* | Add a nix derivation for the Coq proofs | Son Ho | 2022-11-16 | 2 | -2/+7 |
* | Do not introduce match on the fuel for non-recursive functions | Son Ho | 2022-11-16 | 3 | -667/+477 |
* | Automatically generate the Makefile and _CoqProject files in the tests subdir... | Son Ho | 2022-11-16 | 16 | -15/+51 |
* | Add the aeneas-verify-fstar derivation | Son Ho | 2022-11-16 | 5 | -5/+10 |
* | Generate record field projectors for Coq | Son Ho | 2022-11-16 | 10 | -695/+612 |
* | Change the name of the generated Coq modules | Son Ho | 2022-11-16 | 11 | -42/+42 |
* | Improve formatting | Son Ho | 2022-11-16 | 17 | -583/+587 |
* | Remove some comments from Hashmap.Properties.fst | Son Ho | 2022-11-16 | 1 | -60/+0 |