summaryrefslogtreecommitdiff
path: root/backends (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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
|/
* Update the Makefile and regenerate the test filesSon Ho2023-08-041-1/+0
* Fix issues with the extraction and extend the primitive libraries for Coq and F*Son Ho2023-08-043-20/+139
* 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
* Add arithmetic spec lemmasSon Ho2023-07-191-6/+161
* Start implementing support for some type classes for progressSon Ho2023-07-192-25/+117
* Cleanup moreSon Ho2023-07-191-3/+0
* Cleanup a bitSon Ho2023-07-191-2/+0
* Improve progressSon Ho2023-07-193-43/+99