summaryrefslogtreecommitdiff
path: root/backends (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the lean toolchain and fix the proofsSon Ho2024-04-059-20/+12
|
* Fix the coerce notation for scalars and update some lemmasSon Ho2024-04-041-4/+15
|
* backend(/tests)/lean: 4.6.0-rc1 → 4.6.1Ryan Lahfa2024-03-251-1/+1
| | | | | | 4.6.0 has been released in https://github.com/leanprover/lean4/releases/tag/v4.6.0 Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr>
* Fix a minor issueSon Ho2024-03-181-1/+3
|
* Regenerate the constants tests and update Primitives/Base.leanSon Ho2024-03-181-1/+1
|
* Fix an issue with the divergent encodingSon Ho2024-03-091-3/+27
|
* Update the Makefile and remove the split files for F*Son Ho2024-03-084-931/+0
|
* Fix tuple indexing for Lean backendZyad Hassan2024-03-081-1/+1
|
* Update the generation of constant bodies for LeanSon Ho2024-03-081-2/+2
|
* Update the tuples syntaxSon Ho2024-03-081-1/+3
|
* Update the tuples notationsSon Ho2024-03-083-51/+81
|
* Remove some commentsSon Ho2024-03-081-31/+0
|
* Update the handling of notations like #u32 or #isizeSon Ho2024-03-084-70/+104
|
* Update the notation for heterogeneous negationSon Ho2024-03-081-3/+12
|
* Introduce a notation for constant scalars in match patternsSon Ho2024-03-071-0/+29
|
* Add a notation for tuple field accesses in LeanSon Ho2024-03-071-0/+51
|
* Cleanup a bit Scalar.leanSon Ho2024-02-091-198/+198
|
* Update the .gitignore filesSon Ho2024-02-021-1/+2
|
* Fix more proofsSon Ho2024-02-023-13/+16
|
* Fix more proofsSon Ho2024-02-021-56/+55
|
* Update lean to v4.6.0-rc1 and start fixing the proofsSon Ho2024-02-028-93/+120
|
* Add some lemmas to the Lean backendSon Ho2024-01-271-4/+14
|
* Fix a minor issue with the progress tacticSon Ho2024-01-272-82/+112
|
* Improve the Lean backendSon Ho2024-01-265-10/+52
|
* Fix minor issuesSon Ho2023-12-223-1/+83
|
* Fix the models for core::mem::replaceSon Ho2023-12-223-3/+3
|
* Update the library for CoqSon Ho2023-12-221-74/+42
|
* Update the library for F*Son Ho2023-12-224-0/+876
|
* Update the Lean standard librarySon Ho2023-12-225-81/+38
|
* Update the extraction to handle casts between integers/boolsSon Ho2023-12-133-0/+12
|
* Inline the let-bindings in the validity proofsSon Ho2023-12-121-7/+40
|
* Fix a minor issue with the divergent encodingSon Ho2023-12-121-53/+80
|
* Fix minor issues with the divergence encodingSon Ho2023-12-121-14/+5
|
* Make progress on supporting higher-order divergent functionsSon Ho2023-12-122-53/+95
|
* Implement a map-reduce visitor for expressions and fix issues with ↵Son Ho2023-12-121-31/+81
| | | | get{M,F}VarIds
* Update the validity proofs for higher-order functionsSon Ho2023-12-112-11/+96
|
* Start working on higher-order examples for DivergeSon Ho2023-12-114-218/+355
|
* Cleanup a bitSon Ho2023-12-111-16/+47
|
* Update Diverge/Elab.lean to use the more general FixII definitionsSon Ho2023-12-113-195/+387
|
* Reorganize a bitSon Ho2023-12-113-94/+49
|
* Reactivate the sanity checks for the progress tacticSon Ho2023-12-113-26/+24
|
* Update the progress tactic to use discrimination treesSon Ho2023-12-083-272/+175
|
* Start working on a version of Diverge.FixI more suited to higher-order functionsSon Ho2023-12-073-67/+510
|
* Reorganize a bitSon Ho2023-12-073-65/+94
|
* Merge branch 'main' into son_fixes2Son Ho2023-12-0519-587/+2160
|\
| * Add support for more bitwise operations and update the extractionSon Ho2023-11-293-10/+275
| |
| * Update more namesSon Ho2023-11-213-48/+48
| |
| * Update the standard librariesSon Ho2023-11-215-78/+85
| |
| * Update the failing proofsSon Ho2023-11-093-6/+40
| |
| * Regenerate the Coq test filesSon Ho2023-10-271-1/+1
| |