summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the traits work for CoqSon Ho2023-11-096-193/+353
|
* Extract the trait parent clauses after the types and the constantsSon Ho2023-11-091-24/+25
|
* Progress on making the traits work for F*Son Ho2023-11-093-36/+115
|
* Modify some options and update the MakefileSon Ho2023-11-092-9/+9
|
* Fix a small issue in AssociatedTypesSon Ho2023-11-097-15/+21
|
* Update the extractionSon Ho2023-11-071-2/+2
|
* Update the normalization of associated typesSon Ho2023-11-074-50/+126
|
* Fix a naming issueSon Ho2023-11-061-1/+3
|
* Fix some issues when extracting references to SelfSon Ho2023-11-061-30/+57
|
* Update following some changes in CharonSon Ho2023-11-064-57/+59
|
* Make minor updates following changes in CharonSon Ho2023-10-302-6/+2
|
* Fix minor issues in the name collision detectionSon Ho2023-10-272-10/+23
|
* Fix a minor issue and regenerate some F* test filesSon Ho2023-10-271-9/+20
|
* Make minor modifications and update the array test for F*Son Ho2023-10-263-14/+17
|
* Fix some issues and regenerate the HashmapMain example for LeanSon Ho2023-10-263-7/+18
|
* Improve the handling of saved function effects in ExtractBuiltin.mlSon Ho2023-10-262-24/+44
|
* Make progress on fixing the extractionSon Ho2023-10-261-8/+24
|
* Improve ExtractBuiltin.mlSon Ho2023-10-262-46/+57
|
* Make progress on fixing the extraction for LeanSon Ho2023-10-264-106/+130
|
* Fix more issues at extraction and factor out defs in ExtractBuiltinSon Ho2023-10-262-266/+166
|
* Make the hashmap files typecheck again in LeanSon Ho2023-10-257-2740/+2667
|
* Fix some issues at extraction and add builtinsSon Ho2023-10-254-38/+340
|
* 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-243-18/+54
|
* Merge branch 'son_traits' into son_traits_typesSon Ho2023-10-242-7/+28
|\
| * Merge branch 'son_traits_arrow' into protz_numericSon Ho2023-10-2416-100/+163
| |\
| * | Add more support for numeric operations, xor, rotateJonathan Protzenko2023-10-222-7/+28
| | |
* | | Start taking into account non-fallible functions like core::mem::replaceSon Ho2023-10-242-5/+15
| | |
* | | Fix minor issuesSon Ho2023-10-241-4/+4
| | |
* | | 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 some debugging informationSon Ho2023-10-241-0/+7
| | |
* | | 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
|/
* Merge branch 'main' into son_traits and fix some issuesSon Ho2023-10-161-2/+5
|\
* | Improve formatting of scalars in LeanSon Ho2023-10-161-23/+10
| |
* | Fix a small issueSon Ho2023-10-162-13/+53
| |
* | Add supSon Ho2023-10-136-3/+23
| |
* | Slightly improve formatting of the generated codeSon Ho2023-10-061-1/+6
| |
* | 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
| |