Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make progress on handling the builtins | Son Ho | 2023-10-23 | 4 | -154/+270 |
| | |||||
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 24 | -808/+763 |
| | |||||
* | Start updating to handle function pointers | Son Ho | 2023-10-20 | 16 | -100/+163 |
| | |||||
* | Refold the scalar types when applying progress | Son Ho | 2023-10-17 | 4 | -16/+91 |
| | |||||
* | Implement tactics for termination proofs which involve arithmetic | Son Ho | 2023-10-17 | 4 | -21/+37 |
| | |||||
* | Merge branch 'main' into son_traits and fix some issues | Son Ho | 2023-10-16 | 18 | -107/+780 |
|\ | |||||
| * | Merge pull request #41 from AeneasVerif/son-readme | Son HO | 2023-10-05 | 1 | -0/+2 |
| |\ | | | | | | | Add a mention to the Zulip in the README | ||||
| | * | Add a mention to the Zulip in the README | Son Ho | 2023-10-05 | 1 | -0/+2 |
| |/ | |||||
| * | 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 |
| | | | |||||
| | * | Fix panic issues with the progress tactic | Son Ho | 2023-09-14 | 1 | -3/+5 |
| | | | |||||
| | * | Update to Lean 4.0.0 and fix some broken proofs | Son Ho | 2023-09-14 | 7 | -38/+50 |
| |/ | |||||
* | | Improve formatting of scalars in Lean | Son Ho | 2023-10-16 | 2 | -23/+25 |
| | | |||||
* | | Fix a small issue | Son Ho | 2023-10-16 | 2 | -13/+53 |
| | | |||||
* | | Update Primitives.fst | Son Ho | 2023-10-13 | 1 | -0/+3 |
| | | |||||
* | | Add support for array repeat | Son Ho | 2023-10-13 | 1 | -26/+7 |
| | | |||||
* | | Add sup | Son Ho | 2023-10-13 | 9 | -4/+91 |
| | | |||||
* | | Slightly improve formatting of the generated code | Son Ho | 2023-10-06 | 2 | -11/+16 |
| | | |||||
* | | Generate the Traits test files for Lean | Son Ho | 2023-10-06 | 4 | -0/+320 |
| | | |||||
* | | 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 | 6 | -52/+41 |
| | | |||||
* | | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 12 | -67/+221 |
| | |