summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Update SymbolicToPure.eliminate_box_functionsSon Ho2023-11-161-30/+45
| * Rename Driver.ml to Main.mlSon Ho2023-11-162-3/+3
| * Finish propagating the changes to the names and cleaningSon Ho2023-11-1612-179/+244
| * Do more cleanupSon Ho2023-11-152-5/+4
| * Do more cleanupSon Ho2023-11-152-38/+34
| * Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-1550-4397/+3751
| * Normalize the types when computing the regions hierarchiesSon Ho2023-11-134-77/+186
| * Make minor modificationsSon Ho2023-11-136-20/+53
| * Add RegionsHierarchy.mlSon Ho2023-11-1316-147/+453
| * Add the "V" prefix to most variants related to valuesSon Ho2023-11-1215-645/+629
| * Prefix variants related to types with "T"Son Ho2023-11-1227-321/+320
| * Rename some variantsSon Ho2023-11-129-15/+15
| * Remove the 'r type variable from the ty type definitionSon Ho2023-11-1242-1811/+1305
| * 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