| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: add small pieces of max theory | Ryan Lahfa | 2024-05-24 | 1 | -0/+39 |
* | Update scalar_tac to use omega instead of linarith | Son Ho | 2024-05-24 | 4 | -104/+82 |
* | Fix an issue in the progress tactic | Son Ho | 2024-05-21 | 1 | -0/+13 |
* | feat(backends/lean): make `max`-related coercions nicer | Ryan Lahfa | 2024-05-21 | 1 | -0/+12 |
* | Merge pull request #164 from RaitoBezarius/ofnat_scalar | Son HO | 2024-05-14 | 1 | -0/+5 |
|\ |
|
| * | feat(backend/lean): Raw Lean literals can be parsed into scalars automatically | Ryan Lahfa | 2024-04-30 | 1 | -0/+5 |
* | | backends/lean: repair definition of `core.mem.replace` | Ryan Lahfa | 2024-05-13 | 1 | -1/+4 |
|/ |
|
* | Update the backend and ExtractBuiltin.ml | Son Ho | 2024-04-25 | 3 | -1/+14 |
* | Merge branch 'main' into core-option-unwrap | Son Ho | 2024-04-25 | 3 | -0/+154 |
|\ |
|
| * | Update the tests for External | Son Ho | 2024-04-25 | 2 | -0/+150 |
| * | Merge branch 'main' into option-take | Son Ho | 2024-04-25 | 1 | -0/+15 |
| |\ |
|
| * | | compiler: map `core::mem::swap` to the pure swap | Ryan Lahfa | 2024-04-24 | 1 | -0/+2 |
| * | | compiler: map `core::option::Option::take` to identity function | Ryan Lahfa | 2024-04-17 | 1 | -0/+2 |
* | | | Add core::option::unwrap builtin | Zyad Hassan | 2024-04-24 | 3 | -5/+13 |
| |/
|/| |
|
* | | feat(backends/lean): scalars form a linear order | Ryan Lahfa | 2024-04-23 | 1 | -0/+15 |
|/ |
|
* | lean: scalars form a preorder | Ryan Lahfa | 2024-04-12 | 1 | -0/+10 |
* | Add more definitions to the Lean library | Son Ho | 2024-04-12 | 4 | -0/+127 |
* | Reorganize the files in the Lean backend a bit | Son Ho | 2024-04-12 | 5 | -241/+266 |
* | Start adding integer functions to the Lean library | Son Ho | 2024-04-12 | 3 | -3/+266 |
* | Fix a proof | Son Ho | 2024-04-12 | 1 | -1/+0 |
* | Update the core.num.checked_* definitions | Son Ho | 2024-04-12 | 1 | -31/+233 |
* | Merge branch 'son/clean' into checked-ops | Son Ho | 2024-04-11 | 15 | -291/+292 |
|\ |
|
| * | Merge remote-tracking branch 'origin/main' into son/clean | Son Ho | 2024-04-11 | 10 | -23/+26 |
| |\ |
|
| | * | Update the lean toolchain and fix the proofs | Son Ho | 2024-04-05 | 9 | -20/+12 |
| | * | Fix the coerce notation for scalars and update some lemmas | Son Ho | 2024-04-04 | 1 | -4/+15 |
| * | | Rename Result.ret as Result.ok in the backends | Son Ho | 2024-04-04 | 10 | -268/+266 |
| |/ |
|
* / | Add builtins for some checked ops such as checked_add | Zyad Hassan | 2024-04-03 | 1 | -0/+29 |
|/ |
|
* | backend(/tests)/lean: 4.6.0-rc1 → 4.6.1 | Ryan Lahfa | 2024-03-25 | 1 | -1/+1 |
* | 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 |
* | Fix an issue with the divergent encoding | Son Ho | 2024-03-09 | 1 | -3/+27 |
* | 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 |