| Commit message (Expand) | Author | Files | Lines |
2024-03-08 | Add some comments | Son Ho | 1 | -2/+5 |
2024-03-08 | Fix a last issue | Son Ho | 1 | -51/+107 |
2024-03-08 | Fix an issue with the loops | Son Ho | 1 | -1/+7 |
2024-03-08 | Make progress on fixing the loops | Son Ho | 1 | -16/+23 |
2024-03-08 | Make progress on propagating the changes | Son Ho | 1 | -11/+2 |
2024-03-08 | Remove the option to split fwd/back functions and update SymbolicToPure | Son Ho | 1 | -564/+372 |
2023-12-22 | Fix minor issues | Son Ho | 1 | -9/+48 |
2023-12-22 | Update the computation of the effect info for the loops | Son Ho | 1 | -46/+95 |
2023-12-22 | Fix the output type of the loops backward functions | Son Ho | 1 | -6/+59 |
2023-12-22 | Fix a minor issue with the extraction of loops when merging the fwd/back func... | Son Ho | 1 | -11/+19 |
2023-12-22 | Add an option to split the fwd/back functions and fix a minor issue | Son Ho | 1 | -7/+12 |
2023-12-22 | Fix an issue when merging the fwd/back functions of trait methods | Son Ho | 1 | -5/+21 |
2023-12-21 | Fix issues when extracting stateful functions | Son Ho | 1 | -16/+14 |
2023-12-21 | Fix several issues | Son Ho | 1 | -51/+135 |
2023-12-21 | Simplify the type of the merged fwd/back functions | Son Ho | 1 | -43/+116 |
2023-12-21 | Filter the useless backward functions | Son Ho | 1 | -75/+145 |
2023-12-21 | Update SymbolicToPure.ml for the loops | Son Ho | 1 | -96/+125 |
2023-12-21 | Fix some issues in SymbolicToPure | Son Ho | 1 | -25/+26 |
2023-12-21 | Fix a minor issue | Son Ho | 1 | -2/+5 |
2023-12-21 | Make good progress on merging the fwd/back functions | Son Ho | 1 | -57/+209 |
2023-12-19 | Remove SymbolicToPure.bs_ctx.loop_backward_outputs | Son Ho | 1 | -32/+15 |
2023-12-19 | Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs} | Son Ho | 1 | -84/+69 |
2023-12-18 | Remove the backwards field from SymbolicToPure.call_info | Son Ho | 1 | -15/+5 |
2023-12-18 | Fix a minor mistake in SymbolicToPure | Son Ho | 1 | -4/+1 |
2023-12-18 | Add some comments | Son Ho | 1 | -16/+31 |
2023-12-18 | Rename some definitions | Son Ho | 1 | -39/+39 |
2023-12-15 | Make progress on updating the code | Son Ho | 1 | -67/+12 |
2023-12-15 | Minor fix | Son Ho | 1 | -2/+2 |
2023-12-15 | Make good progress on updating SymbolicToPure | Son Ho | 1 | -39/+185 |
2023-12-15 | Make progress on updating SymbolicToPure | Son Ho | 1 | -57/+112 |
2023-12-15 | Make progress on generalizing the signature information | Son Ho | 1 | -158/+155 |
2023-12-15 | Make minor modifications | Son Ho | 1 | -75/+33 |
2023-12-14 | Make progress on generated merged fwd/back functions | Son Ho | 1 | -27/+29 |
2023-12-14 | Start updating Pure.fun_sig_info to handle merged forward and backward functions | Son Ho | 1 | -20/+42 |
2023-12-13 | Update the extraction to handle casts between integers/bools | Son Ho | 1 | -1/+1 |
2023-12-13 | Update Pure.fun_sig_info | Son Ho | 1 | -11/+21 |
2023-12-13 | Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sig | Son Ho | 1 | -2/+3 |
2023-12-07 | Use a better syntax when extracting tuple types (structures with unnamed fields) | Son Ho | 1 | -11/+19 |
2023-12-05 | Fix a minor issue with the use of const generics | Son Ho | 1 | -1/+7 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -14/+42 |
2023-11-22 | Improve further the generation of parent clause/trait clause names | Son Ho | 1 | -10/+34 |
2023-11-21 | Add span information to the generated code | Son Ho | 1 | -7/+14 |
2023-11-21 | Add an `is_local` field to declarations | Son Ho | 1 | -1/+7 |
2023-11-21 | Rename PrimitiveValues to Values | Son Ho | 1 | -3/+1 |
2023-11-21 | Make a minor modification | Son Ho | 1 | -1/+11 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -2/+2 |
2023-11-16 | Do more cleanup | Son Ho | 1 | -12/+13 |
2023-11-16 | Finish propagating the changes to the names and cleaning | Son Ho | 1 | -3/+3 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -107/+107 |
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -7/+18 |