summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Add Lean extraction of shl/shrAymeric Fromherz2023-09-221-1/+3
* | | Allow bitshifts with any pair of integer typesAymeric Fromherz2023-09-221-1/+5
* | | Add support for Shl/Shr typechecking in InterpreterExpressionsAymeric Fromherz2023-09-221-1/+4
|/ /
* | Merge pull request #37 from AeneasVerif/son_tutoSon HO2023-09-188-71/+691
|\ \
| * | Update the READMESon Ho2023-09-181-0/+2
| * | Cleanup the tutorial a bitSon Ho2023-09-181-80/+110
| * | Add notations for the Isize.ofInt, etc.Son Ho2023-09-181-0/+16
| * | Make minor modifications to the tutorialSon Ho2023-09-181-3/+2
| * | Add arithmetic lemmas in Scalar.leanSon Ho2023-09-181-12/+179
| * | Make progress on the tutorialSon Ho2023-09-181-3/+66
| * | Start writing a tutorialSon Ho2023-09-182-0/+298
| * | Improve scalar_tacSon Ho2023-09-183-56/+36
| * | Fix an issue when loading the saved theorem maps for the progress tacticSon Ho2023-09-182-3/+68
|/ /
* | Merge pull request #36 from AeneasVerif/update_leanSon HO2023-09-1411-69/+95
|\ \ | |/ |/|
| * Fix the hashmap proofs in LeanSon Ho2023-09-145-29/+41
| * Fix panic issues with the progress tacticSon Ho2023-09-141-3/+5
| * Update to Lean 4.0.0 and fix some broken proofsSon Ho2023-09-147-38/+50
|/
* Merge pull request #34 from AeneasVerif/son_update_rustcSon HO2023-08-0918-41/+41
|\
| * 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 READMESon Ho2023-08-091-20/+21
| * Regenerate the test filesSon Ho2023-08-0818-1463/+1465
| * Update the code following a refactor on Charon's sideSon Ho2023-08-084-12/+27
|/
* Merge pull request #32 from AeneasVerif/son_arraysSon HO2023-08-07110-1184/+5804
|\
| * Update the flake.lockSon Ho2023-08-071-40/+58
| * Regenerate the test filesSon Ho2023-08-076-60/+550
| * Change some fun id names to use "Mut"/"Shared" as a suffixSon Ho2023-08-075-66/+66