summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Introduce mdplace to link meta information about the given back valuesSon Ho2022-04-208-114/+212
| | | | to the information about the input arguments
* Regenerate the test filesSon Ho2022-04-204-148/+149
|
* Improve the generation of pretty names by correctly using theSon Ho2022-04-204-23/+30
| | | | left constraints
* Improve PrintPure.mlSon Ho2022-04-201-6/+7
|
* Update the evaluation of matches for the cases where the scrutinee is aSon Ho2022-04-203-13/+46
| | | | shared loan
* Regenerate a test fileSon Ho2022-04-201-0/+20
|
* Add some TODOsSon Ho2022-03-181-0/+6
|
* Regenerate Paper.fstSon Ho2022-03-051-0/+16
|
* Make an update in the hash mapSon Ho2022-03-052-9/+4
|
* Make a minor modificationSon Ho2022-03-041-1/+1
|
* Make minor modifications to hashmap_on_diskSon Ho2022-03-041-9/+14
|
* Make minor modificationsSon Ho2022-03-041-5/+5
|
* Do the proofs about hashmap_on_diskSon Ho2022-03-041-0/+300
|
* Generate hashmap_on_diskSon Ho2022-03-048-0/+1733
|
* Fix minor issues for the translation of hashmap_on_diskSon Ho2022-03-043-30/+82
|
* Make minor modifications to the variable names generationSon Ho2022-03-043-4/+13
|
* Commit the translation of external.rsSon Ho2022-03-043-0/+88
|
* Fix a minor issue with external function declarationsSon Ho2022-03-042-1/+25
|
* Fix a small issue with PureMicroPasses.get_body_min_var_counterSon Ho2022-03-043-19/+21
|
* Fix a minor issueSon Ho2022-03-041-6/+9
|
* Fix minor issues when using the state-error monadSon Ho2022-03-042-7/+85
|
* Fix minor issues with regards to extraction of opaque typesSon Ho2022-03-042-15/+21
|
* Fix minor mistakes with regards to extraction of external declarationsSon Ho2022-03-045-45/+68
|
* Update the code to create missing directories upon exportSon Ho2022-03-042-1/+8
|
* Make minor modifications in the MakefileSon Ho2022-03-031-3/+3
|
* Update the Makefile to call Charon's Makefile on the testsSon Ho2022-03-031-15/+6
|
* Change the extension of the serialized files to .llbcSon Ho2022-03-034-42/+42
|
* Fix minor issuesSon Ho2022-03-032-4/+8
|
* In fun_id rename the variant Local to RegularSon Ho2022-03-0312-26/+27
|
* Update SymbolicToPure and TranslateSon Ho2022-03-032-89/+123
|
* Make good progress on adding support for external and opaqueSon Ho2022-03-0315-354/+475
| | | | declarations
* Rename CfimOfJson to LlbcOfJsonSon Ho2022-03-034-3/+16
|
* Rename CFIM to LLBCSon Ho2022-03-0325-74/+74
|
* Finish updating Translate and ExtractToFStarSon Ho2022-03-032-21/+36
|
* Make good progress updating TranslateSon Ho2022-03-032-9/+94
|
* Add an Opaque variant to type_decl_kind and start updating the codeSon Ho2022-03-0311-35/+60
|
* Cleanup a bitSon Ho2022-03-031-31/+0
|
* Update the name definition to use path_elemSon Ho2022-03-035-57/+114
|
* Move the names from Identifiers to NamesSon Ho2022-03-0310-54/+63
|
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-0329-459/+463
|
* Update a commentSon Ho2022-03-031-1/+1
|
* Fix minor issues due to updates in CharonSon Ho2022-02-282-2/+3
|
* Add the betree_nll.rs testSon Ho2022-02-262-0/+54
|
* Start updating the Makefile for the NLL testsSon Ho2022-02-261-5/+17
|
* Update the way function names are handledSon Ho2022-02-2417-61/+116
|
* Finish writing the code which generates the state-error monadSon Ho2022-02-245-5/+43
|
* Start working on generating code which uses a state-error monadSon Ho2022-02-236-36/+154
|
* Add an option to control the translation to error monad or state-errorSon Ho2022-02-233-14/+26
| | | | monad
* Add the `State` assumed type in Pure.mlSon Ho2022-02-235-9/+35
|
* Make a minor modificationSon Ho2022-02-231-2/+3
|