summaryrefslogtreecommitdiff
path: root/backends/lean/Base/Primitives/Vec.lean (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do some cleanup in the Lean backend (#257)Son HO2024-06-221-0/+4
* Improve `scalar_tac` and `scalar_decr_tac` (#256)Son HO2024-06-221-5/+2
* Add some proofs for the Lean backend (#255)Son HO2024-06-211-2/+11
* Update Lean to v4.9.0-rc1Son Ho2024-06-131-2/+1
* Fix more issuesSon Ho2024-06-131-2/+2
* Add more definitions to the Lean librarySon Ho2024-04-121-0/+39
* Merge remote-tracking branch 'origin/main' into son/cleanSon Ho2024-04-111-1/+0
|\
| * Update the lean toolchain and fix the proofsSon Ho2024-04-051-1/+0
* | Rename Result.ret as Result.ok in the backendsSon Ho2024-04-041-13/+13
|/
* Update the handling of notations like #u32 or #isizeSon Ho2024-03-081-1/+1
* Fix more proofsSon Ho2024-02-021-1/+1
* Update the Lean standard librarySon Ho2023-12-221-15/+23
* Merge branch 'main' into son_fixes2Son Ho2023-12-051-30/+64
|\
| * Update the standard librariesSon Ho2023-11-211-3/+3
| * Update the failing proofsSon Ho2023-11-091-4/+22
| * Make the hashmap files typecheck again in LeanSon Ho2023-10-251-29/+45
| * Fix some issues at extraction and add builtinsSon Ho2023-10-251-1/+1
* | Prove that Vec is inhabitedSon Ho2023-09-181-0/+4
|/
* Make minor modificationsSon Ho2023-08-041-4/+4
* Start adding support for Arrays/Slices in the Lean librarySon Ho2023-08-041-11/+6
* Update some of the Vec function specsSon Ho2023-07-261-4/+9
* Make progress on the proofs of the hashmapSon Ho2023-07-251-12/+8
* Make progress on the hashmap propertiesSon Ho2023-07-251-3/+10
* Improve int_tac and scalar_tacSon Ho2023-07-251-13/+12
* Make modifications to Vec.leanSon Ho2023-07-181-3/+5
* Start proving theorems for primitive definitionsSon Ho2023-07-171-33/+56
* Reorganize the Lean backendSon Ho2023-07-171-0/+113