| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update following the addition of raw pointers | Son Ho | 2023-10-25 | 1 | -1/+4 |
* | Merge branch 'son_traits' into son_traits_types | Son Ho | 2023-10-24 | 1 | -4/+7 |
|\ |
|
| * | Merge branch 'son_traits_arrow' into protz_numeric | Son Ho | 2023-10-24 | 1 | -2/+2 |
| |\ |
|
| * | | Add more support for numeric operations, xor, rotate | Jonathan Protzenko | 2023-10-22 | 1 | -4/+7 |
* | | | Fix an issue coming from the modification for the opaque signatures | Son Ho | 2023-10-24 | 1 | -12/+7 |
* | | | Fix a printing issue with scalar values | Son Ho | 2023-10-24 | 1 | -3/+5 |
* | | | Filter some type arguments for the builtin types/functions | Son Ho | 2023-10-24 | 1 | -2/+65 |
* | | | Remove the possibility of generating opaque module signatures | Son Ho | 2023-10-24 | 1 | -116/+51 |
* | | | Add support for builtin trait implementations | Son Ho | 2023-10-24 | 1 | -2/+30 |
* | | | Fix various issues with the builtins | Son Ho | 2023-10-24 | 1 | -34/+81 |
* | | | Make progress on handling the builtins | Son Ho | 2023-10-23 | 1 | -42/+212 |
* | | | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -68/+77 |
| |/
|/| |
|
* | | Start updating to handle function pointers | Son Ho | 2023-10-20 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'main' into son_traits and fix some issues | Son Ho | 2023-10-16 | 1 | -2/+5 |
|\ |
|
* | | Improve formatting of scalars in Lean | Son Ho | 2023-10-16 | 1 | -23/+10 |
* | | Add sup | Son Ho | 2023-10-13 | 1 | -1/+3 |
* | | Slightly improve formatting of the generated code | Son Ho | 2023-10-06 | 1 | -1/+6 |
* | | Cleanup a bit | Son Ho | 2023-09-19 | 1 | -2/+2 |
* | | Merge trans_ctx and decls_ctx | Son Ho | 2023-09-17 | 1 | -6/+2 |
* | | Make progress on correctly extracting trait method calls | Son Ho | 2023-09-17 | 1 | -26/+84 |
* | | Fix some issues with calls to trait methods | Son Ho | 2023-09-17 | 1 | -9/+14 |
* | | Fix some formatting issues | Son Ho | 2023-09-17 | 1 | -2/+10 |
* | | Fix several issues with the extraction | Son Ho | 2023-09-17 | 1 | -66/+98 |
* | | Fix issues with name registration/lookup | Son Ho | 2023-09-16 | 1 | -2/+26 |
* | | Fix more issues | Son Ho | 2023-09-16 | 1 | -7/+6 |
* | | Fix issues with name collisions | Son Ho | 2023-09-16 | 1 | -7/+21 |
* | | Make progress on the extraction | Son Ho | 2023-09-14 | 1 | -1/+9 |
* | | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 1 | -2/+2 |
* | | Add support for the trait associated constants | Son Ho | 2023-09-10 | 1 | -1/+12 |
* | | Fix some issues | Son Ho | 2023-09-07 | 1 | -1/+0 |
* | | Map some globals like u32::MAX to standard definitions | Son Ho | 2023-09-07 | 1 | -1/+7 |
* | | Fix a minor issue in HOL4 | Son Ho | 2023-09-04 | 1 | -1/+1 |
* | | Implement extract_trait_impl | Son Ho | 2023-09-03 | 1 | -6/+160 |
* | | Extract the trait decl methods | Son Ho | 2023-09-03 | 1 | -19/+47 |
* | | Make progress registering the trait decl method names | Son Ho | 2023-09-03 | 1 | -17/+33 |
* | | Do more cleanup | Son Ho | 2023-09-03 | 1 | -3/+5 |
* | | Update TranslateCore.pure_fun_translation | Son Ho | 2023-09-03 | 1 | -1/+2 |
* | | Update the type TranslateCore.fun_and_loops | Son Ho | 2023-09-03 | 1 | -2/+2 |
* | | Make progress on extracting trait decls and merge gen_ctx and extraction_ctx | Son Ho | 2023-09-03 | 1 | -5/+145 |
* | | Register the names for the trait decls | Son Ho | 2023-09-03 | 1 | -6/+84 |
* | | Make more progress | Son Ho | 2023-09-03 | 1 | -6/+13 |
* | | Make progress on the extraction | Son Ho | 2023-09-03 | 1 | -53/+165 |
* | | Make progress on the extraction | Son Ho | 2023-09-03 | 1 | -1/+12 |
* | | Make progress on the extraction | Son Ho | 2023-09-03 | 1 | -26/+50 |
* | | Make good progress on Extract.ml | Son Ho | 2023-09-01 | 1 | -221/+193 |
* | | Make progress on Extract and ExtractBase | Son Ho | 2023-08-31 | 1 | -41/+102 |
* | | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -0/+3 |
|/ |
|
* | Change some fun id names to use "Mut"/"Shared" as a suffix | Son Ho | 2023-08-07 | 1 | -30/+30 |
* | Fix issues with the extraction and extend the primitive libraries for Coq and F* | Son Ho | 2023-08-04 | 1 | -12/+10 |
* | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 2023-08-04 | 1 | -28/+30 |