..
Array
feat: updates to List/Array.Perm API ( #7953 )
2025-04-14 01:17:02 +00:00
BitVec
feat: BitVec.pow and Pow (BitVec w) Nat ( #7893 )
2025-04-10 05:21:30 +00:00
ByteArray
doc: review List docstrings for manual ( #7452 )
2025-03-13 16:10:06 +00:00
Char
doc: Char docstring proofreading ( #7198 )
2025-03-08 22:17:01 +00:00
Fin
chore: Fin.ofNat'_mul, analogous to existing add lemmas ( #7888 )
2025-04-10 01:32:47 +00:00
FloatArray
doc: review List docstrings for manual ( #7452 )
2025-03-13 16:10:06 +00:00
Format
doc: review String docstrings ( #7506 )
2025-03-18 04:36:49 +00:00
Int
chore: add grind annotations for Nat/Int.min/max ( #7934 )
2025-04-13 01:48:17 +00:00
List
feat: updates to List/Array.Perm API ( #7953 )
2025-04-14 01:17:02 +00:00
Nat
chore: add grind annotations for Nat/Int.min/max ( #7934 )
2025-04-13 01:48:17 +00:00
Option
chore: Option cleanup ( #7897 )
2025-04-10 18:53:30 +00:00
Range
feat: lemmas about lexicographic order on Array and Vector ( #6399 )
2024-12-19 10:36:50 +00:00
SInt
feat: UIntX.pow and Pow UIntX Nat instances ( #7886 )
2025-04-10 00:27:48 +00:00
String
doc: docstring details ( #7711 )
2025-03-28 22:30:53 +00:00
Sum
doc: manual docstring review for smaller namespaces ( #7365 )
2025-03-13 16:09:37 +00:00
ToString
doc: docstring details ( #7711 )
2025-03-28 22:30:53 +00:00
UInt
feat: UIntX.pow and Pow UIntX Nat instances ( #7886 )
2025-04-10 00:27:48 +00:00
Vector
feat: List/Array/Vector.count_replace lemmas ( #7938 )
2025-04-13 03:10:19 +00:00
AC.lean
feat: cleanup of get and back functions on List/Array ( #7059 )
2025-02-17 01:43:45 +00:00
Array.lean
feat: align Array/Vector.extract lemmas with List ( #7105 )
2025-02-17 04:56:04 +00:00
Basic.lean
BEq.lean
feat: HashMap getKey lemmas ( #7289 )
2025-03-03 15:06:58 +00:00
BitVec.lean
chore: update copyrights ( #5449 )
2024-09-24 05:27:53 +00:00
Bool.lean
chore: fix naming of several theorems ( #7499 )
2025-04-04 10:52:52 +00:00
ByteArray.lean
Cast.lean
doc: docstring review for IntCast, NatCast, and for loops ( #7645 )
2025-03-25 07:58:37 +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: review docstrings for Float and Float32 ( #7642 )
2025-03-26 05:25:06 +00:00
Float32.lean
doc: review docstrings for Float and Float32 ( #7642 )
2025-03-26 05:25:06 +00:00
FloatArray.lean
Format.lean
refactor: move ToString Syntax and BEq Syntax to Init
2021-02-26 13:21:04 -08:00
Function.lean
doc: manual docstring review for smaller namespaces ( #7365 )
2025-03-13 16:09:37 +00:00
Hashable.lean
doc: manual docstring review for smaller namespaces ( #7365 )
2025-03-13 16:09:37 +00:00
Int.lean
feat: infrastructure for supporting Nat in cutsat ( #7394 )
2025-03-08 08:36:58 +00:00
List.lean
feat: lemmas about lexicographic order on Array and Vector ( #6399 )
2024-12-19 10:36:50 +00:00
Nat.lean
feat: lemmas about Std.Range ( #6396 )
2024-12-16 03:16:46 +00:00
NeZero.lean
feat: align lemmas about List.getLast(!?) with Array/Vector.back(!?) ( #7205 )
2025-02-24 11:48:43 +00:00
OfScientific.lean
doc: review docstrings for Float and Float32 ( #7642 )
2025-03-26 05:25:06 +00:00
Option.lean
feat: lemmas about for loops over Option ( #6316 )
2024-12-05 05:09:07 +00:00
Ord.lean
feat: Ord-related instances for IntX, Ordering, BitVec, Array, List and Vector ( #7700 )
2025-03-29 15:55:13 +00:00
PLift.lean
feat: basic instances for ULift and PLift ( #5112 )
2024-08-21 11:37:13 +00:00
Prod.lean
doc: manual docstring review for smaller namespaces ( #7365 )
2025-03-13 16:09:37 +00:00
Queue.lean
chore: minimize some imports ( #5067 )
2024-08-16 06:18:11 +00:00
Random.lean
doc: further missing docstrings ( #7613 )
2025-03-21 22:20:07 +00:00
Range.lean
feat: lemmas about Std.Range ( #6396 )
2024-12-16 03:16:46 +00:00
RArray.lean
feat: Lean.RArray ( #6070 )
2024-11-14 10:56:50 +00:00
Repr.lean
doc: review docstrings for fixed-width integer types ( #7602 )
2025-03-21 20:16:28 +00:00
SInt.lean
feat: IntX theory for simprocs and bv_decide ( #7259 )
2025-02-28 07:04:52 +00:00
Stream.lean
feat: change Array.get to take a Nat and a proof ( #6032 )
2024-11-12 03:30:46 +00:00
String.lean
feat: some Char, UInt, and Fin theorems ( #4231 )
2024-05-21 06:11:23 +00:00
Subtype.lean
feat: align {List/Array/Vector}.{attach,attachWith,pmap} lemmas ( #6723 )
2025-01-21 06:36:36 +00:00
Sum.lean
chore: upstream basic material on Sum ( #5741 )
2024-10-17 01:27:41 +00:00
ToString.lean
UInt.lean
refactor: redefine unsigned fixed width integers in terms of BitVec ( #5323 )
2024-10-16 07:28:23 +00:00
ULift.lean
feat: basic instances for ULift and PLift ( #5112 )
2024-08-21 11:37:13 +00:00
Vector.lean
feat: complete aligning List/Array/Vector.finRange ( #7106 )
2025-02-17 06:11:43 +00:00
Zero.lean
feat: grind internal CommRing class ( #7797 )
2025-04-03 08:30:19 +00:00