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