summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-332/+239
2023-11-12Prefix variants related to types with "T"Son Ho1-35/+35
2023-11-12Rename some variantsSon Ho1-3/+3
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-12/+12
2023-10-25Update following the addition of raw pointersSon Ho1-3/+5
2023-10-23Remove some assumed types and add more support for builtin definitionsSon Ho1-52/+5
2023-10-20Start updating to handle function pointersSon Ho1-11/+11
2023-10-13Add supSon Ho1-0/+1
2023-09-11Make progress on correctly handling trait method calls in the symbolic executionSon Ho1-2/+5
2023-09-10Add support for the trait associated constantsSon Ho1-1/+7
2023-09-03Make progress on the extractionSon Ho1-2/+2
2023-08-31Update TranslateCore and factor out some definitions in PrintPureSon Ho1-26/+12
2023-08-31Finish updating SymbolicToPure.mlSon Ho1-2/+11
2023-08-31Start adding support for traitsSon Ho1-26/+129
2023-08-18Update following the introduction of ConstantExprSon Ho1-3/+2
2023-08-07Change some fun id names to use "Mut"/"Shared" as a suffixSon Ho1-10/+10
2023-08-04Add SliceLen as a primitive function and make minor adjustmentsSon Ho1-0/+1
2023-08-03Fix an issue with the extraction of aggregated arraysSon Ho1-12/+26
2023-08-02Make progressSon Ho1-1/+0
2023-08-02Make progressSon Ho1-2/+13
2023-08-02Make progressSon Ho1-0/+1
2023-08-02Make progress proapagating the changesSon Ho1-35/+78
2023-08-01Start adding support for const genericsSon Ho1-3/+15
2023-06-04Add a special expression for structure creation/updateSon Ho1-0/+19
2023-02-03Improve the heuristic to find pretty names for the variables in the loopsSon Ho1-1/+5
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-3/+14
2023-02-03Fix a minor issue in decompose_let_bindingsSon Ho1-1/+2
2023-02-03Add more loop examples and fix issuesSon Ho1-1/+1
2023-02-03Fix a small issue with SymbolicToPure.translate_loopSon Ho1-23/+35
2023-02-03Fix another bugSon Ho1-4/+6
2023-02-03Add a `Loop` node in the pure ASTSon Ho1-0/+15
2023-02-03Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho1-3/+3
2023-02-03Add loop ids to the pure functions identifiersSon Ho1-7/+20
2022-11-14Add a `-use-fuel` optionSon Ho1-4/+25
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-4/+17
2022-11-10Update the way function names are handled in PureSon Ho1-25/+32
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-0/+1
2022-10-28Make minor modificationsSon Ho1-1/+1
2022-10-28Move some files to the Charon projectSon Ho1-1/+1
2022-10-27Reorganize Print.mlSon Ho1-6/+6
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-2/+2
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-4/+4
2022-09-22Make minor cleanupSon Ho1-20/+8
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-3/+6
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-1/+9
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-4/+3
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-3/+3
2022-05-15Treat integer casts in a general mannerSon Ho1-6/+6
2022-05-04Start updating the way the function return type (with errors and states)Son Ho1-19/+4