| Commit message (Expand) | Author | Files | Lines |
2023-09-18 | Make minor modifications to the tutorial | Son Ho | 1 | -3/+2 |
2023-09-18 | Make progress on the tutorial | Son Ho | 1 | -3/+66 |
2023-09-18 | Start writing a tutorial | Son Ho | 2 | -0/+298 |
2023-09-14 | Fix the hashmap proofs in Lean | Son Ho | 3 | -22/+33 |
2023-08-09 | Update the nix flake and regenerate the code | Son Ho | 17 | -17/+17 |
2023-08-08 | Regenerate the test files | Son Ho | 18 | -1463/+1465 |
2023-08-07 | Regenerate the test files | Son Ho | 6 | -60/+550 |
2023-08-04 | Fix a heart beat issue in a Lean proof | Son Ho | 1 | -0/+4 |
2023-08-04 | Generate the array test files for Coq and F* | Son Ho | 12 | -0/+1560 |
2023-08-04 | Update the Makefile and regenerate the test files | Son Ho | 26 | -47/+624 |
2023-08-04 | Add a forgotten file | Son Ho | 1 | -0/+1 |
2023-08-04 | Generate the Array example in Lean | Son Ho | 2 | -0/+295 |
2023-08-04 | Make minor modifications | Son Ho | 3 | -5/+5 |
2023-08-03 | Make a minor formatting modification for Lean | Son Ho | 14 | -0/+14 |
2023-08-03 | Fix issues | Son Ho | 1 | -0/+1 |
2023-07-31 | Make minor modifications | Son Ho | 1 | -0/+9 |
2023-07-26 | Make minor modifications | Son Ho | 1 | -3/+2 |
2023-07-26 | Make a minor modification to a hashmap proof | Son Ho | 1 | -5/+9 |
2023-07-26 | Update some of the Vec function specs | Son Ho | 1 | -16/+19 |
2023-07-26 | Update the syntax of the progress tactic | Son Ho | 1 | -86/+85 |
2023-07-26 | Fix a proof for the hashmap | Son Ho | 1 | -5/+12 |
2023-07-25 | Make progress on the proofs of the hashmap | Son Ho | 1 | -18/+40 |
2023-07-25 | Make progress on the proofs of the hashmap | Son Ho | 1 | -4/+112 |
2023-07-25 | Make progress on the hashmap properties | Son Ho | 1 | -0/+92 |
2023-07-25 | Improve the syntax of progress: `as ⟨ x, y .. ⟩` | Son Ho | 1 | -30/+4 |
2023-07-20 | Improve the interactivity of some hashmap proofs | Son Ho | 1 | -75/+34 |
2023-07-20 | Make progress on some of the hashmap proofs | Son Ho | 1 | -40/+127 |
2023-07-20 | Make some proofs in Hashmap/Properties.lean and improve progress | Son Ho | 1 | -11/+65 |
2023-07-20 | Improve progress further and move some lemmas | Son Ho | 1 | -84/+8 |
2023-07-19 | Improve progress | Son Ho | 1 | -2/+32 |
2023-07-18 | Improve progress | Son Ho | 1 | -13/+11 |
2023-07-17 | Make minor modifications | Son Ho | 1 | -25/+0 |
2023-07-17 | With @sonmarcho, some Lean proofs for hashmaps + comments about possible impr... | Aymeric Fromherz | 2 | -0/+196 |
2023-07-17 | Update the lean dependencies and update IList | Son Ho | 2 | -5/+5 |
2023-07-12 | Make the `by inlit` implicit | Son Ho | 9 | -322/+269 |
2023-07-06 | Use short names for the structure fields in Lean | Son Ho | 8 | -248/+154 |
2023-07-06 | Improve the generated comments | Son Ho | 56 | -1864/+1953 |
2023-07-05 | Simplify the names used in Primitives.lean | Son Ho | 7 | -78/+76 |
2023-07-05 | Simplify the generated names for the types in Lean | Son Ho | 19 | -889/+857 |
2023-07-05 | Start using namespaces in the Lean backend | Son Ho | 38 | -614/+682 |
2023-07-04 | Fix an issue with mkSigmasVal | Son Ho | 1 | -1/+1 |
2023-07-04 | Regenerate the Lean test files | Son Ho | 22 | -192/+275 |
2023-07-04 | Reorganize the Lean tests | Son Ho | 67 | -6245/+1481 |
2023-06-04 | Update the HOL4 proofs for the last *release* version of HOL4 | Son Ho | 6 | -325/+327 |
2023-06-04 | Start setting up the Nix derivation for HOL4 | Son Ho | 2 | -5/+16 |
2023-06-04 | Add a comment | Son Ho | 1 | -1/+5 |
2023-06-04 | Finish the proofs of the hashmap | Son Ho | 2 | -463/+1461 |
2023-06-04 | Prove hash_map_insert_fwd_back_spec | Son Ho | 1 | -1/+59 |
2023-06-04 | Make progress on the proofs of the hash map | Son Ho | 1 | -4/+619 |
2023-06-04 | Make good progress on the proofs of the hashmap in HOL4 | Son Ho | 1 | -46/+686 |