summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make progress on the environment matchesSon Ho2023-02-038-34/+279
|
* Make more progressSon Ho2023-02-031-61/+102
|
* Make progress on environment matches and joinsSon Ho2023-02-037-240/+1104
|
* Make progress on environments matches and joinsSon Ho2023-02-035-74/+563
|
* Start implementing support for loopsSon Ho2023-02-0320-265/+1567
|
* Add a nix derivation for the Coq proofsSon Ho2022-11-164-7/+25
|
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-166-678/+527
|
* Automatically generate the Makefile and _CoqProject files in the tests ↵Son Ho2022-11-1617-15/+53
| | | | subdirectories
* Add the aeneas-verify-fstar derivationSon Ho2022-11-168-17/+159
|
* Generate record field projectors for CoqSon Ho2022-11-1613-778/+843
|
* Change the name of the generated Coq modulesSon Ho2022-11-1612-43/+43
|
* Improve formattingSon Ho2022-11-1619-682/+707
|
* Remove some comments from Hashmap.Properties.fstSon Ho2022-11-161-60/+0
|
* Make minor modifications to the extractionSon Ho2022-11-1612-74/+97
|
* Update the flake.lockSon Ho2022-11-141-3/+3
|
* Extract the Polonius examples in CoqSon Ho2022-11-1410-15/+2132
|
* Generate Coq code for `hashmap` and `hashmap_on_disk`Son Ho2022-11-1411-0/+2264
|
* Add a `-use-fuel` optionSon Ho2022-11-1420-56/+333
|
* Regenerate the files and fix the proofsSon Ho2022-11-1421-1088/+1159
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-1415-62/+195
|
* Improve the formatting of [if then else] expressionsSon Ho2022-11-143-101/+94
|
* Reactivate the option -test-trans-unis for CoqSon Ho2022-11-142-3/+4
|
* Improve the formatting of the generated codeSon Ho2022-11-147-69/+107
|
* Implement a pass to decompose nested patterns in let-bindingsSon Ho2022-11-145-59/+179
|
* Make minor modificationsSon Ho2022-11-144-20/+1
|
* Make good progress on the Coq backendSon Ho2022-11-1429-500/+3043
|
* Reorganize the project to prepare for new backendsSon Ho2022-11-1450-35/+36
|
* Udpate flake.lockSon Ho2022-11-111-3/+3
|
* Fix some issues with the commentsSon Ho2022-11-118-22/+19
|
* Make a minor modificationSon Ho2022-11-111-1/+1
|
* Update the nix flakeSon Ho2022-11-112-4/+4
|
* Make minor modifications to the tests and regenerate the .fst filesSon Ho2022-11-113-19/+19
|
* Move the fstar files to the new backends directorySon Ho2022-11-113-4/+8
|
* Run `make nix update`Son Ho2022-11-111-3/+3
|
* Run `nix flake update`Son Ho2022-11-111-3/+3
|
* Update the .gitignoreSon Ho2022-11-111-0/+6
|
* Add a `bin` folderSon Ho2022-11-114-9/+24
|
* Make the Nix build workSon Ho2022-11-115-33/+101
|
* nixPaul-Nicolas Madelaine2022-11-112-0/+211
|
* Make a minor modificationSon Ho2022-11-101-1/+0
|
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-105-92/+77
|
* Make a minor cleanupSon Ho2022-11-1010-61/+63
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-1017-496/+392
|
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-1021-239/+3285
| | | | option)
* Update the way function names are handled in PureSon Ho2022-11-108-142/+162
|
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-1012-104/+184
|
* Reorganize the symoblic expansions to separate the branching/non-branching onesSon Ho2022-11-103-72/+95
|
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-109-196/+207
|
* Update some commentsSon Ho2022-11-072-14/+14
|
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-0712-89/+91
|