summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-24Rename meta into spanAymeric Fromherz1-69/+69
2024-04-04Update the extractionSon Ho1-2/+2
2024-04-03resolved requested changesEscherichia1-3/+1
2024-04-03added Error and EError to expressions and propagated related changesEscherichia1-0/+4
2024-03-29Add some error messagesSon Ho1-3/+3
2024-03-29formatting and changed save_error condition for failing from b to not bEscherichia1-6/+15
2024-03-29added file and line arg to craise and cassertEscherichia1-19/+19
2024-03-28formattingEscherichia1-54/+87
2024-03-28Should answer all comments, there are still some TODO: error message leftEscherichia1-51/+51
2024-03-28Still need to fill the TODO: error message and check some meta but it buildsEscherichia1-12/+12
2024-03-28WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia1-62/+63
2024-03-20Improve the generation of pretty name and the micro passesSon Ho1-5/+20
2024-03-17Update following changes in CharonSon Ho1-14/+4
2024-03-08Make progress on propagating the changesSon Ho1-13/+5
2023-12-22Fix the output type of the loops backward functionsSon Ho1-9/+2
2023-12-21Fix issues when extracting stateful functionsSon Ho1-25/+26
2023-12-18Fix a minor mistake in SymbolicToPureSon Ho1-5/+7
2023-12-15Make progress on propagating the changesSon Ho1-12/+4
2023-12-15Make good progress on updating SymbolicToPureSon Ho1-0/+8
2023-12-13Update the extraction to handle casts between integers/boolsSon Ho1-1/+1
2023-12-05Update following changes in CharonSon Ho1-1/+4
2023-11-21Add span information to the generated codeSon Ho1-2/+2
2023-11-21Rename PrimitiveValues to ValuesSon Ho1-4/+4
2023-11-20Use the name matcher implemented in CharonSon Ho1-3/+3
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