Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some proofs for the Lean backend (#255) | Son HO | 2024-06-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -7/+4 |
| | |||||
* | Slightly simplify the progress tactic | Son Ho | 2024-06-12 | 1 | -8/+4 |
| | |||||
* | Add the Simp.Config to the simp wrappers | Son Ho | 2024-06-12 | 1 | -2/+2 |
| | |||||
* | Fix an issue in the progress tactic | Son Ho | 2024-05-21 | 1 | -0/+13 |
| | |||||
* | Rename Result.ret as Result.ok in the backends | Son Ho | 2024-04-04 | 1 | -11/+11 |
| | |||||
* | Fix a minor issue with the progress tactic | Son Ho | 2024-01-27 | 1 | -77/+101 |
| | |||||
* | Improve the Lean backend | Son Ho | 2024-01-26 | 1 | -0/+13 |
| | |||||
* | Reactivate the sanity checks for the progress tactic | Son Ho | 2023-12-11 | 1 | -3/+1 |
| | |||||
* | Update the progress tactic to use discrimination trees | Son Ho | 2023-12-08 | 1 | -42/+51 |
| | |||||
* | Update the failing proofs | Son Ho | 2023-11-09 | 1 | -1/+1 |
| | |||||
* | Make the hashmap files typecheck again in Lean | Son Ho | 2023-10-25 | 1 | -1/+2 |
| | |||||
* | Refold the scalar types when applying progress | Son Ho | 2023-10-17 | 1 | -1/+25 |
| | |||||
* | Fix an issue when loading the saved theorem maps for the progress tactic | Son Ho | 2023-09-18 | 1 | -0/+14 |
| | |||||
* | Fix the hashmap proofs in Lean | Son Ho | 2023-09-14 | 1 | -6/+7 |
| | |||||
* | Fix panic issues with the progress tactic | Son Ho | 2023-09-14 | 1 | -3/+5 |
| | |||||
* | Update some of the Vec function specs | Son Ho | 2023-07-26 | 1 | -5/+12 |
| | |||||
* | Update the syntax of the progress tactic | Son Ho | 2023-07-26 | 1 | -19/+22 |
| | |||||
* | Make progress on the proofs of the hashmap | Son Ho | 2023-07-25 | 1 | -6/+28 |
| | |||||
* | Make progress on the hashmap properties | Son Ho | 2023-07-25 | 1 | -2/+2 |
| | |||||
* | Improve int_tac and scalar_tac | Son Ho | 2023-07-25 | 1 | -1/+12 |
| | |||||
* | Add the possibility of using "_" as ident for progress | Son Ho | 2023-07-25 | 1 | -16/+21 |
| | |||||
* | Improve the syntax of progress: `as ⟨ x, y .. ⟩` | Son Ho | 2023-07-25 | 1 | -31/+46 |
| | |||||
* | Fix a naming issue with progress | Son Ho | 2023-07-20 | 1 | -4/+4 |
| | |||||
* | Make some proofs in Hashmap/Properties.lean and improve progress | Son Ho | 2023-07-20 | 1 | -47/+21 |
| | |||||
* | Improve progress further and move some lemmas | Son Ho | 2023-07-20 | 1 | -21/+34 |
| | |||||
* | Improve progress further | Son Ho | 2023-07-20 | 1 | -50/+62 |
| | |||||
* | Fix a small issue with the persistent state of progress | Son Ho | 2023-07-19 | 1 | -5/+4 |
| | |||||
* | Add some utilities for progress | Son Ho | 2023-07-19 | 1 | -5/+16 |
| | |||||
* | Start implementing support for some type classes for progress | Son Ho | 2023-07-19 | 1 | -23/+55 |
| | |||||
* | Cleanup a bit | Son Ho | 2023-07-19 | 1 | -2/+0 |
| | |||||
* | Improve progress | Son Ho | 2023-07-19 | 1 | -35/+80 |
| | |||||
* | Improve progress | Son Ho | 2023-07-18 | 1 | -2/+9 |
| | |||||
* | Start proving theorems for primitive definitions | Son Ho | 2023-07-17 | 1 | -0/+4 |
| | |||||
* | Reorganize the Lean backend | Son Ho | 2023-07-17 | 1 | -0/+2 |
| | |||||
* | Update the lean dependencies and update IList | Son Ho | 2023-07-17 | 1 | -3/+0 |
| | |||||
* | Finish implementing the syntax for `progress` | Son Ho | 2023-07-13 | 1 | -28/+70 |
| | |||||
* | Improve progress to use assumptions and start working on a nice syntax | Son Ho | 2023-07-12 | 1 | -31/+76 |
| | |||||
* | Improve the handling of arithmetic bounds | Son Ho | 2023-07-12 | 1 | -2/+3 |
| | |||||
* | Finish a first version of the progress tactic | Son Ho | 2023-07-12 | 1 | -8/+28 |
| | |||||
* | Work on the progress tactic | Son Ho | 2023-07-11 | 1 | -0/+112 |