Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update charon | Nadrieril | 2024-06-28 | 5 | -7/+7 |
| | |||||
* | Update charon | Nadrieril | 2024-06-24 | 3 | -3/+3 |
| | |||||
* | Add some proofs for the Lean backend (#255) | Son HO | 2024-06-21 | 3 | -27/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make progress on the proofs of the hashmap * Make a minor modification to the hashmap * Make progress on the hashmap * Make progress on the proofs * Make progress on the proofs * Make progress on the proof of the hashmap * Progress on the proofs of the hashmap * Update a proof * Update the Charon pin * Make minor modifications to the hashmap * Regenerate the tests * Regenerate the hashmap * Add lemmas to the Lean backend * Make progress on the proofs of the hashmap * Make a minor fix * Finish the proof about the hashmap * Update scalar_tac * Make a minor modification in the hashmap * Update the proofs of the hashmap --------- Co-authored-by: Son Ho <sonho@Sons-MacBook-Pro.local> Co-authored-by: Son Ho <sonho@Sons-MBP.lan> | ||||
* | Support for renaming using the rename attribute in charon (#239) | Escherichia | 2024-06-18 | 5 | -0/+1052 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support for renaming using the rename attribute in charon * support for global decl * add support for renaming field * applied suggested changes and began adding support for variant * finished support for renaming variant * applied suggested changes * add tests * fixed variant and field renaming * update charon-pin * update flake.lock * Update the charon pin * Fix an issue with renaming trait method implementations * Fix an issue with the renaming of trait implementations * Fix an issue when renaming enumerations * Update the Charon pin * Fix the F* tests * Fix an issue with the spans for the loops * Fix the tests * Update a comment * Use fuel in the coq tests * Generate the template decreases clauses by default --------- Co-authored-by: Escherichia <escherichia@charlotte> Co-authored-by: Son Ho <hosonmarc@gmail.com> | ||||
* | Bump charon | Nadrieril | 2024-06-18 | 8 | -30/+30 |
| | |||||
* | Merge branch 'main' into son/cleanup | Son HO | 2024-06-17 | 5 | -6/+6 |
|\ | |||||
| * | Update charon | Nadrieril | 2024-06-17 | 5 | -6/+6 |
| | | |||||
* | | Update the code of the hashmap | Son Ho | 2024-06-17 | 5 | -163/+163 |
|/ | |||||
* | Update the tests for tuples | Son Ho | 2024-06-11 | 1 | -7/+22 |
| | |||||
* | Update the F* betree | Son Ho | 2024-06-05 | 3 | -144/+280 |
| | |||||
* | Update charon | Nadrieril | 2024-06-05 | 9 | -84/+75 |
| | |||||
* | Merge branch 'main' into son/loops2 | Son Ho | 2024-06-04 | 36 | -2090/+577 |
|\ | |||||
| * | Fix an issue with some names being ignored when generating unique variable names | Son Ho | 2024-05-28 | 1 | -2/+2 |
| | | |||||
| * | Reactivate the infinite-loop.rs test | Son Ho | 2024-05-28 | 1 | -0/+24 |
| | | |||||
| * | tests: Rename hashmap_utils -> utils | Nadrieril | 2024-05-28 | 3 | -10/+10 |
| | | |||||
| * | Add some tests | Nadrieril | 2024-05-28 | 2 | -0/+36 |
| | | |||||
| * | tests: Rename betree_main -> betree | Nadrieril | 2024-05-28 | 6 | -85/+85 |
| | | |||||
| * | tests: Merge the hashmap test files | Nadrieril | 2024-05-27 | 13 | -1647/+74 |
| | | |||||
| * | Rename some subdirectories for consistency | Nadrieril | 2024-05-24 | 9 | -0/+0 |
| | | |||||
| * | Update output files | Nadrieril | 2024-05-24 | 10 | -200/+200 |
| | | |||||
| * | Update test outputs | Nadrieril | 2024-05-24 | 21 | -437/+437 |
| | | |||||
* | | Add a test | Son Ho | 2024-06-03 | 1 | -34/+39 |
| | | |||||
* | | Regenerate tests | Aymeric Fromherz | 2024-05-31 | 2 | -2/+2 |
| | | |||||
* | | Regenerate test output | Aymeric Fromherz | 2024-05-31 | 9 | -36/+961 |
| | | |||||
* | | Implement two phases of loops join + collapse | Aymeric Fromherz | 2024-05-30 | 9 | -961/+36 |
|/ | |||||
* | Tweak a path | Nadrieril | 2024-05-24 | 21 | -437/+437 |
| | |||||
* | Remove secondary betree test | Nadrieril | 2024-05-24 | 8 | -2082/+0 |
| | | | | | Opened https://github.com/AeneasVerif/aeneas/issues/196 to remember to add a more adequate replacement test. | ||||
* | Bump charon version | Nadrieril | 2024-05-23 | 5 | -7/+7 |
| | |||||
* | Update charon | Nadrieril | 2024-04-30 | 2 | -2/+2 |
| | |||||
* | Update the decreases clauses for the betree | Son Ho | 2024-04-26 | 2 | -8/+3 |
| | |||||
* | Update the F* clauses for the betree | Son Ho | 2024-04-26 | 1 | -2/+1 |
| | |||||
* | Update a decreases clause | Son Ho | 2024-04-26 | 1 | -1/+7 |
| | |||||
* | Regenerate and fix the tests | Son Ho | 2024-04-25 | 13 | -23/+71 |
| | |||||
* | Merge branch 'main' into core-option-unwrap | Son Ho | 2024-04-25 | 12 | -56/+645 |
|\ | |||||
| * | Regenerate the Primitives files | Son Ho | 2024-04-25 | 7 | -0/+525 |
| | | |||||
| * | Update the tests for External | Son Ho | 2024-04-25 | 5 | -62/+120 |
| | | |||||
* | | Update tests | Zyad Hassan | 2024-04-24 | 3 | -18/+0 |
|/ | |||||
* | Bump charon | Nadrieril | 2024-04-17 | 1 | -157/+56 |
| | |||||
* | Fix some F* proofs | Son Ho | 2024-04-11 | 1 | -4/+4 |
| | |||||
* | Regenerate the test files | Son Ho | 2024-04-04 | 22 | -669/+639 |
| | |||||
* | Regenerate the test files | Son Ho | 2024-04-04 | 2 | -12/+12 |
| | |||||
* | Regenerate the test files | Son Ho | 2024-04-04 | 15 | -109/+109 |
| | |||||
* | Regenerate the code | Son Ho | 2024-03-20 | 11 | -192/+193 |
| | |||||
* | Regenerate the tests | Son Ho | 2024-03-19 | 7 | -51/+24 |
| | |||||
* | Update the demo | Son Ho | 2024-03-19 | 1 | -10/+35 |
| | |||||
* | Regenerate the test files | Son Ho | 2024-03-18 | 2 | -22/+91 |
| | |||||
* | Regenerate the constants tests and update Primitives/Base.lean | Son Ho | 2024-03-18 | 1 | -18/+32 |
| | |||||
* | Regenerate the test files | Son Ho | 2024-03-11 | 8 | -89/+82 |
| | |||||
* | Update the generated files | Son Ho | 2024-03-11 | 5 | -117/+120 |
| | |||||
* | Regenerate the test files | Son Ho | 2024-03-09 | 6 | -0/+173 |
| |