summaryrefslogtreecommitdiff
path: root/backends (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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 get{M,F}Va...Son Ho2023-12-121-31/+81
* 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
| * Update Primitives.vSon Ho2023-10-271-60/+342
| * Regenerate some of the F* test filesSon Ho2023-10-271-2/+19
| * Update Primitives.fstSon Ho2023-10-261-48/+318
| * Make progress on fixing the extractionSon Ho2023-10-261-64/+64
| * Make progress on fixing the extraction for LeanSon Ho2023-10-261-114/+50
| * Make the hashmap files typecheck again in LeanSon Ho2023-10-254-33/+107
| * Fix some issues at extraction and add builtinsSon Ho2023-10-257-23/+206
| * Handle properly the builtin, non fallible functionsSon Ho2023-10-241-2/+2
| * Merge branch 'son_traits' into son_traits_typesSon Ho2023-10-241-1/+22
| |\
| | * Add more support for numeric operations, xor, rotateJonathan Protzenko2023-10-221-1/+22
| * | Fix minor issuesSon Ho2023-10-241-2/+2
| * | Add definitions in for the Lean Primitives librarySon Ho2023-10-243-0/+57
| |/
| * Refold the scalar types when applying progressSon Ho2023-10-174-16/+91
| * Implement tactics for termination proofs which involve arithmeticSon Ho2023-10-174-21/+37
| * Merge branch 'main' into son_traits and fix some issuesSon Ho2023-10-1611-83/+348
| |\
| * | Improve formatting of scalars in LeanSon Ho2023-10-161-0/+15
| * | Update Primitives.fstSon Ho2023-10-131-0/+3
| * | Add supSon Ho2023-10-133-1/+68
| * | Fix some issuesSon Ho2023-09-075-34/+221
| * | Map some globals like u32::MAX to standard definitionsSon Ho2023-09-071-0/+42
* | | Prove that Vec is inhabitedSon Ho2023-09-181-0/+4
* | | Simplify some lemmas and prove that the scalars and Vec are inhabitedSon Ho2023-09-182-9/+10
| |/ |/|
* | Add notations for the Isize.ofInt, etc.Son Ho2023-09-181-0/+16
* | Add arithmetic lemmas in Scalar.leanSon Ho2023-09-181-12/+179
* | Improve scalar_tacSon Ho2023-09-183-56/+36