lean4-htt/src/Lean/Elab/Tactic
2024-05-20 04:29:49 +00:00
..
Conv feat: in conv tactic, use try with_reducibe rfl (#3763) 2024-03-29 11:59:45 +00:00
Omega feat: improve grind preprocessor (#4221) 2024-05-20 04:29:49 +00:00
Basic.lean feat: recover from runtime errors in tactics (#4130) 2024-05-11 00:07:13 +00:00
BuiltinTactic.lean fix: move cdot and calc parsers to Lean namespace 2024-05-19 07:20:10 +02:00
Cache.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Calc.lean fix: move cdot and calc parsers to Lean namespace 2024-05-19 07:20:10 +02:00
Change.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Config.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
Conv.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Delta.lean feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
ElabTerm.lean perf: use withSynthesize when elaborating let/have type (#4096) 2024-05-09 00:58:43 +00:00
Ext.lean fix: do not lift (<- ...) over pure if-then-else (#3820) 2024-04-01 21:33:59 +00:00
FalseOrByContra.lean feat: upstream false_or_by_contra tests (#3947) 2024-04-19 05:30:51 +00:00
Generalize.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Guard.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Induction.lean perf: use withSynthesize when elaborating let/have type (#4096) 2024-05-09 00:58:43 +00:00
Injection.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LibrarySearch.lean feat: exact?%: do not report suggestions which do not close the goal (#3974) 2024-04-24 06:07:11 +00:00
Location.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Match.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Meta.lean perf: use withSynthesize when elaborating let/have type (#4096) 2024-05-09 00:58:43 +00:00
NormCast.lean perf: improve simp cache behavior for well-behaved dischargers (#4044) 2024-05-01 19:57:44 +00:00
Omega.lean chore: CI: flag Lean modules not using prelude (#3463) 2024-02-23 08:06:55 +00:00
RCases.lean feat: make rcases use the custom Nat eliminator (#3747) 2024-04-13 16:55:48 +00:00
Repeat.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Rewrite.lean feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
Rewrites.lean feat: upstream rw? tactic (#3719) 2024-03-23 05:01:35 +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
ShowTerm.lean chore: fix namespaces in recently upstreamed tactics (#3672) 2024-03-17 06:41:40 +00:00
Simp.lean fix: make erased names in simp clickable (#4176) 2024-05-15 14:12:15 +00:00
Simpa.lean feat: diagnostic information for simp 2024-05-01 03:19:39 +02:00
Simproc.lean feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
SimpTrace.lean feat: diagnostic information for simp 2024-05-01 03:19:39 +02:00
SolveByElim.lean chore: namespacing in solve_by_elim (#3453) 2024-02-22 06:23:50 -08:00
Split.lean refactor: make throwTacticEx parameter msg optional (#3951) 2024-04-22 06:55:41 +00:00
Symm.lean fix: address symm and label bugs from #3408 (#3429) 2024-02-21 07:21:07 +00:00
Unfold.lean feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00