summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-27Fix the issues with the cross-references for OCaml docSon Ho1-2/+2
2023-11-22Improve further the generation of parent clause/trait clause namesSon Ho1-0/+27
2023-11-21Add span information to the generated codeSon Ho1-2/+11
2023-11-21Add an `is_local` field to declarationsSon Ho1-0/+4
2023-11-16Finish propagating the changes to the names and cleaningSon Ho1-0/+1
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-10/+17
2023-11-12Prefix variants related to types with "T"Son Ho1-12/+12
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-7/+5
2023-11-07Update the normalization of associated typesSon Ho1-0/+1
2023-11-06Update following some changes in CharonSon Ho1-0/+1
2023-10-30Make minor updates following changes in CharonSon Ho1-1/+0
2023-10-25Make the hashmap files typecheck again in LeanSon Ho1-2/+2
2023-10-25Update following the addition of raw pointersSon Ho1-1/+17
2023-10-23Remove some assumed types and add more support for builtin definitionsSon Ho1-11/+1
2023-09-11Make progress on correctly handling trait method calls in the symbolic executionSon Ho1-3/+11
2023-09-10Add support for the trait associated constantsSon Ho1-1/+3
2023-09-03Make progress on the extractionSon Ho1-0/+44
2023-09-03Make progress on the extractionSon Ho1-3/+13
2023-08-31Finish updating SymbolicToPure.mlSon Ho1-3/+4
2023-08-31Start adding support for traitsSon Ho1-11/+89
2023-08-18Update following the introduction of ConstantExprSon Ho1-0/+2
2023-08-03Fix an issue with the extraction of aggregated arraysSon Ho1-42/+97
2023-08-02Make progressSon Ho1-5/+1
2023-08-02Make progressSon Ho1-0/+1
2023-08-02Make progressSon Ho1-3/+7
2023-08-02Make progress proapagating the changesSon Ho1-13/+30
2023-08-01Start adding support for const genericsSon Ho1-17/+7
2023-07-05Start using namespaces in the Lean backendSon Ho1-3/+7
2023-06-04Add a special expression for structure creation/updateSon Ho1-10/+91
2023-06-04Custom syntax support for structures in LeanJonathan Protzenko1-11/+11
2023-02-03Improve the pretty names generation for loopsSon Ho1-0/+1
2023-02-03Implement a pass to filter the unused input arguments in the loop functionsSon Ho1-1/+5
2023-02-03Improve the heuristic to find pretty names for the variables in the loopsSon Ho1-2/+9
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-0/+3
2023-02-03Fix the comments for ocamldocSon Ho1-1/+1
2023-02-03Fix a minor issue in decompose_let_bindingsSon Ho1-0/+1
2023-02-03Fix various issues with the generation of code for the loopsSon Ho1-1/+4
2023-02-03Fix some bugsSon Ho1-2/+36
2023-02-03Make good progress on updating SymbolicToPureSon Ho1-1/+1
2023-02-03Add a `Loop` node in the pure ASTSon Ho1-0/+34
2023-02-03Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho1-2/+9
2023-02-03Add loop ids to the pure functions identifiersSon Ho1-1/+6
2022-11-16Do not introduce match on the fuel for non-recursive functionsSon Ho1-0/+2
2022-11-14Add a `-use-fuel` optionSon Ho1-5/+23
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-2/+5
2022-11-14Reorganize the project to prepare for new backendsSon Ho1-1/+1
2022-11-11Fix some issues with the commentsSon Ho1-4/+4
2022-11-10Make a minor cleanupSon Ho1-14/+19
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-11/+24
2022-11-10Update the way function names are handled in PureSon Ho1-13/+21