Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isabelle: more correct u32 typeisabelle | stuebinm | 2024-07-04 | 1 | -3/+11 |
| | | | | | | (I'd have to figure out how to do the code equation stuff to make this type actually usable the way nat is, but it should behave correctly in proofs) | ||||
* | had some fun writing an IsabelleHOL backend | stuebinm | 2024-06-29 | 13 | -132/+528 |
| | | | | | | | (do not actually use this, most things are broken, and the primitives lib barely exists and is simply incorrect. But it is enough to create syntax-correct Isabelle code for relatively simply rust code, as long as it does not contain any uses of traits) | ||||
* | Merge pull request #272 from Nadrieril/remove-llbc_name | Guillaume Boisseau | 2024-06-28 | 9 | -77/+65 |
|\ | |||||
| * | Remove redundant `llbc_name` field | Nadrieril | 2024-06-28 | 9 | -77/+65 |
|/ | | | | It's redundant with `item_meta.name` | ||||
* | Merge pull request #271 from Nadrieril/update-charon2 | Guillaume Boisseau | 2024-06-28 | 17 | -32/+28 |
|\ | |||||
| * | Update charon | Nadrieril | 2024-06-28 | 17 | -32/+28 |
|/ | |||||
* | Merge pull request #263 from Nadrieril/subst-preds | Guillaume Boisseau | 2024-06-25 | 3 | -7/+5 |
|\ | |||||
| * | Update charon | Nadrieril | 2024-06-25 | 3 | -7/+5 |
|/ | |||||
* | Bump Lean to v4.9.0rc3 (#261) | Son HO | 2024-06-25 | 6 | -9/+4 |
| | |||||
* | Merge pull request #259 from Nadrieril/augmente-ta-vitesse | Guillaume Boisseau | 2024-06-24 | 1 | -2/+1 |
|\ | |||||
| * | Use the self-hosted runner for the lean CI checks | Nadrieril | 2024-06-24 | 1 | -2/+1 |
|/ | |||||
* | Merge pull request #258 from Nadrieril/bump-charon | Guillaume Boisseau | 2024-06-24 | 18 | -105/+113 |
|\ | |||||
| * | Update charon | Nadrieril | 2024-06-24 | 18 | -105/+113 |
|/ | |||||
* | Merge pull request #244 from Nadrieril/bump-charon | Guillaume Boisseau | 2024-06-24 | 11 | -13/+13 |
|\ | |||||
| * | Update charon | Nadrieril | 2024-06-24 | 11 | -13/+13 |
|/ | |||||
* | Do some cleanup in the Lean backend (#257) | Son HO | 2024-06-22 | 8 | -78/+89 |
| | |||||
* | Improve `scalar_tac` and `scalar_decr_tac` (#256) | Son HO | 2024-06-22 | 8 | -126/+179 |
| | | | | | | | * Fix an issue in a proof of the hashmap * Improve scalar_decr_tac * Improve the error message of scalar_tac and add the missing Termination.lean | ||||
* | Add some proofs for the Lean backend (#255) | Son HO | 2024-06-21 | 18 | -165/+1163 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Merge pull request #254 from Nadrieril/declarationgroup-mixed | Guillaume Boisseau | 2024-06-21 | 8 | -10/+19 |
|\ | |||||
| * | Update charon | Nadrieril | 2024-06-21 | 8 | -10/+19 |
|/ | |||||
* | Merge pull request #253 from Nadrieril/merge-preds-into-params | Guillaume Boisseau | 2024-06-21 | 10 | -77/+67 |
|\ | |||||
| * | `predicates` got merged into `generic_params` | Nadrieril | 2024-06-21 | 10 | -77/+67 |
|/ | |||||
* | Support for renaming using the rename attribute in charon (#239) | Escherichia | 2024-06-18 | 27 | -301/+2797 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Merge pull request #251 from Nadrieril/bump-charon2 | Guillaume Boisseau | 2024-06-18 | 22 | -89/+73 |
|\ | |||||
| * | Revert "Switch to GitHub CI runners" again | Nadrieril | 2024-06-18 | 1 | -12/+4 |
| | | | | | | | | This was botched by a confusing merge in https://github.com/AeneasVerif/aeneas/pull/246 | ||||
| * | Bump charon | Nadrieril | 2024-06-18 | 18 | -64/+64 |
| | | |||||
| * | Tiny dedup | Nadrieril | 2024-06-18 | 3 | -13/+5 |
|/ | |||||
* | Merge pull request #246 from AeneasVerif/son/cleanup | Son HO | 2024-06-18 | 42 | -508/+694 |
|\ | | | | | Do some cleanup in the test files and the Lean backend | ||||
| * | Merge branch 'main' into son/cleanup | Son HO | 2024-06-17 | 17 | -22/+22 |
| |\ | |/ |/| | |||||
* | | Merge pull request #240 from RaitoBezarius/has-int-pred | Son HO | 2024-06-17 | 2 | -9/+41 |
|\ \ | | | | | | | backends/lean: introduce `HasIntPred` automation | ||||
| * \ | Merge branch 'main' into has-int-pred | Son Ho | 2024-06-17 | 17 | -22/+22 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #245 from AeneasVerif/son/update-lean | Son HO | 2024-06-17 | 6 | -14/+14 |
|\ \ \ | | | | | | | | | Bump Lean to 4.9.0-rc2 | ||||
| * \ \ | Merge branch 'main' into son/update-lean | Son Ho | 2024-06-17 | 1 | -12/+4 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #249 from Nadrieril/github-ci | Guillaume Boisseau | 2024-06-17 | 1 | -12/+4 |
|\ \ \ \ | |||||
| * | | | | Revert "Switch to GitHub CI runners" | Nadrieril | 2024-06-17 | 1 | -12/+4 |
|/ / / / | | | | | | | | | | | | | This reverts commit dc8278e8bfd5d903ba472f6c91bd67510b23cbc4. | ||||
| * | | | Merge branch 'main' into son/update-lean | Son Ho | 2024-06-17 | 1 | -4/+12 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #248 from Nadrieril/bump-charon2 | Guillaume Boisseau | 2024-06-17 | 17 | -22/+22 |
|\ \ \ \ | |||||
| * | | | | Update charon | Nadrieril | 2024-06-17 | 17 | -22/+22 |
|/ / / / | |||||
| * | | | Regenerate the tests | Son Ho | 2024-06-17 | 15 | -18/+18 |
| | | | | |||||
| * | | | Update the Charon pin | Son Ho | 2024-06-17 | 2 | -4/+4 |
| | | | | |||||
| | | * | Merge branch 'main' into son/cleanup | Guillaume Boisseau | 2024-06-17 | 1 | -4/+12 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Merge pull request #247 from Nadrieril/github-ci | Guillaume Boisseau | 2024-06-17 | 1 | -4/+12 |
|\ \ \ \ | |||||
| * | | | | Switch to GitHub CI runners | Nadrieril | 2024-06-17 | 1 | -4/+12 |
|/ / / / | |||||
| | | * | Regenerate the tests | Son Ho | 2024-06-17 | 26 | -2/+77 |
| | | | | |||||
| | | * | Deactivate some linter options for the generated Lean files | Son Ho | 2024-06-17 | 1 | -0/+9 |
| | | | | |||||
| | | * | Update the tests | Son Ho | 2024-06-17 | 6 | -4/+31 |
| | | | | |||||
| | | * | Automatically add a @[reducible] attribute to some generated functions | Son Ho | 2024-06-17 | 4 | -3/+66 |
| | | | | |||||
| | | * | Update Hashmap/Properties.lean | Son Ho | 2024-06-17 | 1 | -36/+34 |
| | | | | |||||
| | | * | Update the code of the hashmap | Son Ho | 2024-06-17 | 12 | -459/+465 |
| | |/ | |||||
| | * | Make a minor cleanup | Son Ho | 2024-06-17 | 1 | -9/+11 |
| | | |