summaryrefslogtreecommitdiff
path: root/compiler/Extract.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Pure.fun_sig_infoSon Ho2023-12-131-2/+6
|
* Fix minor issues when extracting a structure with one field as a tupleSon Ho2023-12-071-21/+34
|
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-26/+48
|
* Make a minor fixSon Ho2023-11-241-1/+1
|
* Update some assumed type names/variantsSon Ho2023-11-241-6/+1
|
* Improve further the generation of parent clause/trait clause namesSon Ho2023-11-221-7/+26
|
* Reorganize the "Extract" filesSon Ho2023-11-211-24/+23
|
* Add span information to the generated codeSon Ho2023-11-211-12/+19
|
* Use the name matcher implemented in CharonSon Ho2023-11-201-7/+11
|
* Finish propagating the changes to the names and cleaningSon Ho2023-11-161-19/+21
|
* Prefix variants related to types with "T"Son Ho2023-11-121-7/+7
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-13/+13
|
* Make the traits work for CoqSon Ho2023-11-091-140/+251
|
* 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-091-9/+29
|
* Fix a small issue in AssociatedTypesSon Ho2023-11-091-2/+2
|
* Update the extractionSon Ho2023-11-071-2/+2
|
* Update following some changes in CharonSon Ho2023-11-061-22/+15
|
* Make progress on fixing the extraction for LeanSon Ho2023-10-261-1/+1
|
* Fix more issues at extraction and factor out defs in ExtractBuiltinSon Ho2023-10-261-6/+23
|
* Make the hashmap files typecheck again in LeanSon Ho2023-10-251-2391/+109
|
* Fix some issues at extraction and add builtinsSon Ho2023-10-251-23/+22
|
* Update following the addition of raw pointersSon Ho2023-10-251-1/+4
|
* Merge branch 'son_traits' into son_traits_typesSon Ho2023-10-241-4/+7
|\
| * Merge branch 'son_traits_arrow' into protz_numericSon Ho2023-10-241-2/+2
| |\
| * | Add more support for numeric operations, xor, rotateJonathan Protzenko2023-10-221-4/+7
| | |
* | | 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-241-2/+65
| | |
* | | Remove the possibility of generating opaque module signaturesSon Ho2023-10-241-116/+51
| | |
* | | Add support for builtin trait implementationsSon Ho2023-10-241-2/+30
| | |
* | | Fix various issues with the builtinsSon Ho2023-10-241-34/+81
| | |
* | | Make progress on handling the builtinsSon Ho2023-10-231-42/+212
| | |
* | | Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-68/+77
| |/ |/|
* | Start updating to handle function pointersSon Ho2023-10-201-2/+2
|/
* 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
| |
* | Add supSon Ho2023-10-131-1/+3
| |
* | Slightly improve formatting of the generated codeSon Ho2023-10-061-1/+6
| |
* | Cleanup a bitSon Ho2023-09-191-2/+2
| |
* | Merge trans_ctx and decls_ctxSon Ho2023-09-171-6/+2
| |
* | Make progress on correctly extracting trait method callsSon Ho2023-09-171-26/+84
| |
* | Fix some issues with calls to trait methodsSon Ho2023-09-171-9/+14
| |
* | Fix some formatting issuesSon Ho2023-09-171-2/+10
| |
* | Fix several issues with the extractionSon Ho2023-09-171-66/+98
| |
* | Fix issues with name registration/lookupSon Ho2023-09-161-2/+26
| |
* | Fix more issuesSon Ho2023-09-161-7/+6
| |
* | Fix issues with name collisionsSon Ho2023-09-161-7/+21
| |
* | Make progress on the extractionSon Ho2023-09-141-1/+9
| |
* | Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-2/+2
| |