| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup a bit | Son Ho | 2023-09-19 | 2 | -12/+12 |
* | Normalize the function signatures before translation to pure | Son Ho | 2023-09-17 | 9 | -150/+294 |
* | Make minor modifications | Son Ho | 2023-09-17 | 2 | -15/+9 |
* | Merge trans_ctx and decls_ctx | Son Ho | 2023-09-17 | 7 | -120/+53 |
* | Make progress on correctly extracting trait method calls | Son Ho | 2023-09-17 | 3 | -39/+121 |
* | Update the handling of calls to trait impl methods | Son Ho | 2023-09-17 | 1 | -8/+67 |
* | Fix a minor issue | Son Ho | 2023-09-17 | 1 | -2/+2 |
* | Fix some issues with calls to trait methods | Son Ho | 2023-09-17 | 2 | -11/+21 |
* | Fix some formatting issues | Son Ho | 2023-09-17 | 1 | -2/+10 |
* | Fix more issues with the extraction | Son Ho | 2023-09-17 | 2 | -11/+46 |
* | Fix several issues with the extraction | Son Ho | 2023-09-17 | 2 | -67/+100 |
* | Fix issues with name registration/lookup | Son Ho | 2023-09-16 | 2 | -24/+81 |
* | Add a strict_names_map in the extraction_ctx | Son Ho | 2023-09-16 | 2 | -17/+52 |
* | Fix more issues | Son Ho | 2023-09-16 | 2 | -8/+7 |
* | Fix issues with name collisions | Son Ho | 2023-09-16 | 2 | -13/+39 |
* | Make progress on the extraction | Son Ho | 2023-09-14 | 3 | -6/+24 |
* | Fix some issues with the name collisions | Son Ho | 2023-09-14 | 1 | -3/+29 |
* | Fix some issues | Son Ho | 2023-09-13 | 7 | -16/+81 |
* | Fix more issues | Son Ho | 2023-09-13 | 4 | -40/+157 |
* | Make minor modifications | Son Ho | 2023-09-13 | 5 | -47/+38 |
* | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 12 | -67/+221 |
* | Add support for the trait associated constants | Son Ho | 2023-09-10 | 11 | -13/+83 |
* | Implement handling of trait method function calls | Son Ho | 2023-09-10 | 1 | -66/+115 |
* | Fix some issues | Son Ho | 2023-09-07 | 2 | -15/+26 |
* | Map some globals like u32::MAX to standard definitions | Son Ho | 2023-09-07 | 7 | -38/+112 |
* | Fix a minor issue in HOL4 | Son Ho | 2023-09-04 | 1 | -1/+1 |
* | Fix minor issues | Son Ho | 2023-09-04 | 2 | -3/+15 |
* | Implement extract_trait_impl | Son Ho | 2023-09-03 | 1 | -6/+160 |
* | Extract the trait decl methods | Son Ho | 2023-09-03 | 2 | -34/+54 |
* | Make progress registering the trait decl method names | Son Ho | 2023-09-03 | 2 | -31/+93 |
* | Do more cleanup | Son Ho | 2023-09-03 | 3 | -9/+9 |
* | Add the keep_fwd field in TranslateCore.pure_fun_translation | Son Ho | 2023-09-03 | 4 | -35/+42 |
* | Update TranslateCore.pure_fun_translation | Son Ho | 2023-09-03 | 5 | -34/+33 |
* | Update the type TranslateCore.fun_and_loops | Son Ho | 2023-09-03 | 4 | -34/+35 |
* | Make progress on extracting trait decls and merge gen_ctx and extraction_ctx | Son Ho | 2023-09-03 | 3 | -98/+219 |
* | Register the names for the trait decls | Son Ho | 2023-09-03 | 2 | -14/+154 |
* | Make more progress | Son Ho | 2023-09-03 | 3 | -24/+67 |
* | Make progress on the extraction | Son Ho | 2023-09-03 | 3 | -61/+221 |
* | Make progress on the extraction | Son Ho | 2023-09-03 | 6 | -21/+264 |
* | Make progress on the extraction | Son Ho | 2023-09-03 | 6 | -52/+138 |
* | Improve the collision detection | Son Ho | 2023-09-03 | 1 | -16/+54 |
* | Make good progress on Extract.ml | Son Ho | 2023-09-01 | 2 | -224/+237 |
* | Update PureMicroPasses | Son Ho | 2023-09-01 | 2 | -44/+19 |
* | Compute the normalized trait types maps and update Interpreter | Son Ho | 2023-09-01 | 6 | -70/+206 |
* | Implement the normalization functions in AssociatedTypes | Son Ho | 2023-09-01 | 5 | -14/+335 |
* | Make progress on Extract and ExtractBase | Son Ho | 2023-08-31 | 3 | -52/+132 |
* | Update TranslateCore and factor out some definitions in PrintPure | Son Ho | 2023-08-31 | 2 | -42/+42 |
* | Finish updating SymbolicToPure.ml | Son Ho | 2023-08-31 | 4 | -115/+212 |
* | Start adding support for traits | Son Ho | 2023-08-31 | 31 | -776/+1258 |
* | Add tests which use const generics as values | Son Ho | 2023-08-18 | 2 | -2/+5 |