| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -4/+0 |
* | Update a comment | Son Ho | 2023-07-13 | 1 | -2/+1 |
* | Add IList.lean | Son Ho | 2023-07-13 | 3 | -64/+239 |
* | 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 | 4 | -74/+99 |
* | 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 |
* | Improve the generated comments | Son Ho | 2023-07-06 | 1 | -1/+1 |
* | Simplify the names used in Primitives.lean | Son Ho | 2023-07-05 | 1 | -16/+21 |
* | Fix an issue with mkSigmasVal | Son Ho | 2023-07-04 | 2 | -106/+169 |
* | Fix some issues with the extraction to Lean | Son Ho | 2023-07-04 | 1 | -16/+47 |
* | 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 |
* | Generalize a bit FixI and add an example | Son Ho | 2023-06-29 | 1 | -109/+151 |
* | Start working on Elab.lean | Son Ho | 2023-06-29 | 3 | -13/+203 |
* | Reorganize backends/lean/Base | Son Ho | 2023-06-28 | 4 | -1102/+1298 |
* | Reduce the time spent on some proofs | Son Ho | 2023-06-27 | 1 | -28/+20 |
* | Finish some proofs in Diverge | Son Ho | 2023-06-27 | 1 | -17/+102 |
* | Finish the proofs which use FixI | Son Ho | 2023-06-27 | 1 | -42/+157 |
* | Make minor modifications | Son Ho | 2023-06-26 | 1 | -16/+0 |
* | Add FixI in Diverge | Son Ho | 2023-06-26 | 1 | -22/+105 |
* | Generalize some definitions | Son Ho | 2023-06-26 | 1 | -12/+22 |
* | Make the definitions in Diverge.Fix dependently typed | Son Ho | 2023-06-26 | 1 | -48/+47 |
* | Start working on a better encoding of mut rec defs for Diverge | Son Ho | 2023-06-26 | 1 | -2/+100 |
* | Make minor modifications to Arith.lean | Son Ho | 2023-06-26 | 1 | -27/+37 |
* | Make intro_has_prop_instances work | Son Ho | 2023-06-22 | 1 | -26/+145 |
* | Finish the custom_let tactic | Son Ho | 2023-06-22 | 1 | -23/+21 |
* | Start working on Arith.lean | Son Ho | 2023-06-21 | 2 | -2/+223 |
* | Remove the use of fun. ext. in Diverge.lean | Son Ho | 2023-06-20 | 1 | -15/+19 |
* | Cleanup Diverge.lean | Son Ho | 2023-06-19 | 2 | -337/+333 |
* | Add an example with even/odd in Diverge.lean | Son Ho | 2023-06-19 | 1 | -1/+119 |
* | Remove the obsolete examples from Diverge | Son Ho | 2023-06-19 | 1 | -208/+5 |
* | Simplify the id example in Diverge.lean | Son Ho | 2023-06-19 | 1 | -24/+95 |