| Commit message (Expand) | Author | Files | Lines |
2024-04-22 | Fix an issue when joining a symbolic value with bottom | Son Ho | 1 | -2/+2 |
2024-04-22 | Reformat some files | Son Ho | 1 | -6/+18 |
2024-04-18 | item_meta | Nadrieril | 1 | -33/+33 |
2024-04-11 | Update a comment | Son Ho | 1 | -2/+2 |
2024-04-07 | Cleanup a bit and improve the error messages | Son Ho | 1 | -5/+3 |
2024-04-05 | Resolved comments and added the name of the not translated element | Escherichia | 1 | -1/+4 |
2024-04-05 | resolved comments | Escherichia | 1 | -1/+4 |
2024-04-05 | error catching should now be able to tell when code couldn't be generated | Escherichia | 1 | -1/+6 |
2024-04-04 | Add field mk_return, mk_panic in SymbolicToPure.bs_ctx | Son Ho | 1 | -90/+150 |
2024-04-04 | Update the extraction | Son Ho | 1 | -4/+3 |
2024-04-04 | Make a minor update in SymbolicToPure | Son Ho | 1 | -8/+7 |
2024-04-04 | Improve the name of the backward functions further | Son Ho | 1 | -2/+11 |
2024-04-04 | Update the names of the synthesized backward functions | Son Ho | 1 | -0/+9 |
2024-04-03 | resolved requested changes | Escherichia | 1 | -2/+2 |
2024-04-03 | added Error and EError to expressions and propagated related changes | Escherichia | 1 | -0/+4 |
2024-03-29 | Cleanup and fix a mistake | Son Ho | 1 | -122/+99 |
2024-03-29 | Add some error messages | Son Ho | 1 | -6/+7 |
2024-03-29 | Cleanup a bit | Son Ho | 1 | -2/+1 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -15/+40 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -74/+74 |
2024-03-28 | formatting | Escherichia | 1 | -101/+174 |
2024-03-28 | changes after git rebase main | Escherichia | 1 | -7/+7 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -34/+34 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -8/+8 |
2024-03-28 | added a meta option field to norm_ctx and changed the meta used by some asser... | Escherichia | 1 | -1/+1 |
2024-03-28 | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 1 | -5/+5 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -294/+297 |
2024-03-28 | WIP Beginning working on better errors: began replacing raise (Failure) and a... | Escherichia | 1 | -306/+307 |
2024-03-20 | Improve the generation of pretty name and the micro passes | Son Ho | 1 | -9/+59 |
2024-03-18 | Make good progress on adding generics to global constants | Son Ho | 1 | -4/+43 |
2024-03-17 | Update following changes in Charon | Son Ho | 1 | -17/+11 |
2024-03-08 | Fix some issues | Son Ho | 1 | -9/+9 |
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 |