lean4-htt/src/Lean/Elab
2022-11-11 13:45:41 +01:00
..
Deriving fix: add local Hashable instance (fixes #1737) 2022-10-23 21:26:04 +02:00
InfoTree feat: hover/go-to-def/refs for options 2022-11-07 20:01:13 +01:00
PreDefinition feat: disable info tree while creating WF auxiliary definitions 2022-10-18 07:44:39 -07:00
Quotation refactor: split paren parser 2022-11-11 13:45:41 +01:00
Tactic fix: reorder goals after specialize (#1796) 2022-11-03 06:32:55 -07:00
App.lean chore: register Elab.app trace classes 2022-10-24 13:16:36 +02:00
Arg.lean chore: remove unused param 2022-07-29 20:41:38 -07:00
Attributes.lean chore: import reductions 2022-09-15 14:02:38 -07:00
AutoBound.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
AuxDef.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Binders.lean refactor: split paren parser 2022-11-11 13:45:41 +01:00
BindersUtil.lean chore: post-bootstrap cleanup 2022-10-11 17:24:35 -07:00
BuiltinCommand.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
BuiltinNotation.lean refactor: split paren parser 2022-11-11 13:45:41 +01:00
BuiltinTerm.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Calc.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Command.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07: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 chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
DeclarationRange.lean refactor: move MonadLog 2022-05-31 16:50:48 -07: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: Std.TypeName and Std.Dynamic 2022-08-10 06:31:46 -07:00
Do.lean feat: allow doSeq in let x <- e | seq 2022-11-08 08:29:21 -08:00
ElabRules.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07: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 feat: unop% elaborator 2022-10-26 06:44:44 -07:00
Frontend.lean refactor: rename isExitCommand -> isTerminalCommand 2022-10-12 11:11:31 -07:00
GenInjective.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Import.lean feat: add lean --print-deps-json 2022-07-06 16:12:30 +02:00
Inductive.lean fix: term info for inductive ctors 2022-09-14 08:26:17 -07: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 chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Level.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Macro.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07: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: snake-case attributes (part 2) 2022-10-19 09:28:08 -07: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 feat: add implementation-detail hypotheses 2022-10-11 17:24:35 -07:00
Notation.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Open.lean fix: open .. hinding .. should activate scoped attributes 2022-10-26 07:39:06 -07:00
ParseImportsFast.lean perf: add parseImports' 2022-11-09 14:50:11 -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 feat: ignore patternIgnore nodes in syntax patterns 2022-10-28 21:25:47 +02: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: typo fix in error message of overlapping structure fields 2022-11-05 12:41:40 -07:00
Structure.lean feat: copy docstring when copying parent fields 2022-10-26 15:43:46 -07:00
Syntax.lean fix: wrap &"..." <|> ... as well 2022-10-28 21:25:47 +02:00
SyntheticMVars.lean feat: function coercions with unification 2022-10-14 12:08:10 -07:00
Tactic.lean feat: add congr tactic 2022-08-01 18:44:07 -07:00
Term.lean fix: expandCDot? should create canonical syntax 2022-10-25 12:23:13 +02:00
Util.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00