| Commit message (Expand) | Author | Files | Lines |
2024-03-08 | Update the handling of notations like #u32 or #isize | Son Ho | 4 | -70/+104 |
2024-03-08 | Update the notation for heterogeneous negation | Son Ho | 1 | -3/+12 |
2024-03-07 | Introduce a notation for constant scalars in match patterns | Son Ho | 1 | -0/+29 |
2024-03-07 | Add a notation for tuple field accesses in Lean | Son Ho | 1 | -0/+51 |
2024-02-09 | Cleanup a bit Scalar.lean | Son Ho | 1 | -198/+198 |
2024-02-02 | Update the .gitignore files | Son Ho | 1 | -1/+2 |
2024-02-02 | Fix more proofs | Son Ho | 3 | -13/+16 |
2024-02-02 | Fix more proofs | Son Ho | 1 | -56/+55 |
2024-02-02 | Update lean to v4.6.0-rc1 and start fixing the proofs | Son Ho | 8 | -93/+120 |
2024-01-27 | Add some lemmas to the Lean backend | Son Ho | 1 | -4/+14 |
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 | 5 | -10/+52 |
2023-12-22 | Fix minor issues | Son Ho | 3 | -1/+83 |
2023-12-22 | Fix the models for core::mem::replace | Son Ho | 3 | -3/+3 |
2023-12-22 | Update the library for Coq | Son Ho | 1 | -74/+42 |
2023-12-22 | Update the library for F* | Son Ho | 4 | -0/+876 |
2023-12-22 | Update the Lean standard library | Son Ho | 5 | -81/+38 |
2023-12-13 | Update the extraction to handle casts between integers/bools | Son Ho | 3 | -0/+12 |
2023-12-12 | Inline the let-bindings in the validity proofs | Son Ho | 1 | -7/+40 |
2023-12-12 | Fix a minor issue with the divergent encoding | Son Ho | 1 | -53/+80 |
2023-12-12 | Fix minor issues with the divergence encoding | Son Ho | 1 | -14/+5 |
2023-12-12 | Make progress on supporting higher-order divergent functions | Son Ho | 2 | -53/+95 |
2023-12-12 | Implement a map-reduce visitor for expressions and fix issues with get{M,F}Va... | Son Ho | 1 | -31/+81 |
2023-12-11 | Update the validity proofs for higher-order functions | Son Ho | 2 | -11/+96 |
2023-12-11 | Start working on higher-order examples for Diverge | Son Ho | 4 | -218/+355 |
2023-12-11 | Cleanup a bit | Son Ho | 1 | -16/+47 |
2023-12-11 | Update Diverge/Elab.lean to use the more general FixII definitions | Son Ho | 3 | -195/+387 |
2023-12-11 | Reorganize a bit | Son Ho | 3 | -94/+49 |
2023-12-11 | Reactivate the sanity checks for the progress tactic | Son Ho | 3 | -26/+24 |
2023-12-08 | Update the progress tactic to use discrimination trees | Son Ho | 3 | -272/+175 |
2023-12-07 | Start working on a version of Diverge.FixI more suited to higher-order functions | Son Ho | 3 | -67/+510 |
2023-12-07 | Reorganize a bit | Son Ho | 3 | -65/+94 |
2023-11-29 | Add support for more bitwise operations and update the extraction | Son Ho | 3 | -10/+275 |
2023-11-21 | Update more names | Son Ho | 3 | -48/+48 |
2023-11-21 | Update the standard libraries | Son Ho | 5 | -78/+85 |
2023-11-09 | Update the failing proofs | Son Ho | 3 | -6/+40 |
2023-10-27 | Regenerate the Coq test files | Son Ho | 1 | -1/+1 |
2023-10-27 | Update Primitives.v | Son Ho | 1 | -60/+342 |
2023-10-27 | Regenerate some of the F* test files | Son Ho | 1 | -2/+19 |
2023-10-26 | Update Primitives.fst | Son Ho | 1 | -48/+318 |
2023-10-26 | Make progress on fixing the extraction | Son Ho | 1 | -64/+64 |
2023-10-26 | Make progress on fixing the extraction for Lean | Son Ho | 1 | -114/+50 |
2023-10-25 | Make the hashmap files typecheck again in Lean | Son Ho | 4 | -33/+107 |
2023-10-25 | Fix some issues at extraction and add builtins | Son Ho | 7 | -23/+206 |
2023-10-24 | Handle properly the builtin, non fallible functions | Son Ho | 1 | -2/+2 |
2023-10-24 | Fix minor issues | Son Ho | 1 | -2/+2 |
2023-10-24 | Add definitions in for the Lean Primitives library | Son Ho | 3 | -0/+57 |
2023-10-22 | Add more support for numeric operations, xor, rotate | Jonathan Protzenko | 1 | -1/+22 |
2023-10-17 | Refold the scalar types when applying progress | Son Ho | 4 | -16/+91 |
2023-10-17 | Implement tactics for termination proofs which involve arithmetic | Son Ho | 4 | -21/+37 |