| Commit message (Expand) | Author | Files | Lines |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -53/+53 |
2024-04-04 | Update the extraction | Son Ho | 1 | -11/+10 |
2024-04-03 | added Error and EError to expressions and propagated related changes | Escherichia | 1 | -1/+3 |
2024-03-29 | Cleanup and fix a mistake | Son Ho | 1 | -0/+1 |
2024-03-29 | Add some error messages | Son Ho | 1 | -4/+4 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -2/+5 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -11/+11 |
2024-03-28 | formatting | Escherichia | 1 | -9/+14 |
2024-03-28 | changes after git rebase main | Escherichia | 1 | -1/+1 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -7/+6 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -2/+2 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -26/+27 |
2024-03-20 | Improve the generation of pretty name and the micro passes | Son Ho | 1 | -13/+38 |
2024-03-19 | Improve the pure micro passes | Son Ho | 1 | -8/+46 |
2024-03-08 | Fix an issue in PureMicroPasses.filter_loop_inputs | Son Ho | 1 | -13/+43 |
2024-03-08 | Make progress on propagating the changes | Son Ho | 1 | -300/+31 |
2023-12-23 | Update the micro-passes | Son Ho | 1 | -77/+94 |
2023-12-23 | Improve the micro passes to eliminate pattern `let f := fun x => g x` | Son Ho | 1 | -2/+43 |
2023-12-22 | Fix the output type of the loops backward functions | Son Ho | 1 | -22/+3 |
2023-12-21 | Improve the pure micro passes | Son Ho | 1 | -3/+33 |
2023-12-21 | Improve PureMicroPasses.filter_useless to simplify the matches | Son Ho | 1 | -1/+14 |
2023-12-21 | Implement a micro-pass to simplify the let-bindings | Son Ho | 1 | -0/+78 |
2023-12-21 | Simplify the type of the merged fwd/back functions | Son Ho | 1 | -3/+4 |
2023-12-21 | Remove some asserts which are now useless | Son Ho | 1 | -3/+0 |
2023-12-18 | Fix a minor mistake in SymbolicToPure | Son Ho | 1 | -2/+7 |
2023-12-15 | Make progress on updating the code | Son Ho | 1 | -19/+29 |
2023-12-15 | Make progress on propagating the changes | Son Ho | 1 | -55/+55 |
2023-12-15 | Make progress on generalizing the signature information | Son Ho | 1 | -7/+3 |
2023-12-13 | Update Pure.fun_sig_info | Son Ho | 1 | -39/+57 |
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 |