| Commit message (Expand) | Author | Files | Lines |
2024-04-03 | added Error and EError to expressions and propagated related changes | Escherichia | 1 | -0/+3 |
2024-03-29 | Cleanup a bit | Son Ho | 1 | -0/+1 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -3/+8 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -17/+17 |
2024-03-28 | formatting | Escherichia | 1 | -13/+23 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -14/+13 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -3/+3 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -49/+50 |
2024-03-19 | Improve the pure micro passes | Son Ho | 1 | -0/+18 |
2023-12-22 | Fix minor issues | Son Ho | 1 | -1/+1 |
2023-12-21 | Improve the pure micro passes | Son Ho | 1 | -0/+13 |
2023-12-21 | Simplify the type of the merged fwd/back functions | Son Ho | 1 | -0/+1 |
2023-12-21 | Remove some asserts which are now useless | Son Ho | 1 | -1/+4 |
2023-12-21 | Make good progress on merging the fwd/back functions | Son Ho | 1 | -5/+14 |
2023-12-15 | Make progress on propagating the changes | Son Ho | 1 | -17/+7 |
2023-12-15 | Make good progress on updating SymbolicToPure | Son Ho | 1 | -0/+23 |
2023-12-15 | Make progress on generalizing the signature information | Son Ho | 1 | -9/+1 |
2023-12-14 | Start updating Pure.fun_sig_info to handle merged forward and backward functions | Son Ho | 1 | -1/+5 |
2023-12-13 | Update Pure.fun_sig_info | Son Ho | 1 | -0/+19 |
2023-12-07 | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 1 | -0/+11 |
2023-11-27 | Fix the issues with the cross-references for OCaml doc | Son Ho | 1 | -1/+1 |
2023-11-22 | Improve further the generation of parent clause/trait clause names | Son Ho | 1 | -0/+4 |
2023-11-21 | Add span information to the generated code | Son Ho | 1 | -2/+4 |
2023-11-21 | Add an `is_local` field to declarations | Son Ho | 1 | -0/+2 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -1/+1 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -3/+5 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -29/+29 |
2023-11-12 | Rename some variants | Son Ho | 1 | -1/+1 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -28/+28 |
2023-11-09 | Progress on making the traits work for F* | Son Ho | 1 | -0/+35 |
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 |