summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add some utilities for progressSon Ho2023-07-192-5/+35
| * Add arithmetic spec lemmasSon Ho2023-07-191-6/+161
| * Start implementing support for some type classes for progressSon Ho2023-07-192-25/+117
| * Cleanup moreSon Ho2023-07-191-3/+0
| * Cleanup a bitSon Ho2023-07-191-2/+0
| * Improve progressSon Ho2023-07-194-45/+131
| * Move an arithmetic lemmaSon Ho2023-07-182-10/+10
| * Make modifications to Vec.leanSon Ho2023-07-181-3/+5
| * Improve progressSon Ho2023-07-184-18/+32
| * Make minor modificationsSon Ho2023-07-171-25/+0
| * Start proving theorems for primitive definitionsSon Ho2023-07-176-50/+116
| * Reorganize the Lean backendSon Ho2023-07-1711-1171/+1184
| * With @sonmarcho, some Lean proofs for hashmaps + comments about possible impr...Aymeric Fromherz2023-07-172-0/+196
| * Move a definitionSon Ho2023-07-172-3/+3
| * Update the lean dependencies and update IListSon Ho2023-07-177-14/+17
| * Update a commentSon Ho2023-07-131-2/+1
| * Add IList.leanSon Ho2023-07-134-64/+242
| * Finish implementing the syntax for `progress`Son Ho2023-07-132-38/+107
| * Improve progress to use assumptions and start working on a nice syntaxSon Ho2023-07-125-95/+140
| * Make the `by inlit` implicitSon Ho2023-07-1211-331/+277
| * Improve the handling of arithmetic boundsSon Ho2023-07-123-115/+126
| * Finish a first version of the progress tacticSon Ho2023-07-126-171/+349