summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Add the `State` assumed type in Pure.mlSon Ho2022-02-235-9/+35
* Make a minor modificationSon Ho2022-02-231-2/+3
* Improve variable name generationSon Ho2022-02-233-50/+63
* Add a commentSon Ho2022-02-231-1/+18
* Inline more let-bindings and improve formattingSon Ho2022-02-235-123/+138
* Track the generated F* files from tests/miscSon Ho2022-02-232-0/+666
* Improve the code generation by inlining more let-bindingsSon Ho2022-02-233-146/+204
* Improve pretty-printing of environments by filtering and grouping valuesSon Ho2022-02-233-4/+68
* Make minor modifications to the MakefileSon Ho2022-02-231-1/+4
* Add commentsSon Ho2022-02-231-0/+2