summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix a heart beat issue in a Lean proofSon Ho2023-08-041-0/+4
| * Add an option to not override Hashmap.leanSon Ho2023-08-044-3/+16
| * Generate the array test files for Coq and F*Son Ho2023-08-0412-0/+1560
| * Update the Makefile and regenerate the test filesSon Ho2023-08-0428-63/+637
| * Fix issues with the extraction and extend the primitive libraries for Coq and F*Son Ho2023-08-045-32/+151
| * Add a forgotten fileSon Ho2023-08-041-0/+1
| * Generate the Array example in LeanSon Ho2023-08-042-0/+295
| * Make minor modificationsSon Ho2023-08-044-9/+9
| * Add SliceLen as a primitive function and make minor adjustmentsSon Ho2023-08-046-77/+100
| * Add the UtilsBase.lean fileSon Ho2023-08-041-0/+10
| * Start adding support for Arrays/Slices in the Lean librarySon Ho2023-08-049-49/+692
| * Fix an issue with the extraction of aggregated arraysSon Ho2023-08-0310-180/+320
| * Make a minor formatting modification for LeanSon Ho2023-08-0315-1/+15
| * Update the Makefile to add the array testSon Ho2023-08-031-1/+16
| * Fix issuesSon Ho2023-08-0311-57/+140
| * Make minor modificationsSon Ho2023-08-023-16/+29
| * Add the function signatures in Assumed.mlSon Ho2023-08-021-0/+143
| * Make more progressSon Ho2023-08-022-75/+186
| * Make progressSon Ho2023-08-025-53/+80
| * Make progressSon Ho2023-08-0214-76/+178
| * Make progressSon Ho2023-08-027-164/+232
| * Make progress proapagating the changesSon Ho2023-08-0225-273/+407
| * Start adding support for const genericsSon Ho2023-08-0111-226/+246
|/
* Merge pull request #31 from AeneasVerif/son_lean_backendSon HO2023-07-31160-10464/+11401
|\
| * Make minor modificationsSon Ho2023-07-311-0/+9
| * Make minor modificationsSon Ho2023-07-261-3/+2
| * Make a minor modification to a hashmap proofSon Ho2023-07-261-5/+9
| * Update some of the Vec function specsSon Ho2023-07-263-25/+40
| * Update the syntax of the progress tacticSon Ho2023-07-265-111/+117
| * Fix a proof for the hashmapSon Ho2023-07-261-5/+12
| * Make progress on the proofs of the hashmapSon Ho2023-07-252-22/+83
| * Make progress on the proofs of the hashmapSon Ho2023-07-257-34/+216
| * Make progress on the hashmap propertiesSon Ho2023-07-258-29/+141
| * Improve int_tac and scalar_tacSon Ho2023-07-255-32/+87
| * Add the possibility of using "_" as ident for progressSon Ho2023-07-252-18/+26
| * Improve the syntax of progress: `as ⟨ x, y .. ⟩`Son Ho2023-07-253-74/+98
| * Improve the interactivity of some hashmap proofsSon Ho2023-07-201-75/+34
| * Fix a naming issue with progressSon Ho2023-07-201-4/+4
| * Make progress on some of the hashmap proofsSon Ho2023-07-202-48/+149
| * Make some proofs in Hashmap/Properties.lean and improve progressSon Ho2023-07-205-74/+129
| * Improve progress further and move some lemmasSon Ho2023-07-203-105/+109
| * Add fine-grained lemmas for the arithmetic operationsSon Ho2023-07-202-8/+131
| * Improve progress furtherSon Ho2023-07-202-72/+142
| * Fix a small issue with the persistent state of progressSon Ho2023-07-192-5/+13