summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Refold the scalar types when applying progressSon Ho2023-10-174-16/+91
| * | | Implement tactics for termination proofs which involve arithmeticSon Ho2023-10-174-21/+37
| * | | Merge branch 'main' into son_traits and fix some issuesSon Ho2023-10-1618-107/+780
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #41 from AeneasVerif/son-readmeSon HO2023-10-051-0/+2
|\ \ \ \
| * | | | Add a mention to the Zulip in the READMESon Ho2023-10-051-0/+2
|/ / / /
| * | | Improve formatting of scalars in LeanSon Ho2023-10-162-23/+25
| * | | Fix a small issueSon Ho2023-10-162-13/+53
| * | | Update Primitives.fstSon Ho2023-10-131-0/+3
| * | | Add support for array repeatSon Ho2023-10-131-26/+7
| * | | Add supSon Ho2023-10-139-4/+91
| * | | Slightly improve formatting of the generated codeSon Ho2023-10-062-11/+16
| * | | Generate the Traits test files for LeanSon Ho2023-10-064-0/+320
| * | | Cleanup a bitSon Ho2023-09-192-12/+12
| * | | Normalize the function signatures before translation to pureSon Ho2023-09-179-150/+294
| * | | Make minor modificationsSon Ho2023-09-172-15/+9
| * | | Merge trans_ctx and decls_ctxSon Ho2023-09-177-120/+53
| * | | Make progress on correctly extracting trait method callsSon Ho2023-09-173-39/+121
| * | | Update the handling of calls to trait impl methodsSon Ho2023-09-171-8/+67
| * | | Fix a minor issueSon Ho2023-09-171-2/+2
| * | | Fix some issues with calls to trait methodsSon Ho2023-09-172-11/+21
| * | | Fix some formatting issuesSon Ho2023-09-171-2/+10
| * | | Fix more issues with the extractionSon Ho2023-09-172-11/+46
| * | | Fix several issues with the extractionSon Ho2023-09-172-67/+100
| * | | Fix issues with name registration/lookupSon Ho2023-09-162-24/+81
| * | | Add a strict_names_map in the extraction_ctxSon Ho2023-09-162-17/+52
| * | | Fix more issuesSon Ho2023-09-162-8/+7
| * | | Fix issues with name collisionsSon Ho2023-09-162-13/+39
| * | | Make progress on the extractionSon Ho2023-09-143-6/+24
| * | | Fix some issues with the name collisionsSon Ho2023-09-141-3/+29
| * | | Fix some issuesSon Ho2023-09-137-16/+81
| * | | Fix more issuesSon Ho2023-09-134-40/+157
| * | | Make minor modificationsSon Ho2023-09-136-52/+41
| * | | Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-1112-67/+221
| * | | Add support for the trait associated constantsSon Ho2023-09-1011-13/+83
| * | | Implement handling of trait method function callsSon Ho2023-09-101-66/+115
| * | | Regenerate the test files and fix a proofSon Ho2023-09-0733-215/+320
| * | | Fix some issuesSon Ho2023-09-077-49/+247
| * | | Map some globals like u32::MAX to standard definitionsSon Ho2023-09-078-38/+154
| * | | Fix a minor issue in HOL4Son Ho2023-09-041-1/+1
| * | | Fix minor issuesSon Ho2023-09-043-4/+16
| * | | Implement extract_trait_implSon Ho2023-09-031-6/+160
| * | | Extract the trait decl methodsSon Ho2023-09-032-34/+54
| * | | Make progress registering the trait decl method namesSon Ho2023-09-032-31/+93
| * | | Do more cleanupSon Ho2023-09-033-9/+9
| * | | Add the keep_fwd field in TranslateCore.pure_fun_translationSon Ho2023-09-034-35/+42
| * | | Update TranslateCore.pure_fun_translationSon Ho2023-09-035-34/+33
| * | | Update the type TranslateCore.fun_and_loopsSon Ho2023-09-034-34/+35
| * | | Make progress on extracting trait decls and merge gen_ctx and extraction_ctxSon Ho2023-09-033-98/+219
| * | | Register the names for the trait declsSon Ho2023-09-032-14/+154
| * | | Make more progressSon Ho2023-09-033-24/+67