| Commit message (Expand) | Author | Files | Lines |
2023-09-18 | Add arithmetic lemmas in Scalar.lean | Son Ho | 1 | -12/+179 |
2023-09-18 | Improve scalar_tac | Son Ho | 3 | -56/+36 |
2023-09-18 | Fix an issue when loading the saved theorem maps for the progress tactic | Son Ho | 2 | -3/+68 |
2023-09-14 | Fix the hashmap proofs in Lean | Son Ho | 2 | -7/+8 |
2023-09-14 | Fix panic issues with the progress tactic | Son Ho | 1 | -3/+5 |
2023-09-14 | Update to Lean 4.0.0 and fix some broken proofs | Son Ho | 7 | -38/+50 |
2023-08-04 | Fix issues with the extraction and extend the primitive libraries for Coq and F* | Son Ho | 1 | -14/+14 |
2023-08-04 | Make minor modifications | Son Ho | 1 | -4/+4 |
2023-08-04 | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 1 | -42/+38 |
2023-08-04 | Add the UtilsBase.lean file | Son Ho | 1 | -0/+10 |
2023-08-04 | Start adding support for Arrays/Slices in the Lean library | Son Ho | 8 | -39/+680 |
2023-07-26 | Update some of the Vec function specs | Son Ho | 2 | -9/+21 |
2023-07-26 | Update the syntax of the progress tactic | Son Ho | 4 | -25/+32 |
2023-07-25 | Make progress on the proofs of the hashmap | Son Ho | 1 | -4/+43 |
2023-07-25 | Make progress on the proofs of the hashmap | Son Ho | 6 | -30/+104 |
2023-07-25 | Make progress on the hashmap properties | Son Ho | 7 | -29/+49 |
2023-07-25 | Improve int_tac and scalar_tac | Son Ho | 5 | -32/+87 |
2023-07-25 | Add the possibility of using "_" as ident for progress | Son Ho | 2 | -18/+26 |
2023-07-25 | Improve the syntax of progress: `as ⟨ x, y .. ⟩` | Son Ho | 2 | -44/+94 |
2023-07-20 | Fix a naming issue with progress | Son Ho | 1 | -4/+4 |
2023-07-20 | Make progress on some of the hashmap proofs | Son Ho | 1 | -8/+22 |
2023-07-20 | Make some proofs in Hashmap/Properties.lean and improve progress | Son Ho | 4 | -63/+64 |
2023-07-20 | Improve progress further and move some lemmas | Son Ho | 2 | -21/+101 |
2023-07-20 | Add fine-grained lemmas for the arithmetic operations | Son Ho | 2 | -8/+131 |
2023-07-20 | Improve progress further | Son Ho | 2 | -72/+142 |
2023-07-19 | Fix a small issue with the persistent state of progress | Son Ho | 2 | -5/+13 |
2023-07-19 | Add some utilities for progress | Son Ho | 2 | -5/+35 |
2023-07-19 | Add arithmetic spec lemmas | Son Ho | 1 | -6/+161 |
2023-07-19 | Start implementing support for some type classes for progress | Son Ho | 2 | -25/+117 |
2023-07-19 | Cleanup more | Son Ho | 1 | -3/+0 |
2023-07-19 | Cleanup a bit | Son Ho | 1 | -2/+0 |
2023-07-19 | Improve progress | Son Ho | 3 | -43/+99 |
2023-07-18 | Move an arithmetic lemma | Son Ho | 2 | -10/+10 |
2023-07-18 | Make modifications to Vec.lean | Son Ho | 1 | -3/+5 |
2023-07-18 | Improve progress | Son Ho | 3 | -5/+21 |
2023-07-17 | Start proving theorems for primitive definitions | Son Ho | 6 | -50/+116 |
2023-07-17 | Reorganize the Lean backend | Son Ho | 11 | -1171/+1184 |
2023-07-17 | Move a definition | Son Ho | 2 | -3/+3 |
2023-07-17 | Update the lean dependencies and update IList | Son Ho | 5 | -9/+12 |
2023-07-13 | Update a comment | Son Ho | 1 | -2/+1 |
2023-07-13 | Add IList.lean | Son Ho | 3 | -64/+239 |
2023-07-13 | Finish implementing the syntax for `progress` | Son Ho | 2 | -38/+107 |
2023-07-12 | Improve progress to use assumptions and start working on a nice syntax | Son Ho | 5 | -95/+140 |
2023-07-12 | Make the `by inlit` implicit | Son Ho | 1 | -8/+7 |
2023-07-12 | Improve the handling of arithmetic bounds | Son Ho | 3 | -115/+126 |
2023-07-12 | Finish a first version of the progress tactic | Son Ho | 6 | -171/+349 |
2023-07-11 | Work on the progress tactic | Son Ho | 6 | -13/+346 |
2023-07-10 | Start working on the progress tactic | Son Ho | 5 | -74/+101 |
2023-07-09 | Improve int_tac | Son Ho | 1 | -23/+18 |
2023-07-09 | Implement a first working version of int_tac | Son Ho | 1 | -38/+58 |