summaryrefslogtreecommitdiff
path: root/backends/lean/Base/Primitives (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into son_fixes2Son Ho2023-12-058-453/+843
|\
| * Add support for more bitwise operations and update the extractionSon Ho2023-11-291-2/+40
| |
| * Update more namesSon Ho2023-11-211-16/+16
| |
| * Update the standard librariesSon Ho2023-11-213-26/+25
| |
| * Update the failing proofsSon Ho2023-11-091-4/+22
| |
| * 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-253-32/+105
| |
| * Fix some issues at extraction and add builtinsSon Ho2023-10-256-21/+204
| |
| * Handle properly the builtin, non fallible functionsSon Ho2023-10-241-2/+2
| |
| * Fix minor issuesSon Ho2023-10-241-2/+2
| |
| * Add definitions in for the Lean Primitives librarySon Ho2023-10-242-0/+55
| |
| * Merge branch 'main' into son_traits and fix some issuesSon Ho2023-10-161-28/+198
| |\
| * | Improve formatting of scalars in LeanSon Ho2023-10-161-0/+15
| | |
| * | Add supSon Ho2023-10-131-0/+9
| | |
| * | Fix some issuesSon Ho2023-09-071-24/+24
| | |
| * | 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-181-0/+3
| |/ |/|
* | 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-181-51/+16
|/
* Fix issues with the extraction and extend the primitive libraries for Coq and F*Son Ho2023-08-041-14/+14
|
* Make minor modificationsSon Ho2023-08-041-4/+4
|
* Add SliceLen as a primitive function and make minor adjustmentsSon Ho2023-08-041-42/+38
|
* Start adding support for Arrays/Slices in the Lean librarySon Ho2023-08-044-20/+425
|
* Update some of the Vec function specsSon Ho2023-07-261-4/+9
|
* Make progress on the proofs of the hashmapSon Ho2023-07-251-4/+43
|
* Make progress on the proofs of the hashmapSon Ho2023-07-252-13/+9
|
* Make progress on the hashmap propertiesSon Ho2023-07-252-24/+37
|
* Improve int_tac and scalar_tacSon Ho2023-07-251-13/+12
|
* Add fine-grained lemmas for the arithmetic operationsSon Ho2023-07-201-7/+130
|
* Add arithmetic spec lemmasSon Ho2023-07-191-6/+161
|
* Make modifications to Vec.leanSon Ho2023-07-181-3/+5
|
* Start proving theorems for primitive definitionsSon Ho2023-07-172-33/+57
|
* Reorganize the Lean backendSon Ho2023-07-173-0/+750