| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate the constants tests and update Primitives/Base.lean | Son Ho | 2024-03-18 | 1 | -1/+1 |
* | Fix an issue with the divergent encoding | Son Ho | 2024-03-09 | 1 | -3/+27 |
* | Fix tuple indexing for Lean backend | Zyad Hassan | 2024-03-08 | 1 | -1/+1 |
* | Update the generation of constant bodies for Lean | Son Ho | 2024-03-08 | 1 | -2/+2 |
* | Update the tuples syntax | Son Ho | 2024-03-08 | 1 | -1/+3 |
* | Update the tuples notations | Son Ho | 2024-03-08 | 3 | -51/+81 |
* | Remove some comments | Son Ho | 2024-03-08 | 1 | -31/+0 |
* | Update the handling of notations like #u32 or #isize | Son Ho | 2024-03-08 | 4 | -70/+104 |
* | Update the notation for heterogeneous negation | Son Ho | 2024-03-08 | 1 | -3/+12 |
* | Introduce a notation for constant scalars in match patterns | Son Ho | 2024-03-07 | 1 | -0/+29 |
* | Add a notation for tuple field accesses in Lean | Son Ho | 2024-03-07 | 1 | -0/+51 |
* | Cleanup a bit Scalar.lean | Son Ho | 2024-02-09 | 1 | -198/+198 |
* | Fix more proofs | Son Ho | 2024-02-02 | 3 | -13/+16 |
* | Fix more proofs | Son Ho | 2024-02-02 | 1 | -56/+55 |
* | Update lean to v4.6.0-rc1 and start fixing the proofs | Son Ho | 2024-02-02 | 6 | -42/+52 |
* | Add some lemmas to the Lean backend | Son Ho | 2024-01-27 | 1 | -4/+14 |
* | Fix a minor issue with the progress tactic | Son Ho | 2024-01-27 | 2 | -82/+112 |
* | Improve the Lean backend | Son Ho | 2024-01-26 | 5 | -10/+52 |
* | Fix minor issues | Son Ho | 2023-12-22 | 1 | -0/+42 |
* | Fix the models for core::mem::replace | Son Ho | 2023-12-22 | 1 | -1/+1 |
* | Update the Lean standard library | Son Ho | 2023-12-22 | 5 | -81/+38 |
* | Update the extraction to handle casts between integers/bools | Son Ho | 2023-12-13 | 1 | -0/+4 |
* | Inline the let-bindings in the validity proofs | Son Ho | 2023-12-12 | 1 | -7/+40 |
* | Fix a minor issue with the divergent encoding | Son Ho | 2023-12-12 | 1 | -53/+80 |
* | Fix minor issues with the divergence encoding | Son Ho | 2023-12-12 | 1 | -14/+5 |
* | Make progress on supporting higher-order divergent functions | Son Ho | 2023-12-12 | 2 | -53/+95 |
* | Implement a map-reduce visitor for expressions and fix issues with get{M,F}Va... | Son Ho | 2023-12-12 | 1 | -31/+81 |
* | Update the validity proofs for higher-order functions | Son Ho | 2023-12-11 | 2 | -11/+96 |
* | Start working on higher-order examples for Diverge | Son Ho | 2023-12-11 | 4 | -218/+355 |
* | Cleanup a bit | Son Ho | 2023-12-11 | 1 | -16/+47 |
* | Update Diverge/Elab.lean to use the more general FixII definitions | Son Ho | 2023-12-11 | 3 | -195/+387 |
* | Reorganize a bit | Son Ho | 2023-12-11 | 3 | -94/+49 |
* | Reactivate the sanity checks for the progress tactic | Son Ho | 2023-12-11 | 3 | -26/+24 |
* | Update the progress tactic to use discrimination trees | Son Ho | 2023-12-08 | 3 | -272/+175 |
* | Start working on a version of Diverge.FixI more suited to higher-order functions | Son Ho | 2023-12-07 | 3 | -67/+510 |
* | Reorganize a bit | Son Ho | 2023-12-07 | 3 | -65/+94 |
* | Merge branch 'main' into son_fixes2 | Son Ho | 2023-12-05 | 15 | -472/+1011 |
|\ |
|
| * | Add support for more bitwise operations and update the extraction | Son Ho | 2023-11-29 | 1 | -2/+40 |
| * | Update more names | Son Ho | 2023-11-21 | 1 | -16/+16 |
| * | Update the standard libraries | Son Ho | 2023-11-21 | 3 | -26/+25 |
| * | Update the failing proofs | Son Ho | 2023-11-09 | 2 | -5/+23 |
| * | Make progress on fixing the extraction | Son Ho | 2023-10-26 | 1 | -64/+64 |
| * | Make progress on fixing the extraction for Lean | Son Ho | 2023-10-26 | 1 | -114/+50 |
| * | Make the hashmap files typecheck again in Lean | Son Ho | 2023-10-25 | 4 | -33/+107 |
| * | Fix some issues at extraction and add builtins | Son Ho | 2023-10-25 | 7 | -23/+206 |
| * | Handle properly the builtin, non fallible functions | Son Ho | 2023-10-24 | 1 | -2/+2 |
| * | Fix minor issues | Son Ho | 2023-10-24 | 1 | -2/+2 |
| * | Add definitions in for the Lean Primitives library | Son Ho | 2023-10-24 | 3 | -0/+57 |
| * | Refold the scalar types when applying progress | Son Ho | 2023-10-17 | 4 | -16/+91 |
| * | Implement tactics for termination proofs which involve arithmetic | Son Ho | 2023-10-17 | 4 | -21/+37 |