| Commit message (Expand) | Author | Files | Lines |
2022-05-16 | Fix an issue when extracting assumed values | Son Ho | 1 | -1/+1 |
2022-05-15 | Add a pass to cleanup the deconstructed ADTs and fix a small issue | Son Ho | 1 | -1/+5 |
2022-05-15 | Treat integer casts in a general manner | Son Ho | 1 | -7/+26 |
2022-05-06 | Don't use the Rust disambiguators when generating names at extraction | Son Ho | 1 | -3/+5 |
2022-05-04 | Make minor modifications | Son Ho | 1 | -1/+1 |
2022-05-04 | Fix various issues when using a state | Son Ho | 1 | -23/+11 |
2022-05-04 | Make progress updating the code | Son Ho | 1 | -3/+2 |
2022-05-01 | Do more cleanup | Son Ho | 1 | -2/+2 |
2022-05-01 | Cleanup | Son Ho | 1 | -3/+3 |
2022-05-01 | Perform more renamings | Son Ho | 1 | -1/+1 |
2022-05-01 | Perform some renamings | Son Ho | 1 | -4/+3 |
2022-05-01 | Rename "lvalue" to "pattern" | Son Ho | 1 | -19/+19 |
2022-05-01 | Fix a minor issue when extracting files | Son Ho | 1 | -6/+6 |
2022-05-01 | Make a minor modification | Son Ho | 1 | -1/+1 |
2022-04-29 | Make more progress propagating the changes | Son Ho | 1 | -96/+139 |
2022-04-27 | Fix a minor issue | Son Ho | 1 | -1/+2 |
2022-04-27 | Fix various bugs when extracting with a state monad | Son Ho | 1 | -7/+15 |
2022-04-27 | Make minor modifications | Son Ho | 1 | -4/+5 |
2022-04-27 | Update formatting | Son Ho | 1 | -12/+6 |
2022-04-27 | Make minor modifications to formatting | Son Ho | 1 | -37/+35 |
2022-04-27 | Update ExtractToFStar | Son Ho | 1 | -114/+188 |
2022-04-26 | Introduce the App expression, and make progress updating the code | Son Ho | 1 | -1/+1 |
2022-03-04 | Fix minor issues for the translation of hashmap_on_disk | Son Ho | 1 | -4/+22 |
2022-03-04 | Make minor modifications to the variable names generation | Son Ho | 1 | -3/+7 |
2022-03-04 | Fix a minor issue with external function declarations | Son Ho | 1 | -0/+21 |
2022-03-04 | Fix minor issues when using the state-error monad | Son Ho | 1 | -2/+41 |
2022-03-04 | Fix minor issues with regards to extraction of opaque types | Son Ho | 1 | -14/+20 |
2022-03-04 | Fix minor mistakes with regards to extraction of external declarations | Son Ho | 1 | -40/+51 |
2022-03-03 | Make good progress on adding support for external and opaque | Son Ho | 1 | -20/+30 |
2022-03-03 | Finish updating Translate and ExtractToFStar | Son Ho | 1 | -18/+34 |
2022-03-03 | Make good progress updating Translate | Son Ho | 1 | -3/+7 |
2022-03-03 | Update the name definition to use path_elem | Son Ho | 1 | -5/+6 |
2022-03-03 | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 1 | -23/+23 |
2022-02-24 | Update the way function names are handled | Son Ho | 1 | -9/+11 |
2022-02-23 | Start working on generating code which uses a state-error monad | Son Ho | 1 | -3/+4 |
2022-02-23 | Add the `State` assumed type in Pure.ml | Son Ho | 1 | -4/+11 |
2022-02-23 | Improve variable name generation | Son Ho | 1 | -3/+15 |
2022-02-23 | Inline more let-bindings and improve formatting | Son Ho | 1 | -15/+32 |
2022-02-10 | Make more improvements to formatting | Son Ho | 1 | -6/+18 |
2022-02-10 | Make more improvements to formatting | Son Ho | 1 | -12/+14 |
2022-02-10 | Make slight improvements to formatting | Son Ho | 1 | -2/+2 |
2022-02-10 | Improve slightly more the formatting | Son Ho | 1 | -3/+6 |
2022-02-10 | Slightly improve formatting | Son Ho | 1 | -1/+9 |
2022-02-09 | Make minor modifications and cleanup | Son Ho | 1 | -0/+3 |
2022-02-09 | Cleanup a bit | Son Ho | 1 | -43/+14 |
2022-02-09 | Implement generation of template decrease clauses | Son Ho | 1 | -5/+99 |
2022-02-09 | Implement the generation of `decreases` clauses in the definition | Son Ho | 1 | -8/+60 |
2022-02-09 | Start working on the generation of decrease clauses | Son Ho | 1 | -1/+16 |
2022-02-09 | Improve a bit the quality of the generated code by adjusting the | Son Ho | 1 | -5/+7 |
2022-02-09 | Make minor modifications with regards to unit tests | Son Ho | 1 | -3/+4 |