| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a minor issue | Son Ho | 2024-03-18 | 1 | -1/+3 |
* | Regenerate the constants tests and update Primitives/Base.lean | Son Ho | 2024-03-18 | 1 | -1/+1 |
* | Update the generation of constant bodies for Lean | Son Ho | 2024-03-08 | 1 | -2/+2 |
* | Update the tuples notations | Son Ho | 2024-03-08 | 1 | -51/+0 |
* | 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 | 3 | -69/+103 |
* | 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 | 2 | -2/+2 |
* | Fix more proofs | Son Ho | 2024-02-02 | 1 | -56/+55 |
* | Add some lemmas to the Lean backend | Son Ho | 2024-01-27 | 1 | -4/+14 |
* | Improve the Lean backend | Son Ho | 2024-01-26 | 2 | -0/+18 |
* | 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 |
* | Update the progress tactic to use discrimination trees | Son Ho | 2023-12-08 | 1 | -63/+63 |
* | Merge branch 'main' into son_fixes2 | Son Ho | 2023-12-05 | 8 | -453/+843 |
|\ |
|
| * | 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 | 1 | -4/+22 |
| * | 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 | 3 | -32/+105 |
| * | Fix some issues at extraction and add builtins | Son Ho | 2023-10-25 | 6 | -21/+204 |
| * | 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 | 2 | -0/+55 |
| * | Merge branch 'main' into son_traits and fix some issues | Son Ho | 2023-10-16 | 1 | -28/+198 |
| |\ |
|
| * | | Improve formatting of scalars in Lean | Son Ho | 2023-10-16 | 1 | -0/+15 |
| * | | Add sup | Son Ho | 2023-10-13 | 1 | -0/+9 |
| * | | Fix some issues | Son Ho | 2023-09-07 | 1 | -24/+24 |
| * | | Map some globals like u32::MAX to standard definitions | Son Ho | 2023-09-07 | 1 | -0/+42 |
* | | | Prove that Vec is inhabited | Son Ho | 2023-09-18 | 1 | -0/+4 |
* | | | Simplify some lemmas and prove that the scalars and Vec are inhabited | Son Ho | 2023-09-18 | 1 | -0/+3 |
| |/
|/| |
|
* | | Add notations for the Isize.ofInt, etc. | Son Ho | 2023-09-18 | 1 | -0/+16 |
* | | Add arithmetic lemmas in Scalar.lean | Son Ho | 2023-09-18 | 1 | -12/+179 |
* | | Improve scalar_tac | Son Ho | 2023-09-18 | 1 | -51/+16 |
|/ |
|
* | Fix issues with the extraction and extend the primitive libraries for Coq and F* | Son Ho | 2023-08-04 | 1 | -14/+14 |
* | Make minor modifications | Son Ho | 2023-08-04 | 1 | -4/+4 |
* | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 2023-08-04 | 1 | -42/+38 |
* | Start adding support for Arrays/Slices in the Lean library | Son Ho | 2023-08-04 | 4 | -20/+425 |
* | Update some of the Vec function specs | Son Ho | 2023-07-26 | 1 | -4/+9 |
* | Make progress on the proofs of the hashmap | Son Ho | 2023-07-25 | 1 | -4/+43 |
* | Make progress on the proofs of the hashmap | Son Ho | 2023-07-25 | 2 | -13/+9 |
* | Make progress on the hashmap properties | Son Ho | 2023-07-25 | 2 | -24/+37 |
* | Improve int_tac and scalar_tac | Son Ho | 2023-07-25 | 1 | -13/+12 |