| Commit message (Expand) | Author | Files | Lines |
2023-09-17 | Make progress on correctly extracting trait method calls | Son Ho | 1 | -0/+17 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -44/+88 |
2023-08-18 | Add tests which use const generics as values | Son Ho | 1 | -0/+3 |
2023-08-18 | Update following the introduction of ConstantExpr | Son Ho | 1 | -1/+2 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -37/+55 |
2023-08-01 | Start adding support for const generics | Son Ho | 1 | -5/+3 |
2023-06-04 | Make progress on extracting the HOL4 files | Son Ho | 1 | -0/+24 |
2023-06-04 | Make good progress on generating code for HOL4 | Son Ho | 1 | -1/+1 |
2023-06-04 | Add a special expression for structure creation/update | Son Ho | 1 | -1/+1 |
2023-06-04 | Make sure let-bindings in Lean end with line breaks and improve formatting | Son Ho | 1 | -2/+7 |
2023-02-03 | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 1 | -7/+19 |
2023-02-03 | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 1 | -0/+6 |
2023-02-03 | Fix a minor issue in decompose_let_bindings | Son Ho | 1 | -0/+5 |
2023-02-03 | Implement a micro-pass to simplify the let-bindings followed by a return | Son Ho | 1 | -0/+36 |
2023-02-03 | Fix various issues with the generation of code for the loops | Son Ho | 1 | -0/+15 |
2023-02-03 | Make good progress on updating SymbolicToPure | Son Ho | 1 | -1/+1 |
2023-02-03 | Add a `Loop` node in the pure AST | Son Ho | 1 | -0/+6 |
2023-02-03 | Compute the SCCs of the functions to extract in Translate.ml | Son Ho | 1 | -49/+0 |
2022-11-14 | Add a `-use-fuel` option | Son Ho | 1 | -4/+12 |
2022-11-14 | Make [Result::Failure] type an [Error] parameter | Son Ho | 1 | -5/+27 |
2022-11-14 | Improve the formatting of the generated code | Son Ho | 1 | -0/+9 |
2022-11-14 | Make good progress on the Coq backend | Son Ho | 1 | -2/+2 |
2022-11-14 | Reorganize the project to prepare for new backends | Son Ho | 1 | -1/+1 |
2022-11-11 | Fix some issues with the comments | Son Ho | 1 | -1/+1 |
2022-11-10 | Implement the generation of stateful backward functions (controlled by an opt... | Son Ho | 1 | -0/+6 |
2022-11-10 | Update the way function names are handled in Pure | Son Ho | 1 | -16/+19 |
2022-11-10 | Reorganize branching symbolic expansions to prepare for the join operation | Son Ho | 1 | -0/+4 |
2022-11-10 | Update `switch` to have a specific treatment of ADTs | Son Ho | 1 | -1/+1 |
2022-11-07 | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 1 | -1/+1 |
2022-10-27 | Reformat the code | Son Ho | 1 | -1/+2 |
2022-10-27 | Move constant_value to PrimitiveValues.ml | Son Ho | 1 | -5/+5 |
2022-10-27 | Reorganize a bit the project | Son Ho | 1 | -0/+0 |
2022-10-26 | Update the code documentation to fix links and syntax issues | Son Ho | 1 | -9/+9 |
2022-09-22 | Update PureMicroPasses.inline_useless_var_reassignments | Son Ho | 1 | -0/+6 |
2022-09-22 | Make minor modifications | Son Ho | 1 | -1/+1 |
2022-07-29 | Create global declaration group, address PR changes but introduce bugs | Sidney Congard | 1 | -0/+5 |
2022-06-30 | Take failing rvalues into account in FunsAnalysis.analyze_fun_decls | Son Ho | 1 | -18/+0 |
2022-05-04 | Start implementing divergence, can_fail, statefullness analyses | Son Ho | 1 | -34/+0 |
2022-05-04 | Make minor modifications | Son Ho | 1 | -1/+1 |
2022-05-04 | Make minor modifications | Son Ho | 1 | -5/+14 |
2022-05-04 | Start updating the way the function return type (with errors and states) | Son Ho | 1 | -37/+4 |
2022-05-01 | Move the type-checking functions for pure AST to PureTypeCheck.ml | Son Ho | 1 | -145/+0 |
2022-05-01 | Improve type-checking | Son Ho | 1 | -10/+23 |
2022-05-01 | Do more cleanup | Son Ho | 1 | -11/+13 |
2022-05-01 | Cleanup | Son Ho | 1 | -8/+8 |
2022-05-01 | Perform some renamings | Son Ho | 1 | -7/+7 |
2022-05-01 | Rename "lvalue" to "pattern" | Son Ho | 1 | -30/+30 |
2022-04-29 | Make more progress propagating the changes | Son Ho | 1 | -11/+4 |
2022-04-29 | Make progress on PureMicroPasses | Son Ho | 1 | -1/+25 |
2022-04-29 | Make good progress updating the code | Son Ho | 1 | -4/+18 |