| Commit message (Expand) | Author | Files | Lines |
2024-02-02 | Update lean to v4.6.0-rc1 and start fixing the proofs | Son Ho | 1 | -5/+9 |
2024-01-27 | Fix a minor issue with the progress tactic | Son Ho | 2 | -82/+112 |
2024-01-26 | Improve the Lean backend | Son Ho | 2 | -8/+25 |
2023-12-11 | Start working on higher-order examples for Diverge | Son Ho | 1 | -4/+2 |
2023-12-11 | Reorganize a bit | Son Ho | 1 | -24/+2 |
2023-12-11 | Reactivate the sanity checks for the progress tactic | Son Ho | 2 | -26/+18 |
2023-12-08 | Update the progress tactic to use discrimination trees | Son Ho | 2 | -209/+112 |
2023-12-07 | Start working on a version of Diverge.FixI more suited to higher-order functions | Son Ho | 1 | -0/+1 |
2023-12-07 | Reorganize a bit | Son Ho | 1 | -61/+4 |
2023-11-09 | Update the failing proofs | Son Ho | 1 | -1/+1 |
2023-10-25 | Make the hashmap files typecheck again in Lean | Son Ho | 1 | -1/+2 |
2023-10-17 | Refold the scalar types when applying progress | Son Ho | 1 | -1/+25 |
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 | 1 | -6/+7 |
2023-09-14 | Fix panic issues with the progress tactic | Son Ho | 1 | -3/+5 |
2023-07-26 | Update some of the Vec function specs | Son Ho | 1 | -5/+12 |
2023-07-26 | Update the syntax of the progress tactic | Son Ho | 1 | -19/+22 |
2023-07-25 | Make progress on the proofs of the hashmap | Son Ho | 1 | -6/+28 |
2023-07-25 | Make progress on the hashmap properties | Son Ho | 2 | -4/+4 |
2023-07-25 | Improve int_tac and scalar_tac | Son Ho | 1 | -1/+12 |
2023-07-25 | Add the possibility of using "_" as ident for progress | Son Ho | 1 | -16/+21 |
2023-07-25 | Improve the syntax of progress: `as ⟨ x, y .. ⟩` | Son Ho | 1 | -31/+46 |
2023-07-20 | Fix a naming issue with progress | Son Ho | 1 | -4/+4 |
2023-07-20 | Make some proofs in Hashmap/Properties.lean and improve progress | Son Ho | 2 | -54/+39 |
2023-07-20 | Improve progress further and move some lemmas | Son Ho | 1 | -21/+34 |
2023-07-20 | Add fine-grained lemmas for the arithmetic operations | Son Ho | 1 | -1/+1 |
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 | Start implementing support for some type classes for progress | Son Ho | 2 | -25/+117 |
2023-07-19 | Cleanup a bit | Son Ho | 1 | -2/+0 |
2023-07-19 | Improve progress | Son Ho | 1 | -35/+80 |
2023-07-18 | Improve progress | Son Ho | 2 | -5/+17 |
2023-07-17 | Start proving theorems for primitive definitions | Son Ho | 2 | -1/+6 |
2023-07-17 | Reorganize the Lean backend | Son Ho | 1 | -0/+2 |
2023-07-17 | Update the lean dependencies and update IList | Son Ho | 1 | -3/+0 |
2023-07-13 | Finish implementing the syntax for `progress` | Son Ho | 1 | -28/+70 |
2023-07-12 | Improve progress to use assumptions and start working on a nice syntax | Son Ho | 2 | -32/+77 |
2023-07-12 | Improve the handling of arithmetic bounds | Son Ho | 1 | -2/+3 |
2023-07-12 | Finish a first version of the progress tactic | Son Ho | 2 | -31/+29 |
2023-07-11 | Work on the progress tactic | Son Ho | 2 | -0/+287 |