| Commit message (Expand) | Author | Files | Lines |
2024-05-13 | backends/lean: repair definition of `core.mem.replace` | Ryan Lahfa | 1 | -1/+4 |
2024-04-30 | feat(backend/lean): Raw Lean literals can be parsed into scalars automatically | Ryan Lahfa | 1 | -0/+5 |
2024-04-25 | Update the backend and ExtractBuiltin.ml | Son Ho | 1 | -1/+1 |
2024-04-24 | Add core::option::unwrap builtin | Zyad Hassan | 3 | -5/+13 |
2024-04-24 | compiler: map `core::mem::swap` to the pure swap | Ryan Lahfa | 1 | -0/+2 |
2024-04-23 | feat(backends/lean): scalars form a linear order | Ryan Lahfa | 1 | -0/+15 |
2024-04-17 | compiler: map `core::option::Option::take` to identity function | Ryan Lahfa | 1 | -0/+2 |
2024-04-12 | lean: scalars form a preorder | Ryan Lahfa | 1 | -0/+10 |
2024-04-12 | Add more definitions to the Lean library | Son Ho | 4 | -0/+127 |
2024-04-12 | Reorganize the files in the Lean backend a bit | Son Ho | 4 | -241/+265 |
2024-04-12 | Start adding integer functions to the Lean library | Son Ho | 2 | -2/+265 |
2024-04-12 | Fix a proof | Son Ho | 1 | -1/+0 |
2024-04-12 | Update the core.num.checked_* definitions | Son Ho | 1 | -31/+233 |
2024-04-05 | Update the lean toolchain and fix the proofs | Son Ho | 3 | -5/+2 |
2024-04-04 | Rename Result.ret as Result.ok in the backends | Son Ho | 5 | -130/+128 |
2024-04-04 | Fix the coerce notation for scalars and update some lemmas | Son Ho | 1 | -4/+15 |
2024-04-03 | Add builtins for some checked ops such as checked_add | Zyad Hassan | 1 | -0/+29 |
2024-03-18 | Fix a minor issue | Son Ho | 1 | -1/+3 |
2024-03-18 | Regenerate the constants tests and update Primitives/Base.lean | Son Ho | 1 | -1/+1 |
2024-03-08 | Update the generation of constant bodies for Lean | Son Ho | 1 | -2/+2 |
2024-03-08 | Update the tuples notations | Son Ho | 1 | -51/+0 |
2024-03-08 | Remove some comments | Son Ho | 1 | -31/+0 |
2024-03-08 | Update the handling of notations like #u32 or #isize | Son Ho | 3 | -69/+103 |
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 | Fix more proofs | Son Ho | 2 | -2/+2 |
2024-02-02 | Fix more proofs | Son Ho | 1 | -56/+55 |
2024-01-27 | Add some lemmas to the Lean backend | Son Ho | 1 | -4/+14 |
2024-01-26 | Improve the Lean backend | Son Ho | 2 | -0/+18 |
2023-12-22 | Fix minor issues | Son Ho | 1 | -0/+42 |
2023-12-22 | Fix the models for core::mem::replace | Son Ho | 1 | -1/+1 |
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 | 1 | -0/+4 |
2023-12-08 | Update the progress tactic to use discrimination trees | Son Ho | 1 | -63/+63 |
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 | Prove that Vec is inhabited | Son Ho | 1 | -0/+4 |