Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | Regenerate the test files and fix a proof | Son Ho | 2023-09-07 | 33 | -215/+320 | |
| | | | | ||||||
| * | | | Fix some issues | Son Ho | 2023-09-07 | 7 | -49/+247 | |
| | | | | ||||||
| * | | | Map some globals like u32::MAX to standard definitions | Son Ho | 2023-09-07 | 8 | -38/+154 | |
| | | | | ||||||
| * | | | Fix a minor issue in HOL4 | Son Ho | 2023-09-04 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix minor issues | Son Ho | 2023-09-04 | 3 | -4/+16 | |
| | | | | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | Regenerate the array tests | Son Ho | 2023-08-18 | 3 | -0/+25 | |
| | | | | ||||||
| * | | | Add tests which use const generics as values | Son Ho | 2023-08-18 | 5 | -2/+17 | |
| | | | | ||||||
| * | | | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 16 | -143/+220 | |
| | | | | ||||||
| * | | | Make a minor modification | Son Ho | 2023-08-17 | 1 | -11/+0 | |
| | | | | ||||||
| | * | | Add Lean extraction of shl/shr | Aymeric Fromherz | 2023-09-22 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Allow bitshifts with any pair of integer types | Aymeric Fromherz | 2023-09-22 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | Add support for Shl/Shr typechecking in InterpreterExpressions | Aymeric Fromherz | 2023-09-22 | 1 | -1/+4 | |
| |/ / |/| | | ||||||
| | * | Prove that Vec is inhabited | Son Ho | 2023-09-18 | 1 | -0/+4 | |
| | | | ||||||
| | * | Simplify some lemmas and prove that the scalars and Vec are inhabited | Son Ho | 2023-09-18 | 2 | -9/+10 | |
| |/ |/| | ||||||
* | | Merge pull request #37 from AeneasVerif/son_tuto | Son HO | 2023-09-18 | 8 | -71/+691 | |
|\ \ | | | | | | | Tutorial for the Lean backend | |||||
| * | | Update the README | Son Ho | 2023-09-18 | 1 | -0/+2 | |
| | | | ||||||
| * | | Cleanup the tutorial a bit | Son Ho | 2023-09-18 | 1 | -80/+110 | |
| | | | ||||||
| * | | Add notations for the Isize.ofInt, etc. | Son Ho | 2023-09-18 | 1 | -0/+16 | |
| | | | ||||||
| * | | Make minor modifications to the tutorial | Son Ho | 2023-09-18 | 1 | -3/+2 | |
| | | | ||||||
| * | | Add arithmetic lemmas in Scalar.lean | Son Ho | 2023-09-18 | 1 | -12/+179 | |
| | | | ||||||
| * | | Make progress on the tutorial | Son Ho | 2023-09-18 | 1 | -3/+66 | |
| | | | ||||||
| * | | Start writing a tutorial | Son Ho | 2023-09-18 | 2 | -0/+298 | |
| | | | ||||||
| * | | Improve scalar_tac | Son Ho | 2023-09-18 | 3 | -56/+36 | |
| | | | ||||||
| * | | Fix an issue when loading the saved theorem maps for the progress tactic | Son Ho | 2023-09-18 | 2 | -3/+68 | |
|/ / | ||||||
* | | Merge pull request #36 from AeneasVerif/update_lean | Son HO | 2023-09-14 | 11 | -69/+95 | |
|\ \ | |/ |/| | Update the version of Lean and fix a bug in the progress tactic | |||||
| * | Fix the hashmap proofs in Lean | Son Ho | 2023-09-14 | 5 | -29/+41 | |
| | |