..
Control
feat: grind annotations for basic monad transformers ( #10227 )
2025-09-08 23:51:55 +00:00
Data
refactor: use deriving LawfulBEq in Init ( #10411 )
2025-09-16 16:26:32 +00:00
Grind
feat: helper theorem for normalizing non-commutative semirings ( #10419 )
2025-09-16 18:09:34 +00:00
GrindInstances
chore: move String.utf8EncodeChar to the prelude ( #10264 )
2025-09-07 12:42:53 +00:00
Internal
feat: add more MonoBind instances for monad transformers ( #10230 )
2025-09-03 17:15:41 +00:00
Meta
refactor: split Init.Meta in preparation for meta semantics restrictions ( #10343 )
2025-09-11 13:01:03 +00:00
Omega
chore: reorganize Init imports around strings ( #10289 )
2025-09-07 17:09:14 +00:00
System
fix: make IO.RealWorld opaque ( #9631 )
2025-09-08 18:12:19 +00:00
BinderNameHint.lean
chore: fix spelling errors ( #9175 )
2025-07-24 23:35:32 +00:00
BinderPredicates.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
ByCases.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Classical.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Coe.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Control.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Conv.lean
feat: add enter [in patt] syntax ( #10081 )
2025-08-23 17:16:53 +00:00
Core.lean
chore: remove deprecated Xor ( #10404 )
2025-09-16 03:41:20 +00:00
Data.lean
feat: dyadic rationals ( #9993 )
2025-08-26 03:49:39 +00:00
Dynamic.lean
perf: do not export opaque bodies ( #10119 )
2025-08-27 20:59:59 +00:00
Ext.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
GetElem.lean
chore: fix remainining discrepancies for change in grind pattern heuristics ( #10347 )
2025-09-11 12:48:52 +00:00
Grind.lean
feat: AC theorems for grind ( #10093 )
2025-08-24 05:02:37 +00:00
GrindInstances.lean
feat: upstream several Rat lemmas from mathlib ( #10077 )
2025-08-25 06:02:27 +00:00
Guard.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Hints.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Internal.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
LawfulBEqTactics.lean
fix: use with_reducible in deriving_LawfulEq_tactic_step ( #10417 )
2025-09-16 16:07:42 +00:00
MacroTrace.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Meta.lean
refactor: split Init.Meta in preparation for meta semantics restrictions ( #10343 )
2025-09-11 13:01:03 +00:00
MetaTypes.lean
doc: improve docstrings for simp!, simp_all!, dsimp! and autoUnfold ( #9991 )
2025-09-09 13:34:16 +00:00
MethodSpecsSimp.lean
feat: @[method_specs_simp] in Init ( #10407 )
2025-09-16 10:27:33 +00:00
Notation.lean
feat: allow position reporting in #guard_msgs ( #10125 )
2025-08-27 06:47:34 +00:00
NotationExtra.lean
chore: warn on [expose] on private definition ( #9917 )
2025-08-15 11:31:33 +00:00
Omega.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Prelude.lean
feat: add unicode(...) parser syntax and pp.unicode option ( #10373 )
2025-09-14 04:40:03 +00:00
PropLemmas.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
RCases.lean
fix: add missing spaces for pretty printing ( #9475 )
2025-07-23 19:35:04 +00:00
ShareCommon.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
SimpLemmas.lean
fix: performance issue when elaborating match-expressions with many literals ( #9372 )
2025-07-15 03:52:23 +00:00
Simproc.lean
chore: reorganize Init imports around strings ( #10289 )
2025-09-07 17:09:14 +00:00
SizeOf.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
SizeOfLemmas.lean
chore: avoid confusing public import all combination ( #10051 )
2025-08-22 12:04:42 +00:00
Syntax.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
System.lean
chore: remove >6 month old deprecations ( #9640 )
2025-08-05 02:29:15 +00:00
Tactics.lean
feat: @[method_specs] to generate specification theorems from class instances ( #10302 )
2025-09-15 11:17:06 +00:00
TacticsExtra.lean
fix: make sure error ranges for if tactic are correct ( #10392 )
2025-09-15 16:40:11 +00:00
Task.lean
refactor: implement IO.waitAny using Lean ( #9732 )
2025-08-06 13:09:15 +00:00
Try.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
Util.lean
chore: reorganize Init imports around strings ( #10289 )
2025-09-07 17:09:14 +00:00
WF.lean
feat: add @[grind =] to Prod.lex_def ( #9609 )
2025-07-29 02:45:02 +00:00
WFTactics.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00
While.lean
feat: make private the default in module ( #9044 )
2025-06-28 16:30:53 +00:00