summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-28Remove redundant `llbc_name` fieldNadrieril1-6/+0
It's redundant with `item_meta.name`
2024-06-24Update charonNadrieril1-12/+8
2024-06-18Support for renaming using the rename attribute in charon (#239)Escherichia1-6/+18
* support for renaming using the rename attribute in charon * support for global decl * add support for renaming field * applied suggested changes and began adding support for variant * finished support for renaming variant * applied suggested changes * add tests * fixed variant and field renaming * update charon-pin * update flake.lock * Update the charon pin * Fix an issue with renaming trait method implementations * Fix an issue with the renaming of trait implementations * Fix an issue when renaming enumerations * Update the Charon pin * Fix the F* tests * Fix an issue with the spans for the loops * Fix the tests * Update a comment * Use fuel in the coq tests * Generate the template decreases clauses by default --------- Co-authored-by: Escherichia <escherichia@charlotte> Co-authored-by: Son Ho <hosonmarc@gmail.com>
2024-06-17Automatically add a @[reducible] attribute to some generated functionsSon Ho1-0/+7
2024-05-24Rename meta into spanAymeric Fromherz1-16/+16
2024-05-24Rename span into raw_spanAymeric Fromherz1-1/+1
2024-04-04Update the extractionSon Ho1-1/+1
2024-04-03added Error and EError to expressions and propagated related changesEscherichia1-0/+8
2024-03-20Improve the generation of pretty name and the micro passesSon Ho1-1/+7
2024-03-18Make good progress on adding generics to global constantsSon Ho1-0/+20
2024-03-17Update following changes in CharonSon Ho1-4/+2
2024-03-11Update the generation of namesSon Ho1-2/+2
2024-03-08Make progress on propagating the changesSon Ho1-3/+1
2023-12-22Fix the output type of the loops backward functionsSon Ho1-3/+1
2023-12-21Fix several issuesSon Ho1-17/+0
2023-12-21Simplify the type of the merged fwd/back functionsSon Ho1-0/+6
2023-12-15Make progress on propagating the changesSon Ho1-2/+1
2023-12-15Make good progress on updating SymbolicToPureSon Ho1-3/+4
2023-12-15Make progress on generalizing the signature informationSon Ho1-40/+90
2023-12-15Make minor modificationsSon Ho1-4/+5
2023-12-14Start updating Pure.fun_sig_info to handle merged forward and backward functionsSon Ho1-4/+20
2023-12-13Update the extraction to handle casts between integers/boolsSon Ho1-1/+1
2023-12-13Update Pure.fun_sig_infoSon Ho1-14/+16
2023-12-13Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sigSon Ho1-3/+5
2023-11-27Fix the issues with the cross-references for OCaml docSon Ho1-2/+2
2023-11-22Improve further the generation of parent clause/trait clause namesSon Ho1-0/+27
2023-11-21Add span information to the generated codeSon Ho1-2/+11
2023-11-21Add an `is_local` field to declarationsSon Ho1-0/+4
2023-11-16Finish propagating the changes to the names and cleaningSon Ho1-0/+1
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-10/+17
2023-11-12Prefix variants related to types with "T"Son Ho1-12/+12
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-7/+5
2023-11-07Update the normalization of associated typesSon Ho1-0/+1
2023-11-06Update following some changes in CharonSon Ho1-0/+1
2023-10-30Make minor updates following changes in CharonSon Ho1-1/+0
2023-10-25Make the hashmap files typecheck again in LeanSon Ho1-2/+2
2023-10-25Update following the addition of raw pointersSon Ho1-1/+17
2023-10-23Remove some assumed types and add more support for builtin definitionsSon Ho1-11/+1
2023-09-11Make progress on correctly handling trait method calls in the symbolic executionSon Ho1-3/+11
2023-09-10Add support for the trait associated constantsSon Ho1-1/+3
2023-09-03Make progress on the extractionSon Ho1-0/+44
2023-09-03Make progress on the extractionSon Ho1-3/+13
2023-08-31Finish updating SymbolicToPure.mlSon Ho1-3/+4
2023-08-31Start adding support for traitsSon Ho1-11/+89
2023-08-18Update following the introduction of ConstantExprSon Ho1-0/+2
2023-08-03Fix an issue with the extraction of aggregated arraysSon Ho1-42/+97
2023-08-02Make progressSon Ho1-5/+1
2023-08-02Make progressSon Ho1-0/+1
2023-08-02Make progressSon Ho1-3/+7
2023-08-02Make progress proapagating the changesSon Ho1-13/+30