lean4-htt/src/Lean/Elab
2023-10-26 08:33:09 +02:00
..
Deriving feat : derive DecidableEq for mutual inductives (#2591) 2023-10-03 02:17:13 +00:00
InfoTree chore: fix typos in comments 2023-10-08 10:46:05 +02:00
PreDefinition chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Quotation feat: add quot_precheck Lean.Parser.Term.explicit 2023-02-08 12:21:40 +01:00
Tactic feat: add support for expanding let-declarations to simp 2023-10-25 03:12:35 -07:00
App.lean chore: correcting typos (#2746) 2023-10-24 10:55:30 +00:00
Arg.lean chore: remove unused param 2022-07-29 20:41:38 -07:00
Attributes.lean fix: attribute info nesting 2022-11-16 11:12:24 +01:00
AutoBound.lean feat: allow upper case single character identifiers when relaxedAutoImplicit false (#2277) 2023-06-19 20:04:09 -07:00
AuxDef.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Binders.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
BindersUtil.lean chore: post-bootstrap cleanup 2022-10-11 17:24:35 -07:00
BuiltinCommand.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
BuiltinNotation.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
BuiltinTerm.lean fix: implement · tacs as a builtin elaborator, part 2 2023-03-15 17:00:15 +01:00
Calc.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Command.lean fix: make "elaboration" metric work in language server 2023-06-27 15:56:34 +01:00
ComputedFields.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Config.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Declaration.lean fix: fixes #1848 2022-11-18 08:49:10 -08:00
DeclarationRange.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
DeclModifiers.lean feat: go to duplicate definition 2022-10-11 10:07:49 +02:00
DeclUtil.lean refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
DefView.lean chore: import reductions 2022-09-15 14:02:38 -07:00
Deriving.lean feat: add derive handler for Nonempty 2022-12-22 03:48:15 +01:00
Do.lean feat: check task cancellation in elaborator 2023-10-26 08:33:09 +02:00
ElabRules.lean fix: fixes #2009 2023-01-04 10:32:03 -08:00
Eval.lean feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
Exception.lean fix: endPos missing at trace messages 2022-02-28 10:55:45 -08:00
Extra.lean fix: lazy_binop + coercion bug 2023-07-01 06:05:25 -07:00
Frontend.lean fix: make "elaboration" metric work in language server 2023-06-27 15:56:34 +01:00
GenInjective.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Import.lean chore: split up & simplify importModules 2023-08-31 15:37:33 -04:00
Inductive.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
InfoTree.lean refactor: split InfoTree.lean 2022-07-25 08:41:34 -07:00
InheritDoc.lean fix: improved error span for inherit_doc (#1807) 2022-11-07 20:11:41 +00:00
LetRec.lean feat: implement have this (part 1) 2023-06-02 16:19:02 +02:00
Level.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Macro.lean fix: fixes #2009 2023-01-04 10:32:03 -08:00
MacroArgUtil.lean feat: dynamic quotations for categories 2022-10-18 14:59:14 -07:00
MacroRules.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Match.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
MatchAltView.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Mixfix.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
MutualDef.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Notation.lean fix: notation unexpander on overapplication of non-nullary notation 2023-01-26 13:05:33 +01:00
Open.lean fix: open .. hinding .. should activate scoped attributes 2022-10-26 07:39:06 -07:00
ParseImportsFast.lean fix: parseImports': respect prelude 2022-11-15 07:40:10 -08:00
PatternVar.lean refactor: split paren parser 2022-11-11 13:45:41 +01:00
PreDefinition.lean chore: remove stray file breaking stage 0 update 2022-01-10 12:57:51 +01:00
Print.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Quotation.lean fix: $_* anonymous suffix splice syntax pattern 2023-03-06 16:30:18 +01:00
RecAppSyntax.lean refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
SetOption.lean feat: hover/go-to-def/refs for options 2022-11-07 20:01:13 +01:00
StructInst.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Structure.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Syntax.lean fix: prefer resolving parser alias over declaration 2023-06-05 16:52:23 +02:00
SyntheticMVars.lean chore: correcting typos (#2746) 2023-10-24 10:55:30 +00:00
Tactic.lean feat: add congr tactic 2022-08-01 18:44:07 -07:00
Term.lean feat: check task cancellation in elaborator 2023-10-26 08:33:09 +02:00
Util.lean feat: go to definition for KeyedDeclsAttributes 2022-11-16 11:16:24 +01:00