lean4-htt/src/Lean/Elab
Sebastian Ullrich 2833c61a60 fix: respect preresolved names at resolveConst*
This makes sure we can properly quote e.g. `deriving` clauses and avoids
a suspicious `eraseMacroScopes` call (though not at `Elab.Syntax`, since
categories do not have to be declaration names)
2021-07-30 07:17:50 -07:00
..
Deriving feat: FromToJson for recursive inductives 2021-07-24 10:47:38 +02:00
PreDefinition chore: style 2021-06-21 10:17:26 -07:00
Quotation feat: store elaborator declaration name in info tree 2021-06-21 10:17:26 -07:00
Tactic fix: respect preresolved names at resolveConst* 2021-07-30 07:17:50 -07:00
App.lean feat: uniformly split idents 2021-07-19 09:55:37 +02:00
Arg.lean refactor: add Arg.lean 2021-06-28 08:10:16 -07:00
Attributes.lean refactor: make notation and macro macros again 2021-04-24 11:25:08 +02:00
AutoBound.lean feat: extend set of valid characters that can occur in an auto bound implicit local name suffix 2021-02-02 10:29:29 -08:00
Binders.lean fix: plain term goal on binders 2021-07-19 13:24:59 -07:00
BindersUtil.lean refactor: add BindersUtil.lean 2021-06-28 08:44:16 -07:00
BuiltinCommand.lean fix: fixes #536 2021-06-29 18:24:46 -07:00
BuiltinNotation.lean chore: style 2021-06-21 10:17:26 -07:00
BuiltinTerm.lean fix: respect preresolved names at resolveConst* 2021-07-30 07:17:50 -07:00
Command.lean fix: preserve lifted CoreM traces 2021-07-24 10:45:28 +02:00
Declaration.lean chore: fix codebase and tests 2021-06-29 17:14:52 -07:00
DeclarationRange.lean chore: naming 2021-01-20 16:48:50 +01:00
DeclModifiers.lean feat: trace support for MacroM 2021-04-23 19:15:14 -07:00
DeclUtil.lean chore: avoid inline 2021-06-28 10:17:01 -07:00
DefView.lean refactor: make notation and macro macros again 2021-04-24 11:25:08 +02:00
Deriving.lean feat: add Ord and deriving instance for it. 2021-04-03 21:27:26 -07:00
Do.lean fix: mkAtomFrom: generate synthetic position like other *From functions 2021-07-19 13:24:59 -07:00
ElabRules.lean refactor: split Syntax.lean 2021-06-28 13:52:04 -07:00
Exception.lean fix: unresolved holes in the exact tactic, backtracking issues 2021-05-06 13:44:01 -07:00
Extra.lean feat: refine binop% elaborator 2021-04-30 19:37:58 -07:00
Frontend.lean fix: move elabCommand parts that should happen only once into new function 2021-06-29 06:34:15 -07:00
GenInjective.lean fix: respect preresolved names at resolveConst* 2021-07-30 07:17:50 -07:00
Import.lean chore: naming 2021-01-20 16:48:50 +01:00
Inductive.lean chore: fix mutable variable shadowing 2021-05-22 19:24:41 -07:00
InfoTree.lean fix: respect preresolved names at resolveConst* 2021-07-30 07:17:50 -07:00
LetRec.lean feat: term info on where declarations 2021-07-19 13:24:59 -07:00
Level.lean refactor: revert MonadRef changes 2021-06-21 10:17:26 -07:00
Log.lean fix: info on non-atomic simp args 2021-06-23 00:08:07 -07:00
Macro.lean refactor: split Syntax.lean 2021-06-28 13:52:04 -07:00
MacroArgUtil.lean refactor: split Syntax.lean 2021-06-28 13:52:04 -07:00
MacroRules.lean refactor: split Syntax.lean 2021-06-28 13:52:04 -07:00
Match.lean refactor: add MatchAltView.lean and PatternVar.lean 2021-06-28 08:29:47 -07:00
MatchAltView.lean refactor: add MatchAltView.lean and PatternVar.lean 2021-06-28 08:29:47 -07:00
Mixfix.lean fix: make precedence mandatory for mixfix commands 2021-07-19 13:18:58 -07:00
MutualDef.lean fix: do not leak nested definitions from example 2021-05-03 09:11:14 +02:00
Notation.lean fix: check arity in notation unexpander 2021-07-22 16:59:19 +02:00
Open.lean refactor: add polymorphic elabOpenDecl method 2021-03-06 15:32:59 -08:00
PatternVar.lean fix: respect preresolved names at resolveConst* 2021-07-30 07:17:50 -07:00
PreDefinition.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Print.lean feat: term info at many more constants 2021-03-20 08:31:06 -07:00
Quotation.lean fix: $(_):ident is not an infallible pattern 2021-07-22 16:52:06 +02:00
SetOption.lean chore: make sure we don't lift methods over binders 2021-04-15 12:06:46 -07:00
StructInst.lean feat: take auto params into account in the structure instance notation 2021-07-27 15:49:23 -07:00
Structure.lean fix: scope of the auto param at fields 2021-07-27 15:22:51 -07:00
Syntax.lean fix: respect preresolved names at resolveConst* 2021-07-30 07:17:50 -07:00
SyntheticMVars.lean fix: report (pending) type mismatch errors in simp arguments 2021-06-16 11:35:49 -10:00
Tactic.lean refactor: add BuiltinTactic.lean 2021-06-28 10:08:42 -07:00
Term.lean fix: plain term goal on binders 2021-07-19 13:24:59 -07:00
Util.lean refactor: revert MonadRef changes 2021-06-21 10:17:26 -07:00