summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update the Makefile for the F* array testSon Ho2023-11-091-1/+1
| * | Regenerate the testsSon Ho2023-11-092-94/+37
| * | 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-096-36/+1616
| * | Modify some options and update the MakefileSon Ho2023-11-0911-1082/+2280
| * | Update the Makefile to rename the "trans-" rules to "test-"Son Ho2023-11-091-46/+46
| * | Regenerate some Lean testsSon Ho2023-11-092-0/+39
| * | Fix a small issue in AssociatedTypesSon Ho2023-11-097-15/+21
| * | Update the Makefile and regenerate some testsSon Ho2023-11-084-0/+40
| * | Update the extractionSon Ho2023-11-073-2/+15
| * | Update the normalization of associated typesSon Ho2023-11-074-50/+126
| * | Fix a naming issueSon Ho2023-11-061-1/+3
| * | Regenerate part of the trait tests for LeanSon Ho2023-11-062-16/+65
| * | Fix some issues when extracting references to SelfSon Ho2023-11-061-30/+57
| * | Update following some changes in CharonSon Ho2023-11-065-58/+68
| * | Make minor updates following changes in CharonSon Ho2023-10-302-6/+2
| * | Add some files for the Coq trait testsSon Ho2023-10-272-0/+28
| * | Fix minor issues in the name collision detectionSon Ho2023-10-272-10/+23
| * | Regenerate the Coq test filesSon Ho2023-10-2724-2118/+3589
| * | Update Primitives.vSon Ho2023-10-271-60/+342
| * | Regenerate more F* filesSon Ho2023-10-2718-1549/+1427
| * | Fix a minor issue and regenerate some F* test filesSon Ho2023-10-2710-602/+646
| * | Regenerate some of the F* test filesSon Ho2023-10-2719-440/+549
| * | 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