summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make progress on the extractionSon Ho2023-09-033-61/+221
|
* Make progress on the extractionSon Ho2023-09-036-21/+264
|
* Make progress on the extractionSon Ho2023-09-036-52/+138
|
* Improve the collision detectionSon Ho2023-09-031-16/+54
|
* Make good progress on Extract.mlSon Ho2023-09-012-224/+237
|
* Update PureMicroPassesSon Ho2023-09-012-44/+19
|
* Compute the normalized trait types maps and update InterpreterSon Ho2023-09-016-70/+206
|
* Implement the normalization functions in AssociatedTypesSon Ho2023-09-015-14/+335
|
* Make progress on Extract and ExtractBaseSon Ho2023-08-313-52/+132
|
* Update TranslateCore and factor out some definitions in PrintPureSon Ho2023-08-312-42/+42
|
* Finish updating SymbolicToPure.mlSon Ho2023-08-314-115/+212
|
* Start adding support for traitsSon Ho2023-08-3131-776/+1258
|
* Regenerate the array testsSon Ho2023-08-183-0/+25
|
* Add tests which use const generics as valuesSon Ho2023-08-185-2/+17
|
* Update following the introduction of ConstantExprSon Ho2023-08-1816-143/+220
|
* Make a minor modificationSon Ho2023-08-171-11/+0
|
* Merge pull request #34 from AeneasVerif/son_update_rustcSon HO2023-08-0918-41/+41
|\ | | | | Update rustc to nightly-2023-06-02
| * Update the nix flakeSon Ho2023-08-091-18/+18
| |
| * Update the nix flake and regenerate the codeSon Ho2023-08-0918-26/+26
| |
* | Merge pull request #33 from AeneasVerif/son_refactorSon HO2023-08-0923-1495/+1513
|\| | | | | Update the code following Charon's refactor
| * Update the READMESon Ho2023-08-091-20/+21
| |
| * Regenerate the test filesSon Ho2023-08-0818-1463/+1465
| |