summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update a decreases clauseSon Ho2024-01-251-0/+5
* Make a minor modificationSon Ho2024-01-251-2/+2
* Update the flake.lockSon Ho2024-01-251-24/+24
* Regenerate the filesSon Ho2024-01-2513-314/+379
* Fix a minor issue when values are moved in the loopsSon Ho2024-01-256-188/+478
* Merge pull request #64 from AeneasVerif/son/merge_backSon HO2023-12-23162-10694/+20870
|\
| * Update the MakefileSon Ho2023-12-231-1/+6
| * Update the flake.lockSon Ho2023-12-231-21/+21
| * Fix an issue in External_FunsExternal.vSon Ho2023-12-231-15/+3
| * Fix an issue when deconstructing tuples in CoqSon Ho2023-12-233-7/+10
| * Regenerate the filesSon Ho2023-12-2335-327/+183
| * Update the micro-passesSon Ho2023-12-231-77/+94
| * Improve the micro passes to eliminate pattern `let f := fun x => g x`Son Ho2023-12-234-54/+67
| * Update the flake.nix and the ci.ymlSon Ho2023-12-232-1/+16
| * Fix a minor issue in the Lean testsSon Ho2023-12-231-14/+3
| * Update the proof of the hashmap in LeanSon Ho2023-12-231-100/+44
| * Regenerate the test files and add the fstar-split testsSon Ho2023-12-22106-8265/+15092
| * Fix minor issuesSon Ho2023-12-226-38/+186
| * Fix the models for core::mem::replaceSon Ho2023-12-223-3/+3
| * Update the computation of the effect info for the loopsSon Ho2023-12-221-46/+95
| * Fix the output type of the loops backward functionsSon Ho2023-12-225-46/+65
| * Fix a minor issue with the extraction of loops when merging the fwd/back func...Son Ho2023-12-221-11/+19
| * Annotate the bound vars in the lambdas for CoqSon Ho2023-12-223-293/+267
| * Start pushing files from the fstar-split test folderSon Ho2023-12-226-0/+1637
| * Fix a minor extraction issueSon Ho2023-12-221-1/+1
| * Regenerate some of the NoNestedBorrows testsSon Ho2023-12-223-546/+474
| * Add an option to split the fwd/back functions and fix a minor issueSon Ho2023-12-224-10/+33
| * Update the library for CoqSon Ho2023-12-221-74/+42
| * Update the library for F*Son Ho2023-12-227-3/+895
| * Update the Lean standard librarySon Ho2023-12-225-81/+38
| * Slightly update the formatting of the do blocksSon Ho2023-12-221-24/+26
| * Fix an issue when merging the fwd/back functions of trait methodsSon Ho2023-12-224-19/+57
| * Improve the pure micro passesSon Ho2023-12-212-3/+46
| * Fix issues when extracting stateful functionsSon Ho2023-12-212-41/+40
| * Fix several issuesSon Ho2023-12-213-81/+151
| * Improve PureMicroPasses.filter_useless to simplify the matchesSon Ho2023-12-211-1/+14
| * Use indices starting at 1 to make variable names unique at code genSon Ho2023-12-211-1/+1
| * Implement a micro-pass to simplify the let-bindingsSon Ho2023-12-211-0/+78
| * Simplify the type of the merged fwd/back functionsSon Ho2023-12-215-46/+153
| * Update the formatting of commentsSon Ho2023-12-211-8/+6
| * Filter the useless backward functionsSon Ho2023-12-211-75/+145
| * Update SymbolicToPure.ml for the loopsSon Ho2023-12-211-96/+125
| * Remove some asserts which are now uselessSon Ho2023-12-213-8/+4
| * Fix some issues in SymbolicToPureSon Ho2023-12-211-25/+26
| * Fix a minor issueSon Ho2023-12-211-2/+5
| * Make good progress on merging the fwd/back functionsSon Ho2023-12-218-87/+274
| * Reset Config.return_back_funs to falseSon Ho2023-12-191-1/+1
| * Remove SymbolicToPure.bs_ctx.loop_backward_outputsSon Ho2023-12-192-33/+15
| * Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs}Son Ho2023-12-192-100/+70
| * Remove the backwards field from SymbolicToPure.call_infoSon Ho2023-12-181-15/+5