summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update some assumed type names/variantsSon Ho2023-11-242-34/+41
* Improve the error messages for some name collisionsSon Ho2023-11-241-2/+4
* Make a minor update in ExtractName.pattern_to_extract_nameSon Ho2023-11-241-1/+4
* Fix an issue with the nix flake and update the flake.lockSon Ho2023-11-221-1/+1
* Cleanup a bitSon Ho2023-11-221-87/+0
* Make a minor modificationSon Ho2023-11-221-2/+3
* Use NameMatcher.NameMatcherMap instead of associative listsSon Ho2023-11-222-18/+22
* Improve further the generation of parent clause/trait clause namesSon Ho2023-11-228-48/+177
* Improve the generation of parent clause namesSon Ho2023-11-213-11/+45
* Update the generation of names for the parent trait clausesSon Ho2023-11-211-4/+29
* Reorganize the "Extract" filesSon Ho2023-11-217-1439/+1299
* Make minor updates to the extraction of spansSon Ho2023-11-211-4/+5
* Add span information to the generated codeSon Ho2023-11-2112-45/+91
* Add an `is_local` field to declarationsSon Ho2023-11-215-3/+16
* Rename PrimitiveValues to ValuesSon Ho2023-11-2114-24/+11
* Make a minor modificationSon Ho2023-11-211-1/+11
* Update more namesSon Ho2023-11-211-6/+7
* Fix issues with the builtin namesSon Ho2023-11-212-51/+88
* Fix minor issuesSon Ho2023-11-203-3/+9
* Fix minor issuesSon Ho2023-11-202-55/+13
* Use the name matcher implemented in CharonSon Ho2023-11-2019-495/+440
* Fix a minor issueSon Ho2023-11-161-1/+6
* Do more cleanupSon Ho2023-11-162-16/+17
* 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