summaryrefslogtreecommitdiff
path: root/backends/lean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize a bitSon Ho2023-12-073-65/+94
|
* Merge branch 'main' into son_fixes2Son Ho2023-12-0515-472/+1011
|\
| * 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-092-5/+23
| |
| * 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
| |
| * 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
| | |
| * | Add supSon Ho2023-10-132-1/+65
| | |
| * | 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-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
| |
* | Fix an issue when loading the saved theorem maps for the progress tacticSon Ho2023-09-182-3/+68
| |
* | Fix the hashmap proofs in LeanSon Ho2023-09-142-7/+8
| |
* | Fix panic issues with the progress tacticSon Ho2023-09-141-3/+5
| |
* | Update to Lean 4.0.0 and fix some broken proofsSon Ho2023-09-147-38/+50
|/
* 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
|
* Add the UtilsBase.lean fileSon Ho2023-08-041-0/+10
|
* Start adding support for Arrays/Slices in the Lean librarySon Ho2023-08-048-39/+680
|
* Update some of the Vec function specsSon Ho2023-07-262-9/+21
|
* Update the syntax of the progress tacticSon Ho2023-07-264-25/+32
|
* Make progress on the proofs of the hashmapSon Ho2023-07-251-4/+43
|
* Make progress on the proofs of the hashmapSon Ho2023-07-256-30/+104
|
* Make progress on the hashmap propertiesSon Ho2023-07-257-29/+49
|
* Improve int_tac and scalar_tacSon Ho2023-07-255-32/+87
|
* Add the possibility of using "_" as ident for progressSon Ho2023-07-252-18/+26
|
* Improve the syntax of progress: `as ⟨ x, y .. ⟩`Son Ho2023-07-252-44/+94
|
* Fix a naming issue with progressSon Ho2023-07-201-4/+4
|
* Make progress on some of the hashmap proofsSon Ho2023-07-201-8/+22
|
* Make some proofs in Hashmap/Properties.lean and improve progressSon Ho2023-07-204-63/+64
|
* Improve progress further and move some lemmasSon Ho2023-07-202-21/+101
|
* Add fine-grained lemmas for the arithmetic operationsSon Ho2023-07-202-8/+131
|
* Improve progress furtherSon Ho2023-07-202-72/+142
|
* Fix a small issue with the persistent state of progressSon Ho2023-07-192-5/+13
|
* Add some utilities for progressSon Ho2023-07-192-5/+35
|