| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the Makefile and remove the split files for F* | Son Ho | 2024-03-08 | 4 | -931/+0 |
* | 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 |
* | Update the .gitignore files | Son Ho | 2024-02-02 | 1 | -1/+2 |
* | 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 | 8 | -93/+120 |
* | 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 | 3 | -1/+83 |
* | Fix the models for core::mem::replace | Son Ho | 2023-12-22 | 3 | -3/+3 |
* | Update the library for Coq | Son Ho | 2023-12-22 | 1 | -74/+42 |
* | Update the library for F* | Son Ho | 2023-12-22 | 4 | -0/+876 |
* | 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 | 3 | -0/+12 |
* | 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 | 19 | -587/+2160 |
|\ |
|
| * | Add support for more bitwise operations and update the extraction | Son Ho | 2023-11-29 | 3 | -10/+275 |
| * | Update more names | Son Ho | 2023-11-21 | 3 | -48/+48 |
| * | Update the standard libraries | Son Ho | 2023-11-21 | 5 | -78/+85 |
| * | Update the failing proofs | Son Ho | 2023-11-09 | 3 | -6/+40 |
| * | Regenerate the Coq test files | Son Ho | 2023-10-27 | 1 | -1/+1 |
| * | Update Primitives.v | Son Ho | 2023-10-27 | 1 | -60/+342 |
| * | Regenerate some of the F* test files | Son Ho | 2023-10-27 | 1 | -2/+19 |
| * | Update Primitives.fst | Son Ho | 2023-10-26 | 1 | -48/+318 |
| * | 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 |