Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve `scalar_tac` and `scalar_decr_tac` (#256) | Son HO | 2024-06-22 | 1 | -11/+0 |
| | | | | | | | * 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 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Update Lean to v4.9.0-rc1 | Son Ho | 2024-06-13 | 1 | -0/+2 |
| | |||||
* | Deactivate the coercion from Nat to Scalar | Son Ho | 2024-06-12 | 1 | -0/+10 |
| | |||||
* | Add the Simp.Config to the simp wrappers | Son Ho | 2024-06-12 | 1 | -24/+23 |
| | |||||
* | Update scalar_tac to use omega instead of linarith | Son Ho | 2024-05-24 | 1 | -1/+1 |
| | |||||
* | Update the handling of notations like #u32 or #isize | Son Ho | 2024-03-08 | 1 | -1/+1 |
| | |||||
* | Improve the Lean backend | Son Ho | 2024-01-26 | 1 | -2/+9 |
| | |||||
* | Refold the scalar types when applying progress | Son Ho | 2023-10-17 | 1 | -1/+1 |
| | |||||
* | Implement tactics for termination proofs which involve arithmetic | Son Ho | 2023-10-17 | 1 | -0/+11 |
| | |||||
* | Improve scalar_tac | Son Ho | 2023-09-18 | 1 | -2/+15 |
| | |||||
* | Start adding support for Arrays/Slices in the Lean library | Son Ho | 2023-08-04 | 1 | -0/+4 |
| | |||||
* | Update the syntax of the progress tactic | Son Ho | 2023-07-26 | 1 | -1/+1 |
| | |||||
* | Make progress on the hashmap properties | Son Ho | 2023-07-25 | 1 | -1/+2 |
| | |||||
* | Improve int_tac and scalar_tac | Son Ho | 2023-07-25 | 1 | -3/+3 |
| | |||||
* | Reorganize the Lean backend | Son Ho | 2023-07-17 | 1 | -0/+48 |