| Commit message (Expand) | Author | Files | Lines |
2023-12-13 | Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sig | Son Ho | 1 | -0/+5 |
2023-12-07 | Update the micro passes to inline deconstruction of tuples with one field | Son Ho | 1 | -6/+34 |
2023-12-07 | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 1 | -38/+44 |
2023-11-22 | Improve further the generation of parent clause/trait clause names | Son Ho | 1 | -2/+6 |
2023-11-21 | Add span information to the generated code | Son Ho | 1 | -3/+6 |
2023-11-21 | Add an `is_local` field to declarations | Son Ho | 1 | -0/+1 |
2023-11-20 | Fix minor issues | Son Ho | 1 | -53/+13 |
2023-11-16 | Update SymbolicToPure.eliminate_box_functions | Son Ho | 1 | -30/+45 |
2023-11-16 | Finish propagating the changes to the names and cleaning | Son Ho | 1 | -12/+17 |
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -4/+5 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -6/+6 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -5/+5 |
2023-10-24 | Start taking into account non-fallible functions like core::mem::replace | Son Ho | 1 | -5/+7 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -20/+22 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -16/+16 |
2023-10-13 | Add sup | Son Ho | 1 | -1/+1 |
2023-09-17 | Merge trans_ctx and decls_ctx | Son Ho | 1 | -7/+4 |
2023-09-11 | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 1 | -14/+15 |
2023-09-03 | Add the keep_fwd field in TranslateCore.pure_fun_translation | Son Ho | 1 | -15/+13 |
2023-09-03 | Update TranslateCore.pure_fun_translation | Son Ho | 1 | -10/+10 |
2023-09-03 | Update the type TranslateCore.fun_and_loops | Son Ho | 1 | -8/+9 |
2023-09-03 | Make progress on the extraction | Son Ho | 1 | -2/+6 |
2023-09-01 | Update PureMicroPasses | Son Ho | 1 | -43/+18 |
2023-08-18 | Add tests which use const generics as values | Son Ho | 1 | -2/+2 |
2023-08-18 | Update following the introduction of ConstantExpr | Son Ho | 1 | -4/+3 |
2023-08-07 | Change some fun id names to use "Mut"/"Shared" as a suffix | Son Ho | 1 | -4/+4 |
2023-08-04 | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 1 | -1/+2 |
2023-08-03 | Fix an issue with the extraction of aggregated arrays | Son Ho | 1 | -3/+3 |
2023-08-02 | Make progress | Son Ho | 1 | -9/+37 |
2023-06-04 | Improve simplify_aggregates to introduce structure updates | Son Ho | 1 | -2/+41 |
2023-06-04 | Start updating simplify_aggregates | Son Ho | 1 | -2/+43 |
2023-06-04 | Add a special expression for structure creation/update | Son Ho | 1 | -1/+109 |
2023-02-03 | Improve the pretty names generation for loops | Son Ho | 1 | -0/+2 |
2023-02-03 | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 1 | -14/+328 |
2023-02-03 | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 1 | -0/+13 |
2023-02-03 | Improve PureMicroPasses.filter_useless and regenerate the betree code | Son Ho | 1 | -0/+8 |
2023-02-03 | Fix some issues with the values given back by loop backward translations | Son Ho | 1 | -3/+26 |
2023-02-03 | Fix a minor issue in decompose_let_bindings | Son Ho | 1 | -2/+3 |
2023-02-03 | Improve the loops' numbering | Son Ho | 1 | -132/+149 |
2023-02-03 | Implement a micro-pass to simplify the let-bindings followed by a return | Son Ho | 1 | -0/+63 |
2023-02-03 | Fix a minor bug in Interpreter.ml | Son Ho | 1 | -1/+4 |
2023-02-03 | Fix various issues with the generation of code for the loops | Son Ho | 1 | -96/+287 |
2023-02-03 | Add a `Loop` node in the pure AST | Son Ho | 1 | -0/+18 |
2023-02-03 | Introduce new loop ids in Pure and keep track of the number of loops in a fun... | Son Ho | 1 | -1/+1 |
2023-02-03 | Add loop ids to the pure functions identifiers | Son Ho | 1 | -7/+8 |
2022-11-14 | Make [Result::Failure] type an [Error] parameter | Son Ho | 1 | -4/+17 |
2022-11-14 | Implement a pass to decompose nested patterns in let-bindings | Son Ho | 1 | -30/+140 |
2022-11-14 | Make good progress on the Coq backend | Son Ho | 1 | -0/+1 |
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 |