summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-332/+239
* Prefix variants related to types with "T"Son Ho2023-11-121-35/+35
* Rename some variantsSon Ho2023-11-121-3/+3
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-12/+12
* Update following the addition of raw pointersSon Ho2023-10-251-3/+5
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-52/+5
* Start updating to handle function pointersSon Ho2023-10-201-11/+11
* Add supSon Ho2023-10-131-0/+1
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-2/+5
* Add support for the trait associated constantsSon Ho2023-09-101-1/+7
* Make progress on the extractionSon Ho2023-09-031-2/+2
* Update TranslateCore and factor out some definitions in PrintPureSon Ho2023-08-311-26/+12
* Finish updating SymbolicToPure.mlSon Ho2023-08-311-2/+11
* Start adding support for traitsSon Ho2023-08-311-26/+129
* Update following the introduction of ConstantExprSon Ho2023-08-181-3/+2
* Change some fun id names to use "Mut"/"Shared" as a suffixSon Ho2023-08-071-10/+10
* Add SliceLen as a primitive function and make minor adjustmentsSon Ho2023-08-041-0/+1
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-12/+26
* Make progressSon Ho2023-08-021-1/+0
* Make progressSon Ho2023-08-021-2/+13
* Make progressSon Ho2023-08-021-0/+1
* Make progress proapagating the changesSon Ho2023-08-021-35/+78
* Start adding support for const genericsSon Ho2023-08-011-3/+15
* Add a special expression for structure creation/updateSon Ho2023-06-041-0/+19
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-031-1/+5
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-3/+14
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-1/+2
* Add more loop examples and fix issuesSon Ho2023-02-031-1/+1
* Fix a small issue with SymbolicToPure.translate_loopSon Ho2023-02-031-23/+35
* Fix another bugSon Ho2023-02-031-4/+6
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+15
* Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho2023-02-031-3/+3
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-7/+20
* Add a `-use-fuel` optionSon Ho2022-11-141-4/+25
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-4/+17
* Update the way function names are handled in PureSon Ho2022-11-101-25/+32
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+1
* Make minor modificationsSon Ho2022-10-281-1/+1
* Move some files to the Charon projectSon Ho2022-10-281-1/+1
* Reorganize Print.mlSon Ho2022-10-271-6/+6
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-2/+2
* Reorganize a bit the projectSon Ho2022-10-271-0/+594