| .. |
|
Array
|
chore: add missing simp to Array.size_feraseIdx (#5577)
|
2024-10-02 01:07:54 +00:00 |
|
BitVec
|
feat: add Bitvec.[add, sub, mul]_eq_xor and width_one_cases (#5554)
|
2024-10-01 11:57:14 +00:00 |
|
ByteArray
|
refactor: more idiomatic syntax for if h: (#5567)
|
2024-10-01 15:23:54 +00:00 |
|
Char
|
fix: ilean loading performance (#4900)
|
2024-08-29 11:51:48 +00:00 |
|
Fin
|
chore: cleanup unused variables (#5579)
|
2024-10-02 01:51:22 +00:00 |
|
FloatArray
|
feat: use usize for array types (#4802)
|
2024-07-21 12:26:04 +00:00 |
|
Format
|
feat: incremental have (#4308)
|
2024-06-04 09:12:27 +00:00 |
|
Int
|
chore: cleanup unused variables (#5579)
|
2024-10-02 01:51:22 +00:00 |
|
List
|
chore: cleanup unused variables (#5579)
|
2024-10-02 01:51:22 +00:00 |
|
Nat
|
chore: cleanup unused variables (#5579)
|
2024-10-02 01:51:22 +00:00 |
|
Option
|
chore: cleanup unused variables (#5579)
|
2024-10-02 01:51:22 +00:00 |
|
String
|
chore: cleanup unused variables (#5579)
|
2024-10-02 01:51:22 +00:00 |
|
ToString
|
fix: make List.toString tail-recursive
|
2022-12-12 22:58:21 +01:00 |
|
UInt
|
chore: Fin.ofNat' uses NeZero (#5356)
|
2024-09-16 07:13:18 +00:00 |
|
AC.lean
|
feat: allow users to disable simpCtorEq simproc (#5167)
|
2024-08-26 13:51:21 +00:00 |
|
Array.lean
|
chore: reorganization in Array/Basic (#5400)
|
2024-09-20 02:01:52 +00:00 |
|
Basic.lean
|
|
|
|
BEq.lean
|
chore: variables appearing on both sides of an iff should be implicit (#5254)
|
2024-09-04 08:33:24 +00:00 |
|
BitVec.lean
|
chore: update copyrights (#5449)
|
2024-09-24 05:27:53 +00:00 |
|
Bool.lean
|
feat: add udiv/umod bitblasting for bv_decide (#5281)
|
2024-09-26 23:45:31 +00:00 |
|
ByteArray.lean
|
|
|
|
Cast.lean
|
chore: upstream NatCast and IntCast (#3347)
|
2024-02-16 00:54:22 +00:00 |
|
Channel.lean
|
feat: snapshot trees and language processors (#3014)
|
2024-03-14 13:40:08 +00:00 |
|
Char.lean
|
feat: some Char, UInt, and Fin theorems (#4231)
|
2024-05-21 06:11:23 +00:00 |
|
Fin.lean
|
chore: upstream Std.BitVec.* (#3400)
|
2024-02-19 12:43:34 -08:00 |
|
Float.lean
|
doc: backticks around Lean code in docstrings (#5538)
|
2024-09-30 08:59:01 +00:00 |
|
FloatArray.lean
|
|
|
|
Format.lean
|
|
|
|
Hashable.lean
|
feat: EquivBEq and LawfulHashable classes (#4607)
|
2024-07-04 05:07:18 +00:00 |
|
Int.lean
|
feat: Int and Nat simp lemmas (#5190)
|
2024-08-28 10:53:28 +00:00 |
|
List.lean
|
feat: List.mergeSort (#5092)
|
2024-08-20 06:32:52 +00:00 |
|
Nat.lean
|
fix: replace unary Nat.succ simp rules with simprocs (#3808)
|
2024-04-04 23:15:26 +00:00 |
|
NeZero.lean
|
feat: actual implementation for #5283 (#5512)
|
2024-09-29 01:22:12 +00:00 |
|
OfScientific.lean
|
chore: use more specific import in OfScientific (#3165)
|
2024-01-11 18:23:43 +00:00 |
|
Option.lean
|
feat: Option.attach (#5532)
|
2024-09-30 04:13:27 +00:00 |
|
Ord.lean
|
chore: use compareLex in lexOrd (#3882)
|
2024-04-22 06:48:44 +00:00 |
|
PLift.lean
|
feat: basic instances for ULift and PLift (#5112)
|
2024-08-21 11:37:13 +00:00 |
|
Prod.lean
|
feat: upstream utilities around Array, Bool and Prod from LeanSAT (#4945)
|
2024-08-07 12:32:40 +00:00 |
|
Queue.lean
|
chore: minimize some imports (#5067)
|
2024-08-16 06:18:11 +00:00 |
|
Random.lean
|
chore: upstream Std.Data.Int (#3635)
|
2024-03-11 21:40:48 +00:00 |
|
Range.lean
|
feat: swap arguments to Membership.mem (#5020)
|
2024-08-26 12:35:47 +00:00 |
|
Repr.lean
|
feat: refactor of Array (#5452)
|
2024-09-24 12:57:55 +00:00 |
|
Stream.lean
|
fix: generate deprecation warnings for dot notation (#3969)
|
2024-05-09 04:52:09 +00:00 |
|
String.lean
|
feat: some Char, UInt, and Fin theorems (#4231)
|
2024-05-21 06:11:23 +00:00 |
|
Subtype.lean
|
feat: upstream more List lemmas (#4856)
|
2024-07-28 23:23:59 +00:00 |
|
Sum.lean
|
chore: upstream solve_by_elim (#3408)
|
2024-02-21 01:16:04 +00:00 |
|
ToString.lean
|
|
|
|
UInt.lean
|
feat: USize.and_toNat (#4629)
|
2024-07-03 01:28:36 +00:00 |
|
ULift.lean
|
feat: basic instances for ULift and PLift (#5112)
|
2024-08-21 11:37:13 +00:00 |
|
Zero.lean
|
chore: upstream Zero and NeZero
|
2024-09-10 19:30:09 +10:00 |