summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make progress on propagating the changesSon Ho2023-12-151-2/+1
|
* Make good progress on updating SymbolicToPureSon Ho2023-12-151-3/+4
|
* Make progress on generalizing the signature informationSon Ho2023-12-151-40/+90
|
* Make minor modificationsSon Ho2023-12-151-4/+5
|
* Merge remote-tracking branch 'origin/main' into son/merge_backSon Ho2023-12-141-1/+1
|\
| * Update the extraction to handle casts between integers/boolsSon Ho2023-12-131-1/+1
| |
* | Start updating Pure.fun_sig_info to handle merged forward and backward functionsSon Ho2023-12-141-4/+20
| |
* | Update Pure.fun_sig_infoSon Ho2023-12-131-14/+16
| |
* | Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sigSon Ho2023-12-131-3/+5
|/
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-2/+2
|
* Improve further the generation of parent clause/trait clause namesSon Ho2023-11-221-0/+27
|
* Add span information to the generated codeSon Ho2023-11-211-2/+11
|
* Add an `is_local` field to declarationsSon Ho2023-11-211-0/+4
|
* Finish propagating the changes to the names and cleaningSon Ho2023-11-161-0/+1
|
* 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 ↵Son Ho2023-02-031-2/+9
| | | | function