| .. |
|
AC
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
LinearArith
|
refactor: Offset.lean and related files (#3614)
|
2024-03-05 19:40:15 -08:00 |
|
Simp
|
chore: reorganising to reduce imports (#3790)
|
2024-03-27 11:15:01 +00:00 |
|
AC.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Acyclic.lean
|
fix: regression on match expressions with builtin literals (#3521)
|
2024-02-27 18:49:44 +00:00 |
|
Apply.lean
|
feat: upstream apply helper tactics from Mathlib (#3670)
|
2024-03-17 06:47:56 +00:00 |
|
Assert.lean
|
chore: upstream solve_by_elim (#3408)
|
2024-02-21 01:16:04 +00:00 |
|
Assumption.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
AuxLemma.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Backtrack.lean
|
chore: upstream solve_by_elim (#3408)
|
2024-02-21 01:16:04 +00:00 |
|
Cases.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Cleanup.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Clear.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Congr.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Constructor.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Contradiction.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Delta.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
ElimInfo.lean
|
feat: custom eliminators for induction and cases tactics, and beautiful eliminators for Nat (#3629)
|
2024-03-09 15:31:51 +00:00 |
|
FunInd.lean
|
fix: remove derive_functional_induction (#3788)
|
2024-03-27 10:08:13 +00:00 |
|
FVarSubst.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Generalize.lean
|
fix: generalize excessive resource usage (#3575)
|
2024-03-03 17:58:11 +00:00 |
|
IndependentOf.lean
|
chore: upstream solve_by_elim (#3408)
|
2024-02-21 01:16:04 +00:00 |
|
Induction.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Injection.lean
|
fix: regression on match expressions with builtin literals (#3521)
|
2024-02-27 18:49:44 +00:00 |
|
Intro.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
LibrarySearch.lean
|
feat: upstream rw? tactic (#3719)
|
2024-03-23 05:01:35 +00:00 |
|
LinearArith.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
NormCast.lean
|
feat: use attribute command to add and erase simprocs (#3511)
|
2024-02-26 23:41:49 +00:00 |
|
Refl.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Rename.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Repeat.lean
|
refactor: termination arguments as Expr, not Syntax (#3658)
|
2024-03-14 23:51:53 +00:00 |
|
Replace.lean
|
doc: edit Lean.MVarId.withReverted (#3743)
|
2024-03-28 01:12:23 +00:00 |
|
Revert.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Rewrite.lean
|
feat: add option tactic.skipAssignedInstances := true for backward compatibilty (#3526)
|
2024-02-28 05:52:29 +00:00 |
|
Rewrites.lean
|
fix: remove unused try catch (#3794)
|
2024-03-28 01:39:51 +00:00 |
|
Rfl.lean
|
feat: change apply_rfl tactic so that it does not operate on = (#3784)
|
2024-03-27 12:04:22 +00:00 |
|
Simp.lean
|
feat: use attribute command to add and erase simprocs (#3511)
|
2024-02-26 23:41:49 +00:00 |
|
SolveByElim.lean
|
chore: upstream solve_by_elim (#3408)
|
2024-02-21 01:16:04 +00:00 |
|
Split.lean
|
refactor: module MatcherApp.Transform (#3439)
|
2024-02-22 16:16:26 +00:00 |
|
SplitIf.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
Subst.lean
|
fix: substVars in functional inductions removed valuable information (#3695)
|
2024-03-16 14:55:31 +00:00 |
|
Symm.lean
|
chore: upstream solve_by_elim (#3408)
|
2024-02-21 01:16:04 +00:00 |
|
TryThis.lean
|
chore: upstream Std.CodeAction.*
|
2024-02-25 11:44:42 -08:00 |
|
Unfold.lean
|
perf: add prelude to all Lean modules
|
2024-02-18 14:55:17 -08:00 |
|
UnifyEq.lean
|
fix: regression on match expressions with builtin literals (#3521)
|
2024-02-27 18:49:44 +00:00 |
|
Util.lean
|
feat: add option tactic.skipAssignedInstances := true for backward compatibilty (#3526)
|
2024-02-28 05:52:29 +00:00 |