lean4-htt/src/Lean/Elab
2024-05-28 23:04:19 +02:00
..
Deriving chore: haveId node kind 2024-05-28 23:04:19 +02:00
InfoTree feat: display diagnostic information at term and tactic set_option diagnostics true (#4048) 2024-05-01 22:47:57 +00:00
PreDefinition refactor: no need for simpMatchWF? (#4153) 2024-05-13 19:33:23 +00:00
Quotation feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
Tactic fix: do not include internal match equational theorems at simp trace (#4274) 2024-05-25 17:16:19 +00:00
App.lean fix: semantic tokens performance (#3932) 2024-04-18 07:48:44 +00:00
Arg.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Attributes.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
AutoBound.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
AuxDef.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
BinderPredicates.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Binders.lean perf: use withSynthesize when elaborating let/have type (#4096) 2024-05-09 00:58:43 +00:00
BindersUtil.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
BuiltinCommand.lean feat: propagate maxHeartbeats to kernel (#4113) 2024-05-09 17:44:19 +00:00
BuiltinNotation.lean fix: auto/option params should not break sorry (#4132) 2024-05-11 02:10:40 +00:00
BuiltinTerm.lean feat: display diagnostic information at term and tactic set_option diagnostics true (#4048) 2024-05-01 22:47:57 +00:00
Calc.lean fix: move cdot and calc parsers to Lean namespace 2024-05-19 07:20:10 +02:00
CheckTactic.lean chore: bool and prop lemmas for Mathlib compatibility and improved confluence (#3508) 2024-03-04 23:56:30 +00:00
Command.lean fix: ensure incremental commands and tactics are reached only on supported paths (#4259) 2024-05-23 17:57:42 +00:00
ComputedFields.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
Declaration.lean fix: ensure incremental commands and tactics are reached only on supported paths (#4259) 2024-05-23 17:57:42 +00:00
DeclarationRange.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
DeclModifiers.lean feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
DeclNameGen.lean feat: make anonymous instance names not include proofs (#3934) 2024-04-17 19:41:34 +00:00
DeclUtil.lean feat: shorten auto-generated instance names (#3089) 2024-04-13 18:08:50 +00:00
DefView.lean feat: show signature elaboration errors on body parse error (#4267) 2024-05-24 10:07:07 +00:00
Deriving.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Do.lean fix: do not lift (<- ...) over pure if-then-else (#3820) 2024-04-01 21:33:59 +00:00
ElabRules.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Eval.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Exception.lean feat: incremental elaboration of definition headers, bodies, and tactics (#3940) 2024-05-22 13:23:30 +00:00
Extra.lean fix: use maxType when building expression in expression tree elaborator (#4215) 2024-05-18 20:59:54 +00:00
Frontend.lean feat: incremental elaboration of definition headers, bodies, and tactics (#3940) 2024-05-22 13:23:30 +00:00
GenInjective.lean feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
GuardMsgs.lean feat: show diffs when #guard_msgs fails (#3912) 2024-04-18 15:09:44 +00:00
Import.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Inductive.lean perf: use withSynthesize when elaborating let/have type (#4096) 2024-05-09 00:58:43 +00:00
InfoTree.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
InheritDoc.lean feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
LetRec.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Level.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Macro.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
MacroArgUtil.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
MacroRules.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Match.lean fix: regression on match expressions with builtin literals (#3521) 2024-02-27 18:49:44 +00:00
MatchAltView.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
MatchExpr.lean perf: match_expr join points (#3580) 2024-03-03 18:15:49 +00:00
Mixfix.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
MutualDef.lean feat: show signature elaboration errors on body parse error (#4267) 2024-05-24 10:07:07 +00:00
Notation.lean feat: apply app unexpanders for all prefixes of an application (#3375) 2024-02-27 07:04:17 +00:00
Open.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ParseImportsFast.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
PatternVar.lean fix: match pattern missing test 2024-02-21 05:14:26 -08:00
PreDefinition.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Print.lean feat: #print command shows structure fields (#3768) 2024-04-24 03:18:09 +00:00
Quotation.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
RecAppSyntax.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
SetOption.lean fix: don't use info nodes before cursor for completion (#3778) 2024-04-02 08:49:24 +00:00
StructInst.lean perf: use withSynthesize when elaborating let/have type (#4096) 2024-05-09 00:58:43 +00:00
Structure.lean fix: proposition fields must be theorems (#4006) 2024-04-28 01:59:47 +00:00
Syntax.lean fix: remove unused trace.Elab.syntax option (#3844) 2024-04-08 17:16:24 +00:00
SyntheticMVars.lean feat: incremental elaboration of definition headers, bodies, and tactics (#3940) 2024-05-22 13:23:30 +00:00
Tactic.lean feat: upstream rw? tactic (#3719) 2024-03-23 05:01:35 +00:00
Term.lean fix: ensure incremental commands and tactics are reached only on supported paths (#4259) 2024-05-23 17:57:42 +00:00
Util.lean feat: incremental elaboration of definition headers, bodies, and tactics (#3940) 2024-05-22 13:23:30 +00:00