| Commit message (Expand) | Author | Files | Lines |
2023-11-29 | Add support for more bitwise operations and update the extraction | Son Ho | 1 | -2/+40 |
2023-11-21 | Update more names | Son Ho | 1 | -16/+16 |
2023-11-21 | Update the standard libraries | Son Ho | 3 | -26/+25 |
2023-11-09 | Update the failing proofs | Son Ho | 1 | -4/+22 |
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 | 3 | -32/+105 |
2023-10-25 | Fix some issues at extraction and add builtins | Son Ho | 6 | -21/+204 |
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 | 2 | -0/+55 |
2023-10-16 | Improve formatting of scalars in Lean | Son Ho | 1 | -0/+15 |
2023-10-13 | Add sup | Son Ho | 1 | -0/+9 |
2023-09-18 | Add notations for the Isize.ofInt, etc. | Son Ho | 1 | -0/+16 |
2023-09-18 | Add arithmetic lemmas in Scalar.lean | Son Ho | 1 | -12/+179 |
2023-09-18 | Improve scalar_tac | Son Ho | 1 | -51/+16 |
2023-09-07 | Fix some issues | Son Ho | 1 | -24/+24 |
2023-09-07 | Map some globals like u32::MAX to standard definitions | Son Ho | 1 | -0/+42 |
2023-08-04 | Fix issues with the extraction and extend the primitive libraries for Coq and F* | Son Ho | 1 | -14/+14 |
2023-08-04 | Make minor modifications | Son Ho | 1 | -4/+4 |
2023-08-04 | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 1 | -42/+38 |
2023-08-04 | Start adding support for Arrays/Slices in the Lean library | Son Ho | 4 | -20/+425 |
2023-07-26 | Update some of the Vec function specs | Son Ho | 1 | -4/+9 |
2023-07-25 | Make progress on the proofs of the hashmap | Son Ho | 1 | -4/+43 |
2023-07-25 | Make progress on the proofs of the hashmap | Son Ho | 2 | -13/+9 |
2023-07-25 | Make progress on the hashmap properties | Son Ho | 2 | -24/+37 |
2023-07-25 | Improve int_tac and scalar_tac | Son Ho | 1 | -13/+12 |
2023-07-20 | Add fine-grained lemmas for the arithmetic operations | Son Ho | 1 | -7/+130 |
2023-07-19 | Add arithmetic spec lemmas | Son Ho | 1 | -6/+161 |
2023-07-18 | Make modifications to Vec.lean | Son Ho | 1 | -3/+5 |
2023-07-17 | Start proving theorems for primitive definitions | Son Ho | 2 | -33/+57 |
2023-07-17 | Reorganize the Lean backend | Son Ho | 3 | -0/+750 |