| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 | 4 | -45/+131 |
| * | 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 | 4 | -18/+32 |
| * | Make minor modifications | Son Ho | 2023-07-17 | 1 | -25/+0 |
| * | 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 |
| * | With @sonmarcho, some Lean proofs for hashmaps + comments about possible impr... | Aymeric Fromherz | 2023-07-17 | 2 | -0/+196 |
| * | Move a definition | Son Ho | 2023-07-17 | 2 | -3/+3 |
| * | Update the lean dependencies and update IList | Son Ho | 2023-07-17 | 7 | -14/+17 |
| * | 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 | 11 | -331/+277 |
| * | 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 |
| * | Register the unfolding theorems in the Lean equation compilers and solve a "u... | Son Ho | 2023-07-06 | 1 | -2/+12 |
| * | Use short names for the structure fields in Lean | Son Ho | 2023-07-06 | 13 | -267/+232 |
| * | Improve the generated comments | Son Ho | 2023-07-06 | 60 | -1889/+2056 |
| * | Simplify the names used in Primitives.lean | Son Ho | 2023-07-05 | 9 | -110/+130 |
| * | Simplify the generated names for the types in Lean | Son Ho | 2023-07-05 | 20 | -894/+869 |
| * | Start using namespaces in the Lean backend | Son Ho | 2023-07-05 | 43 | -659/+766 |
| * | Fix an issue with mkSigmasVal | Son Ho | 2023-07-04 | 4 | -108/+171 |
| * | Regenerate the Lean test files | Son Ho | 2023-07-04 | 22 | -192/+275 |
| * | Fix minor issues | Son Ho | 2023-07-04 | 2 | -55/+125 |
| * | Fix some issues with the extraction to Lean | Son Ho | 2023-07-04 | 2 | -64/+133 |
| * | Reorganize the Lean tests | Son Ho | 2023-07-04 | 76 | -6311/+1565 |
| * | Make Diverge use Primitives | Son Ho | 2023-07-04 | 4 | -90/+10 |
| * | Add an implemented_by attribute to fix | Son Ho | 2023-07-04 | 1 | -11/+18 |
| * | Cleanup a bit Diverge/Elab.lean | Son Ho | 2023-07-03 | 1 | -169/+197 |
| * | Automate the proofs of the unfolding theorems for Diverge | Son Ho | 2023-07-03 | 2 | -19/+89 |
| * | Add a missing case in the validity proofs | Son Ho | 2023-07-03 | 1 | -6/+19 |
| * | Generate the proofs of validity in Elab.lean | Son Ho | 2023-07-03 | 3 | -34/+446 |
| * | Generate the fixed-point bodies in Elab.lean | Son Ho | 2023-06-30 | 3 | -115/+391 |
| * | Write function to compute the input/output types | Son Ho | 2023-06-29 | 3 | -32/+126 |