| Commit message (Expand) | Author | Files | Lines |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -69/+69 |
2024-04-04 | Update the extraction | Son Ho | 1 | -2/+2 |
2024-04-03 | resolved requested changes | Escherichia | 1 | -3/+1 |
2024-04-03 | added Error and EError to expressions and propagated related changes | Escherichia | 1 | -0/+4 |
2024-03-29 | Add some error messages | Son Ho | 1 | -3/+3 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -6/+15 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -19/+19 |
2024-03-28 | formatting | Escherichia | 1 | -54/+87 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -51/+51 |
2024-03-28 | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 1 | -12/+12 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -62/+63 |
2024-03-20 | Improve the generation of pretty name and the micro passes | Son Ho | 1 | -5/+20 |
2024-03-17 | Update following changes in Charon | Son Ho | 1 | -14/+4 |
2024-03-08 | Make progress on propagating the changes | Son Ho | 1 | -13/+5 |
2023-12-22 | Fix the output type of the loops backward functions | Son Ho | 1 | -9/+2 |
2023-12-21 | Fix issues when extracting stateful functions | Son Ho | 1 | -25/+26 |
2023-12-18 | Fix a minor mistake in SymbolicToPure | Son Ho | 1 | -5/+7 |
2023-12-15 | Make progress on propagating the changes | Son Ho | 1 | -12/+4 |
2023-12-15 | Make good progress on updating SymbolicToPure | Son Ho | 1 | -0/+8 |
2023-12-13 | Update the extraction to handle casts between integers/bools | Son Ho | 1 | -1/+1 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -1/+4 |
2023-11-21 | Add span information to the generated code | Son Ho | 1 | -2/+2 |
2023-11-21 | Rename PrimitiveValues to Values | Son Ho | 1 | -4/+4 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -3/+3 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -332/+239 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -35/+35 |
2023-11-12 | Rename some variants | Son Ho | 1 | -3/+3 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -12/+12 |
2023-10-25 | Update following the addition of raw pointers | Son Ho | 1 | -3/+5 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -52/+5 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -11/+11 |
2023-10-13 | Add sup | Son Ho | 1 | -0/+1 |
2023-09-11 | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 1 | -2/+5 |
2023-09-10 | Add support for the trait associated constants | Son Ho | 1 | -1/+7 |
2023-09-03 | Make progress on the extraction | Son Ho | 1 | -2/+2 |
2023-08-31 | Update TranslateCore and factor out some definitions in PrintPure | Son Ho | 1 | -26/+12 |
2023-08-31 | Finish updating SymbolicToPure.ml | Son Ho | 1 | -2/+11 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -26/+129 |
2023-08-18 | Update following the introduction of ConstantExpr | Son Ho | 1 | -3/+2 |
2023-08-07 | Change some fun id names to use "Mut"/"Shared" as a suffix | Son Ho | 1 | -10/+10 |
2023-08-04 | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 1 | -0/+1 |
2023-08-03 | Fix an issue with the extraction of aggregated arrays | Son Ho | 1 | -12/+26 |
2023-08-02 | Make progress | Son Ho | 1 | -1/+0 |
2023-08-02 | Make progress | Son Ho | 1 | -2/+13 |
2023-08-02 | Make progress | Son Ho | 1 | -0/+1 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -35/+78 |
2023-08-01 | Start adding support for const generics | Son Ho | 1 | -3/+15 |
2023-06-04 | Add a special expression for structure creation/update | Son Ho | 1 | -0/+19 |
2023-02-03 | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 1 | -1/+5 |
2023-02-03 | Fix some issues with the values given back by loop backward translations | Son Ho | 1 | -3/+14 |