lean4-htt/src/Lean/Elab
2021-08-26 10:41:06 -07:00
..
Deriving fix: add workaround to prevent code explosion at deriving for FromJson 2021-08-05 06:58:07 -07: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 feat: add anyGoals tatic for tutorial 2021-08-26 10:41:06 -07:00
App.lean fix: missig registerMVarErrorImplicitArgInfo for postponed instance mvars 2021-08-04 16:58:00 -07: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: position information for implicit type 2021-08-26 08:07:16 -07:00
BindersUtil.lean refactor: add BindersUtil.lean 2021-06-28 08:44:16 -07:00
BuiltinCommand.lean feat: add elabModuleDoc 2021-08-06 13:45:36 -07:00
BuiltinNotation.lean chore: enforce naming convention for theorems 2021-08-07 12:48:38 -07:00
BuiltinTerm.lean fix: missing registerMVarErrorImplicitArgInfo 2021-08-04 16:09:18 -07:00
Command.lean perf: restore monad instance specialization hack 2021-08-12 21:09:09 +02:00
Declaration.lean chore: enforce naming convention for theorems 2021-08-07 12:48:38 -07:00
DeclarationRange.lean chore: naming 2021-01-20 16:48:50 +01:00
DeclModifiers.lean feat: elaborate nonrec modifier 2021-08-21 17:02:54 -07:00
DeclUtil.lean chore: avoid inline 2021-06-28 10:17:01 -07:00
DefView.lean feat: improve error message for constant a b c : Nat 2021-08-26 08:26:33 -07:00
Deriving.lean feat: add Ord and deriving instance for it. 2021-04-03 21:27:26 -07:00
Do.lean chore: enforce naming convention for theorems 2021-08-07 12:48:38 -07:00
ElabRules.lean feat: revise macro parameter syntax 2021-08-12 07:48:42 -07:00
Exception.lean chore: rebase and rm rawPos 2021-08-03 09:13:18 +02:00
Extra.lean doc: document new binop% elaborator 2021-08-13 20:10:30 -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: rebase and rm rawPos 2021-08-03 09:13:18 +02:00
Inductive.lean chore: fix mutable variable shadowing 2021-05-22 19:24:41 -07:00
InfoTree.lean chore: fewer explicit types 2021-08-01 09:58:44 +02: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 chore: rebase and rm rawPos 2021-08-03 09:13:18 +02:00
Macro.lean feat: revise macro parameter syntax 2021-08-12 07:48:42 -07:00
MacroArgUtil.lean feat: revise macro parameter syntax 2021-08-12 07:48:42 -07:00
MacroRules.lean refactor: split Syntax.lean 2021-06-28 13:52:04 -07:00
Match.lean chore: cleanup 2021-08-11 16:05:07 -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 feat: improve error message for constant a b c : Nat 2021-08-26 08:26:33 -07:00
Notation.lean fix: check arity in notation unexpander 2021-07-22 16:59:19 +02:00
Open.lean chore: elaborate open scoped 2021-08-21 07:16:24 -07:00
PatternVar.lean feat: start support for strict implicit binder annotation 2021-08-03 18:42:15 -07:00
PreDefinition.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Print.lean refactor: instances that "hide" coercions 2021-08-13 17:18:55 -07:00
Quotation.lean chore: fix stdlib 2021-08-06 12:58:58 -07:00
SetOption.lean chore: make sure we don't lift methods over binders 2021-04-15 12:06:46 -07:00
StructInst.lean chore: remove workaround 2021-08-13 18:25:32 -07:00
Structure.lean fix: structure command diamond support 2021-08-19 07:45:21 -07:00
Syntax.lean fix: syntax tree returned by syntax elaborator 2021-08-10 12:02:04 +02:00
SyntheticMVars.lean feat: new elaborator for binop% 2021-08-13 15:44:59 -07:00
Tactic.lean refactor: add BuiltinTactic.lean 2021-06-28 10:08:42 -07:00
Term.lean feat: add withoutModifyingStateWithInfoAndMessages 2021-08-25 15:11:45 -07:00
Util.lean feat: generic tagged Format 2021-08-01 09:58:44 +02:00