| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix a minor issue | Son Ho | 2022-03-04 | 1 | -6/+9 |
| * | Fix minor issues when using the state-error monad | Son Ho | 2022-03-04 | 2 | -7/+85 |
| * | Fix minor issues with regards to extraction of opaque types | Son Ho | 2022-03-04 | 2 | -15/+21 |
| * | Fix minor mistakes with regards to extraction of external declarations | Son Ho | 2022-03-04 | 5 | -45/+68 |
| * | Update the code to create missing directories upon export | Son Ho | 2022-03-04 | 2 | -1/+8 |
| * | Make minor modifications in the Makefile | Son Ho | 2022-03-03 | 1 | -3/+3 |
| * | Update the Makefile to call Charon's Makefile on the tests | Son Ho | 2022-03-03 | 1 | -15/+6 |
| * | Change the extension of the serialized files to .llbc | Son Ho | 2022-03-03 | 4 | -42/+42 |
| * | Fix minor issues | Son Ho | 2022-03-03 | 2 | -4/+8 |
| * | In fun_id rename the variant Local to Regular | Son Ho | 2022-03-03 | 12 | -26/+27 |
| * | Update SymbolicToPure and Translate | Son Ho | 2022-03-03 | 2 | -89/+123 |
| * | Make good progress on adding support for external and opaque | Son Ho | 2022-03-03 | 15 | -354/+475 |
| * | Rename CfimOfJson to LlbcOfJson | Son Ho | 2022-03-03 | 4 | -3/+16 |
| * | Rename CFIM to LLBC | Son Ho | 2022-03-03 | 25 | -74/+74 |
| * | Finish updating Translate and ExtractToFStar | Son Ho | 2022-03-03 | 2 | -21/+36 |
| * | Make good progress updating Translate | Son Ho | 2022-03-03 | 2 | -9/+94 |
| * | Add an Opaque variant to type_decl_kind and start updating the code | Son Ho | 2022-03-03 | 11 | -35/+60 |
| * | Cleanup a bit | Son Ho | 2022-03-03 | 1 | -31/+0 |
| * | Update the name definition to use path_elem | Son Ho | 2022-03-03 | 5 | -57/+114 |
| * | Move the names from Identifiers to Names | Son Ho | 2022-03-03 | 10 | -54/+63 |
| * | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 2022-03-03 | 29 | -459/+463 |
| * | Update a comment | Son Ho | 2022-03-03 | 1 | -1/+1 |
| * | Fix minor issues due to updates in Charon | Son Ho | 2022-02-28 | 2 | -2/+3 |
| * | Add the betree_nll.rs test | Son Ho | 2022-02-26 | 2 | -0/+54 |
| * | Start updating the Makefile for the NLL tests | Son Ho | 2022-02-26 | 1 | -5/+17 |
| * | Update the way function names are handled | Son Ho | 2022-02-24 | 17 | -61/+116 |
| * | Finish writing the code which generates the state-error monad | Son Ho | 2022-02-24 | 5 | -5/+43 |
| * | Start working on generating code which uses a state-error monad | Son Ho | 2022-02-23 | 6 | -36/+154 |
| * | Add an option to control the translation to error monad or state-error | Son Ho | 2022-02-23 | 3 | -14/+26 |
| * | Add the `State` assumed type in Pure.ml | Son Ho | 2022-02-23 | 5 | -9/+35 |
| * | Make a minor modification | Son Ho | 2022-02-23 | 1 | -2/+3 |
| * | Improve variable name generation | Son Ho | 2022-02-23 | 3 | -50/+63 |
| * | Add a comment | Son Ho | 2022-02-23 | 1 | -1/+18 |
| * | Inline more let-bindings and improve formatting | Son Ho | 2022-02-23 | 5 | -123/+138 |
| * | Track the generated F* files from tests/misc | Son Ho | 2022-02-23 | 2 | -0/+666 |
| * | Improve the code generation by inlining more let-bindings | Son Ho | 2022-02-23 | 3 | -146/+204 |
| * | Improve pretty-printing of environments by filtering and grouping values | Son Ho | 2022-02-23 | 3 | -4/+68 |
| * | Make minor modifications to the Makefile | Son Ho | 2022-02-23 | 1 | -1/+4 |
| * | Add comments | Son Ho | 2022-02-23 | 1 | -0/+2 |
| * | Update some comments | Son Ho | 2022-02-22 | 1 | -21/+8 |
| * | Make the interpreter pop the frame after executing a function body (for | Son Ho | 2022-02-22 | 2 | -12/+15 |
| * | Add support for "fused" match branches | Son Ho | 2022-02-22 | 5 | -10/+28 |
| * | Merge branch 'main' of github.com:Kachoc/aeneas into main | Son Ho | 2022-02-18 | 2 | -3/+5 |
| |\ |
|
| | * | More stuff for the paper + interactive mode makefile | Jonathan Protzenko | 2022-02-17 | 2 | -3/+5 |
| * | | Update the Makefile | Son Ho | 2022-02-18 | 1 | -3/+4 |
| |/ |
|
| * | Update the comments in Hashmap.Properties.fsti | Son Ho | 2022-02-14 | 1 | -6/+23 |
| * | Make minor modifications | Son Ho | 2022-02-14 | 1 | -3/+4 |
| * | Make minor modifications | Son Ho | 2022-02-14 | 1 | -3/+4 |
| * | Add more comments and reveal in the .fsti a non-overloading lemma for | Son Ho | 2022-02-14 | 2 | -28/+101 |
| * | Make minor modifications | Son Ho | 2022-02-14 | 1 | -1/+1 |