lean4-htt/src/Lean/Elab
Leonardo de Moura f44a701637 chore: style
2022-05-11 15:32:18 -07:00
..
Deriving chore: remove trace[Meta.debug] leftovers 2022-04-08 06:49:09 -07:00
PreDefinition feat: add support for casesOn applications to structural and well-founded recursion modules 2022-05-06 17:12:10 -07:00
Quotation feat: quotation precheck for choice nodes 2022-03-29 10:50:11 +02:00
Tactic feat: unfold ident,+ 2022-05-09 07:09:53 -07:00
App.lean fix: fixes #1143 2022-05-07 15:27:34 -07: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
AuxDiscr.lean feat: cleanup local context before elaborating match alternatives RHS 2022-03-29 18:52:07 -07:00
Binders.lean fix: make sure let _ := val and let _ : type := val are treated at letIdDecl 2022-05-10 06:52:27 -07:00
BindersUtil.lean feat: macro expand match alternatives 2022-03-20 14:20:13 -07:00
BuiltinCommand.lean feat: improve #eval command 2022-03-20 15:18:47 -07:00
BuiltinNotation.lean feat: allow even if the expected type is not available 2022-04-23 08:00:27 -07:00
BuiltinTerm.lean chore: fix repo 2022-04-01 11:24:30 -07:00
Command.lean fix: using invalid name generator at ContextInfo.runMetaM 2022-04-15 18:42:34 -07:00
Config.lean refactor: move setElabConfig to Elab directory 2021-12-06 08:12:59 -08:00
Declaration.lean chore: remove {} from ctor parser 2022-04-13 08:47:21 -07:00
DeclarationRange.lean feat: refine declaration ranges at instance & example 2021-11-27 07:25:15 -08:00
DeclModifiers.lean doc: docstrings for decls and attributes 2022-04-08 04:19:38 -07:00
DeclUtil.lean chore: cleanup 2022-01-26 09:18:17 -08:00
DefView.lean feat: use sorry if failed to synthesize default element for unsafe constant 2022-04-05 16:52:54 -07:00
Deriving.lean feat: add Ord and deriving instance for it. 2021-04-03 21:27:26 -07:00
Do.lean chore: style 2022-05-11 15:32:18 -07:00
ElabRules.lean fix: propagate local and scope modifiers at elab_rules 2022-03-19 16:08:06 -07:00
Exception.lean fix: endPos missing at trace messages 2022-02-28 10:55:45 -08:00
Extra.lean feat: improve binrel% elaborator 2022-05-09 18:39:52 -07:00
Frontend.lean feat: turn on info trees by default 2022-05-10 06:24:31 -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 feat: improve error message when failing to infer resulting universe level for inductive datatypes and structures 2022-05-10 18:30:53 -07:00
InfoTree.lean feat: turn on info trees by default 2022-05-10 06:24:31 -07:00
LetRec.lean refactor: change addTermInfo type 2022-04-08 15:01:57 -07:00
Level.lean chore: remove workarounds for #1090 2022-04-01 11:28:17 -07: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 fix: inconsistency between syntax and kind names 2022-04-01 11:20:16 -07:00
MacroRules.lean fix: go to definition for macro_rules etc. 2021-11-24 11:54:13 +01:00
Match.lean fix: propagate position information of variables in do blocks 2022-05-07 15:50:26 -07:00
MatchAltView.lean refactor: add MatchAltView.lean and PatternVar.lean 2021-06-28 08:29:47 -07:00
Mixfix.lean fix: inconsistency between syntax and kind names 2022-04-01 11:20:16 -07:00
MutualDef.lean feat: refine auto bound implicit feature 2022-04-21 10:17:15 -07:00
Notation.lean fix: inconsistency between syntax and kind names 2022-04-01 11:20:16 -07:00
Open.lean chore: elaborate open scoped 2021-08-21 07:16:24 -07:00
PatternVar.lean fix: propagate position information of variables in do blocks 2022-05-07 15:50:26 -07:00
PreDefinition.lean chore: remove stray file breaking stage 0 update 2022-01-10 12:57:51 +01:00
Print.lean chore: style 2022-04-07 17:35:05 -07:00
Quotation.lean feat: Option is a Monad again 2022-05-04 15:27:42 -07: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: the default value for structure fields may now depend on the structure parameters 2022-04-21 17:38:19 -07:00
Structure.lean feat: improve error message when failing to infer resulting universe level for inductive datatypes and structures 2022-05-10 18:30:53 -07:00
Syntax.lean feat: always accept antiquotations, simplify quotDepth code 2022-04-06 19:43:07 +02:00
SyntheticMVars.lean doc: document elaboration issue 2022-05-09 17:39:24 -07:00
Tactic.lean feat: basic tactic cache 2022-03-31 19:53:03 -07:00
Term.lean chore: normalize spelling 2022-05-03 10:26:11 +02:00
Util.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00