summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make minor modifications and update the array test for F*Son Ho2023-10-266-188/+200
|
* Update Primitives.fstSon Ho2023-10-268-318/+2757
|
* Fix some issues and regenerate the HashmapMain example for LeanSon Ho2023-10-265-106/+147
|
* Regenerate the betree example for LeanSon Ho2023-10-261-40/+39
|
* Regenerate several test files for LeanSon Ho2023-10-264-122/+132
|
* Improve the handling of saved function effects in ExtractBuiltin.mlSon Ho2023-10-262-24/+44
|
* Regenerate the array files for LeanSon Ho2023-10-262-111/+103
|
* Make progress on fixing the extractionSon Ho2023-10-262-72/+88
|
* Improve ExtractBuiltin.mlSon Ho2023-10-262-46/+57
|
* Make progress on fixing the extraction for LeanSon Ho2023-10-265-220/+180
|
* Fix more issues at extraction and factor out defs in ExtractBuiltinSon Ho2023-10-262-266/+166
|
* Regenerate the hashmap filesSon Ho2023-10-252-86/+133
|
* Make the hashmap files typecheck again in LeanSon Ho2023-10-2512-2775/+2778
|
* Regenerate the Lean array testSon Ho2023-10-251-169/+150
|
* Fix some issues at extraction and add builtinsSon Ho2023-10-2511-61/+546
|
* Fix some issues to make the array test succeed againSon Ho2023-10-252-16/+44
|
* Remove the warning for loopsSon Ho2023-10-251-8/+0
|
* Update following the addition of raw pointersSon Ho2023-10-2512-17/+77
|
* Handle properly the builtin, non fallible functionsSon Ho2023-10-245-26/+62
|
* Merge branch 'son_traits' into son_traits_typesSon Ho2023-10-243-8/+50
|\
| * Merge branch 'son_traits_arrow' into protz_numericSon Ho2023-10-2416-100/+163
| |\
| * | Add more support for numeric operations, xor, rotateJonathan Protzenko2023-10-223-8/+50
| | |
* | | Start taking into account non-fallible functions like core::mem::replaceSon Ho2023-10-243-75/+79
| | |
* | | Fix minor issuesSon Ho2023-10-242-6/+6
| | |
* | | Fix an issue coming from the modification for the opaque signaturesSon Ho2023-10-241-12/+7
| | |
* | | Fix a printing issue with scalar valuesSon Ho2023-10-241-3/+5
| | |
* | | 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 README
| | * 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
| |\ | | | | | | Tutorial for the Lean backend
| | * 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
| | |