summaryrefslogtreecommitdiff
path: root/compiler/ExtractBase.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert some changes which shouldn't be hereSon Ho2024-03-281-6/+5
* formattingEscherichia2024-03-281-104/+133
* changes after git rebase mainEscherichia2024-03-281-8/+16
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-46/+42
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-1/+1
* changes to extract_ty and related functions to use the right metaEscherichia2024-03-281-18/+11
* added a meta option field to norm_ctx and changed the meta used by some asser...Escherichia2024-03-281-1/+0
* Replaced some unclear TODOs error message placeholder by clearer TODOs, they ...Escherichia2024-03-281-2/+2
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-39/+39
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-136/+139
* Update following changes in CharonSon Ho2024-03-171-1/+1
* Update the generation of namesSon Ho2024-03-111-6/+15
* Update the name generation and add CLI to print external pat namesSon Ho2024-03-101-6/+12
* Make progress on propagating the changesSon Ho2024-03-081-139/+22
* Remove the option to split fwd/back functions and update SymbolicToPureSon Ho2024-03-081-59/+23
* Update the code generationSon Ho2024-03-081-2/+6
* Fix minor issuesSon Ho2023-12-221-27/+54
* Use indices starting at 1 to make variable names unique at code genSon Ho2023-12-211-1/+1
* Update the extraction to handle casts between integers/boolsSon Ho2023-12-131-1/+9
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-8/+9
* Update following changes in CharonSon Ho2023-12-051-1/+1
* Add support for more bitwise operations and update the extractionSon Ho2023-11-291-7/+5
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-3/+3
* Add the alloc::string::String type in the builtinsSon Ho2023-11-241-2/+3
* Update a commentSon Ho2023-11-241-2/+3
* Update some assumed type names/variantsSon Ho2023-11-241-28/+40
* Improve the error messages for some name collisionsSon Ho2023-11-241-2/+4
* Improve further the generation of parent clause/trait clause namesSon Ho2023-11-221-27/+75
* Improve the generation of parent clause namesSon Ho2023-11-211-4/+19
* Update the generation of names for the parent trait clausesSon Ho2023-11-211-4/+29
* Reorganize the "Extract" filesSon Ho2023-11-211-510/+1125
* Use the name matcher implemented in CharonSon Ho2023-11-201-2/+1
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-138/+54
* Add RegionsHierarchy.mlSon Ho2023-11-131-2/+6
* Prefix variants related to types with "T"Son Ho2023-11-121-13/+14
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-27/+27
* Make the traits work for CoqSon Ho2023-11-091-0/+8
* Fix a small issue in AssociatedTypesSon Ho2023-11-091-6/+6
* Fix minor issues in the name collision detectionSon Ho2023-10-271-9/+23
* Make minor modifications and update the array test for F*Son Ho2023-10-261-12/+10
* Make progress on fixing the extraction for LeanSon Ho2023-10-261-63/+102
* Make the hashmap files typecheck again in LeanSon Ho2023-10-251-0/+2
* Update following the addition of raw pointersSon Ho2023-10-251-2/+3
* Handle properly the builtin, non fallible functionsSon Ho2023-10-241-2/+2
* Filter some type arguments for the builtin types/functionsSon Ho2023-10-241-0/+13
* Remove the possibility of generating opaque module signaturesSon Ho2023-10-241-175/+58
* Add support for builtin trait implementationsSon Ho2023-10-241-17/+0
* Fix various issues with the builtinsSon Ho2023-10-241-0/+1
* Make progress on handling the builtinsSon Ho2023-10-231-68/+0
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-69/+4