summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Filter some type arguments for the builtin types/functionsSon Ho2023-10-244-10/+87
| * | | Remove the possibility of generating opaque module signaturesSon Ho2023-10-244-330/+111
| * | | Add support for builtin trait implementationsSon Ho2023-10-244-20/+80
| * | | Fix various issues with the builtinsSon Ho2023-10-244-122/+234
| * | | Add definitions in for the Lean Primitives librarySon Ho2023-10-243-0/+57
| * | | Add some debugging informationSon Ho2023-10-241-0/+7
| * | | Deactivate the concrete interpreter testsSon Ho2023-10-241-2/+2
| * | | Make progress on handling the builtinsSon Ho2023-10-234-154/+270
| * | | Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-2324-808/+763
| | |/ | |/|
| * | Start updating to handle function pointersSon Ho2023-10-2016-100/+163
| |/
| * 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-1618-107/+780
| |\ | |/ |/|
* | Merge pull request #41 from AeneasVerif/son-readmeSon HO2023-10-051-0/+2
|\ \
| * | Add a mention to the Zulip in the READMESon Ho2023-10-051-0/+2
|/ /
* | Merge pull request #37 from AeneasVerif/son_tutoSon HO2023-09-188-71/+691
|\ \
| * | Update the READMESon Ho2023-09-181-0/+2
| * | Cleanup the tutorial a bitSon Ho2023-09-181-80/+110
| * | Add notations for the Isize.ofInt, etc.Son Ho2023-09-181-0/+16
| * | Make minor modifications to the tutorialSon Ho2023-09-181-3/+2
| * | Add arithmetic lemmas in Scalar.leanSon Ho2023-09-181-12/+179
| * | Make progress on the tutorialSon Ho2023-09-181-3/+66
| * | Start writing a tutorialSon Ho2023-09-182-0/+298
| * | 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
|/ /
* | Merge pull request #36 from AeneasVerif/update_leanSon HO2023-09-1411-69/+95
|\ \
| * | Fix the hashmap proofs in LeanSon Ho2023-09-145-29/+41
| * | 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
|/ /
| * Improve formatting of scalars in LeanSon Ho2023-10-162-23/+25
| * Fix a small issueSon Ho2023-10-162-13/+53
| * Update Primitives.fstSon Ho2023-10-131-0/+3
| * Add support for array repeatSon Ho2023-10-131-26/+7
| * Add supSon Ho2023-10-139-4/+91
| * Slightly improve formatting of the generated codeSon Ho2023-10-062-11/+16
| * Generate the Traits test files for LeanSon Ho2023-10-064-0/+320
| * Cleanup a bitSon Ho2023-09-192-12/+12
| * Normalize the function signatures before translation to pureSon Ho2023-09-179-150/+294
| * Make minor modificationsSon Ho2023-09-172-15/+9
| * Merge trans_ctx and decls_ctxSon Ho2023-09-177-120/+53
| * Make progress on correctly extracting trait method callsSon Ho2023-09-173-39/+121
| * Update the handling of calls to trait impl methodsSon Ho2023-09-171-8/+67
| * Fix a minor issueSon Ho2023-09-171-2/+2
| * Fix some issues with calls to trait methodsSon Ho2023-09-172-11/+21
| * Fix some formatting issuesSon Ho2023-09-171-2/+10
| * Fix more issues with the extractionSon Ho2023-09-172-11/+46
| * Fix several issues with the extractionSon Ho2023-09-172-67/+100
| * Fix issues with name registration/lookupSon Ho2023-09-162-24/+81
| * Add a strict_names_map in the extraction_ctxSon Ho2023-09-162-17/+52
| * Fix more issuesSon Ho2023-09-162-8/+7