Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into son/scalars2 | Son HO | 2024-06-12 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #241 from AeneasVerif/son/tactics | Son HO | 2024-06-12 | 5 | -45/+118 |
| |\ | | | | | | | Do minor improvements to the Lean backend | ||||
* | | | Add an example | Son Ho | 2024-06-12 | 1 | -0/+3 |
| | | | |||||
* | | | Update the code extraction and regenerate the tests | Son Ho | 2024-06-12 | 3 | -9/+15 |
| | | | |||||
* | | | Update the scalar notations in Lean | Son Ho | 2024-06-12 | 3 | -102/+109 |
| |/ |/| | |||||
* | | Revert "Update the scalar notation for the Lean backend" | Son Ho | 2024-06-12 | 2 | -26/+26 |
| | | | | | | | | This reverts commit c8272aeea205ca9cb36e22757473ca2a931a4933. | ||||
* | | Revert "Regenerate the tests" | Son Ho | 2024-06-12 | 12 | -333/+338 |
| | | | | | | | | This reverts commit cd5542fc82edee11181a43e3a342a2567c929e7e. | ||||
* | | Revert "Update CoreConvertNum.lean" | Son Ho | 2024-06-12 | 1 | -22/+22 |
| | | | | | | | | This reverts commit fe59d3afe131e9f83cbdf73b1c8089ad090d92fb. | ||||
* | | Revert "Fix some mistakes" | Son Ho | 2024-06-12 | 4 | -17/+15 |
| | | | | | | | | This reverts commit f05a0faf14fdd558039da52624d57028eb64f9fd. | ||||
* | | Fix some mistakes | Son Ho | 2024-06-12 | 4 | -15/+17 |
| | | |||||
* | | Update CoreConvertNum.lean | Son Ho | 2024-06-12 | 1 | -22/+22 |
| | | |||||
* | | Regenerate the tests | Son Ho | 2024-06-12 | 12 | -338/+333 |
| | | |||||
* | | Update the scalar notation for the Lean backend | Son Ho | 2024-06-12 | 2 | -26/+26 |
| | | |||||
* | | Deactivate the coercion from Nat to Scalar | Son Ho | 2024-06-12 | 2 | -0/+17 |
| | | |||||
* | | Slightly simplify the progress tactic | Son Ho | 2024-06-12 | 1 | -8/+4 |
| | | |||||
* | | Add wrappers around the rewriter | Son Ho | 2024-06-12 | 1 | -0/+61 |
| | | |||||
* | | Add the Simp.Config to the simp wrappers | Son Ho | 2024-06-12 | 4 | -37/+36 |
|/ | |||||
* | Merge pull request #237 from AeneasVerif/son/tuples | Son HO | 2024-06-11 | 6 | -28/+96 |
|\ | | | | | Do not use tuple projectors in the Lean backend | ||||
| * | Deactivate the use of tuple projectors in the Lean backend | Son Ho | 2024-06-11 | 3 | -7/+12 |
| | | |||||
| * | Update the tests for tuples | Son Ho | 2024-06-11 | 4 | -22/+85 |
|/ | |||||
* | Merge pull request #232 from Nadrieril/type-alias | Guillaume Boisseau | 2024-06-06 | 7 | -12/+56 |
|\ | |||||
| * | Filter out type aliases | Nadrieril | 2024-06-06 | 7 | -12/+56 |
|/ | |||||
* | Merge pull request #233 from AeneasVerif/son/borrow-check | Son HO | 2024-06-06 | 45 | -759/+1500 |
|\ | | | | | Add a `-borrow-check` option | ||||
| * | Regenerate the Coq and Lean betrees | Son Ho | 2024-06-05 | 2 | -178/+423 |
| | | |||||
| * | Fix a minor issue | Son Ho | 2024-06-05 | 1 | -0/+1 |
| | | |||||
| * | Update the F* betree | Son Ho | 2024-06-05 | 3 | -144/+280 |
| | | |||||
| * | Fix a minor issue | Son Ho | 2024-06-05 | 1 | -0/+1 |
| | | |||||
| * | Update the betree | Son Ho | 2024-06-05 | 1 | -99/+98 |
| | | |||||
| * | Regenerate some tests | Son Ho | 2024-06-05 | 1 | -14/+2 |
| | | |||||
| * | Add some negative tests for the borrow checker | Son Ho | 2024-06-05 | 2 | -0/+105 |
| | | |||||
| * | Update an error message | Son Ho | 2024-06-05 | 1 | -6/+10 |
| | | |||||
| * | Add more tests | Son Ho | 2024-06-05 | 5 | -0/+79 |
| | | |||||
| * | Update the test runner | Son Ho | 2024-06-05 | 1 | -1/+4 |
| | | |||||
| * | Relax more checks for borrow-checking | Son Ho | 2024-06-05 | 1 | -1/+2 |
| | | |||||
| * | Relax some constraints in the symbolic execution when borrow-checking | Son Ho | 2024-06-05 | 4 | -16/+54 |
| | | |||||
| * | Update the test runner to allow the syntax [!lean] and [borrow-check] | Son Ho | 2024-06-05 | 14 | -34/+65 |
| | | |||||
| * | Implement a BorrowCheck.borrow_check_crate | Son Ho | 2024-06-05 | 6 | -10/+54 |
| | | |||||
| * | Add an option to run Aeneas as a borrow checker | Son Ho | 2024-06-05 | 10 | -276/+342 |
|/ | |||||
* | Merge pull request #227 from AeneasVerif/son/clean-synthesis | Son HO | 2024-06-05 | 15 | -423/+345 |
|\ | | | | | Remove the use of `Option` from the functions synthesizing the symbolic AST | ||||
| * | Merge branch 'main' into son/clean-synthesis | Son Ho | 2024-06-05 | 62 | -1437/+2425 |
| |\ | |/ |/| | |||||
* | | Merge pull request #231 from Nadrieril/bump-hax | Guillaume Boisseau | 2024-06-05 | 29 | -291/+282 |
|\ \ | |||||
| * | | Update charon | Nadrieril | 2024-06-05 | 29 | -291/+282 |
|/ / | |||||
* | | Propagated changes to statement from Charon (#223) | Escherichia | 2024-06-04 | 4 | -5/+6 |
| | | | | | | | | | | Co-authored-by: Escherichia <escherichia@charlotte> Co-authored-by: Nadrieril <nadrieril+git@gmail.com> | ||||
* | | Merge pull request #228 from AeneasVerif/son/loops2 | Son HO | 2024-06-04 | 31 | -1149/+2143 |
|\ \ | | | | | | | Add support for projection markers when joining environments | ||||
| * \ | Merge branch 'main' into son/loops2 | Son Ho | 2024-06-04 | 188 | -5984/+2764 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #230 from W95Psp/follow-up-charon-pr-209 | Guillaume Boisseau | 2024-06-04 | 7 | -6/+12 |
|\ \ \ | |||||
| * | | | Fix the CI pin check | Nadrieril | 2024-06-04 | 1 | -0/+2 |
| | | | | |||||
| * | | | Update charon pin | Nadrieril | 2024-06-04 | 2 | -4/+4 |
| | | | | |||||
| * | | | feat: basic handling for `RValue::Len`, following AeneasVerif/charon#209 | Lucas Franceschino | 2024-06-03 | 4 | -2/+6 |
|/ / / | |||||
| * | | Improve collapse_ctx | Son Ho | 2024-06-04 | 1 | -1/+42 |
| | | |