summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-10/+17
* Prefix variants related to types with "T"Son Ho2023-11-121-12/+12
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-7/+5
* Update the normalization of associated typesSon Ho2023-11-071-0/+1
* Update following some changes in CharonSon Ho2023-11-061-0/+1
* Make minor updates following changes in CharonSon Ho2023-10-301-1/+0
* Make the hashmap files typecheck again in LeanSon Ho2023-10-251-2/+2
* Update following the addition of raw pointersSon Ho2023-10-251-1/+17
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-11/+1
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-3/+11
* Add support for the trait associated constantsSon Ho2023-09-101-1/+3
* Make progress on the extractionSon Ho2023-09-031-0/+44
* Make progress on the extractionSon Ho2023-09-031-3/+13
* Finish updating SymbolicToPure.mlSon Ho2023-08-311-3/+4
* Start adding support for traitsSon Ho2023-08-311-11/+89
* Update following the introduction of ConstantExprSon Ho2023-08-181-0/+2
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-42/+97
* Make progressSon Ho2023-08-021-5/+1
* Make progressSon Ho2023-08-021-0/+1
* Make progressSon Ho2023-08-021-3/+7
* Make progress proapagating the changesSon Ho2023-08-021-13/+30
* Start adding support for const genericsSon Ho2023-08-011-17/+7
* Start using namespaces in the Lean backendSon Ho2023-07-051-3/+7
* Add a special expression for structure creation/updateSon Ho2023-06-041-10/+91
* Custom syntax support for structures in LeanJonathan Protzenko2023-06-041-11/+11
* Improve the pretty names generation for loopsSon Ho2023-02-031-0/+1
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-1/+5
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-031-2/+9
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-0/+3
* Fix the comments for ocamldocSon Ho2023-02-031-1/+1
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-0/+1
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-1/+4
* Fix some bugsSon Ho2023-02-031-2/+36
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-1/+1
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+34
* Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho2023-02-031-2/+9
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-1/+6
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-161-0/+2
* Add a `-use-fuel` optionSon Ho2022-11-141-5/+23
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-2/+5
* Reorganize the project to prepare for new backendsSon Ho2022-11-141-1/+1
* Fix some issues with the commentsSon Ho2022-11-111-4/+4
* Make a minor cleanupSon Ho2022-11-101-14/+19
* Implement the generation of stateful backward functions (controlled by an opt...Son Ho2022-11-101-11/+24
* Update the way function names are handled in PureSon Ho2022-11-101-13/+21
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-2/+5
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-2/+2
* Make minor updates to account for Charon's changesSon Ho2022-10-281-18/+18
* Move some files to the Charon projectSon Ho2022-10-281-3/+3
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-9/+13