lean4-htt/src/Lean/Elab
2022-03-10 12:51:34 -08:00
..
Deriving fix: do not display implicit fields 2022-03-09 12:33:22 -08:00
PreDefinition fix: recursive overapplication at WF/Fix.lean 2022-03-03 18:13:34 -08:00
Quotation chore: remove unnecessary partial 2022-02-15 12:16:49 -08:00
Tactic refactor: implement MonadQuotation at CoreM 2022-03-10 09:55:20 -08:00
App.lean refactor: move isOutParam to Expr.lean, rename consumeAutoOptParam => consumeTypeAnnotations 2022-03-10 07:37:41 -08:00
Arg.lean refactor: move methods to MetaM 2022-03-10 10:00:46 -08:00
Attributes.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
AutoBound.lean chore: simplify option names 2022-02-08 12:23:24 -08:00
AuxDef.lean fix: aux_def: avoid creating unparseable names 2021-12-17 14:21:35 -08:00
Binders.lean feat: quot precheck for 2022-02-21 10:14:39 +01:00
BindersUtil.lean refactor: add BindersUtil.lean 2021-06-28 08:44:16 -07:00
BuiltinCommand.lean feat: add position to mod doc 2022-02-16 13:50:19 -08:00
BuiltinNotation.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
BuiltinTerm.lean chore: add comment and remove dbg trace message 2022-03-09 14:02:30 -08:00
Command.lean refactor: implement MonadQuotation at CoreM 2022-03-10 09:55:20 -08:00
Config.lean refactor: move setElabConfig to Elab directory 2021-12-06 08:12:59 -08:00
Declaration.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
DeclarationRange.lean feat: refine declaration ranges at instance & example 2021-11-27 07:25:15 -08:00
DeclModifiers.lean feat: reject user declared namespaces containing _root 2022-01-26 19:15:45 -08:00
DeclUtil.lean chore: cleanup 2022-01-26 09:18:17 -08:00
DefView.lean chore: cleanup 2022-01-26 18:26:23 -08:00
Deriving.lean feat: add Ord and deriving instance for it. 2021-04-03 21:27:26 -07:00
Do.lean feat: elaborate for h : x in xs do ... notation 2022-03-03 19:52:26 -08:00
ElabRules.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
Exception.lean fix: endPos missing at trace messages 2022-02-28 10:55:45 -08:00
Extra.lean feat: elaborate for h : x in xs do ... notation 2022-03-03 19:52:26 -08:00
Frontend.lean perf: reduce size of ilean files 2022-01-14 09:18:57 +01: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 feat: in an inductive family the longest fixed prefix of indices is now promoted to parameters 2022-03-08 17:56:34 -08:00
InfoTree.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
LetRec.lean chore: style 2022-02-09 10:13:52 -08:00
Level.lean chore: simplify option names 2022-02-08 12:23:24 -08:00
Log.lean chore: rebase and rm rawPos 2021-08-03 09:13:18 +02:00
Macro.lean fix: go to definition for macro_rules etc. 2021-11-24 11:54:13 +01:00
MacroArgUtil.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
MacroRules.lean fix: go to definition for macro_rules etc. 2021-11-24 11:54:13 +01:00
Match.lean feat: allow overloaded notation in patterns 2022-03-10 12:51:34 -08: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 refactor: move isOutParam to Expr.lean, rename consumeAutoOptParam => consumeTypeAnnotations 2022-03-10 07:37:41 -08:00
Notation.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
Open.lean chore: elaborate open scoped 2021-08-21 07:16:24 -07:00
PatternVar.lean feat: allow overloaded notation in patterns 2022-03-10 12:51:34 -08:00
PreDefinition.lean chore: remove stray file breaking stage 0 update 2022-01-10 12:57:51 +01:00
Print.lean feat: print number of parameters for an inductive type 2022-03-08 17:48:46 -08:00
Quotation.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
RecAppSyntax.lean feat: save syntax around recursive applications 2021-12-16 17:13:55 -08:00
SetOption.lean fix: empty option completion 2021-12-10 14:19:19 -08:00
StructInst.lean fix: make sure the structure instance notation does not leak auxiliary type annotations (e.g., autoParam and optParam) 2022-03-10 08:41:00 -08:00
Structure.lean refactor: use CPS at addAutoBoundImplicits 2022-03-05 16:24:33 -08:00
Syntax.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
SyntheticMVars.lean fix: interaction between overloaded notation and delayed coercions 2022-03-06 09:49:15 -08:00
Tactic.lean feat: unfold tactic 2022-01-07 13:51:45 -08:00
Term.lean refactor: implement MonadQuotation at CoreM 2022-03-10 09:55:20 -08:00
Util.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00