summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
| |
* | Fix issues with name collisionsSon Ho2023-09-162-13/+39
| |
* | Make progress on the extractionSon Ho2023-09-143-6/+24
| |
* | Fix some issues with the name collisionsSon Ho2023-09-141-3/+29
| |
* | Fix some issuesSon Ho2023-09-137-16/+81
| |
* | Fix more issuesSon Ho2023-09-134-40/+157
| |
* | Make minor modificationsSon Ho2023-09-135-47/+38
| |
* | Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-1112-67/+221
| |
* | Add support for the trait associated constantsSon Ho2023-09-1011-13/+83
| |