lean4-htt/src/Lean/Elab
Leonardo de Moura b0efae4823 chore: style
2022-05-30 06:43:46 -07:00
..
Deriving fix: undo incorrect JSON encoding 2022-05-12 13:22:37 -07:00
PreDefinition fix: allow recursive occurrences in binder types at WF/PackDomain.lean 2022-05-27 11:23:51 -07:00
Quotation feat: quotation precheck for choice nodes 2022-03-29 10:50:11 +02:00
Tactic feat: add tactic subst_vars 2022-05-28 16:19:34 -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 fix: match or-pattern 2022-05-25 20:05:46 -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 fix: another mut misbehaving example 2022-05-12 08:26:07 -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 fix: match or-pattern 2022-05-25 20:05:46 -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 chore: remove leftovers 2022-05-25 20:38:20 -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 chore: style 2022-05-30 06:43:46 -07:00
InfoTree.lean feat: add helpers 2022-05-12 08:38:09 -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: remove unnecessary variable 2022-05-12 06:44:13 -07: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 chore: remove leftovers 2022-05-25 20:38:20 -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: make structure instance notation (e.g., { a, b }) works in patterns after we define the Set notation in Mathlib 2022-05-25 19:14:22 -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 fix: autoParam is structure fields lost in multiple inheritance 2022-05-26 14:35:47 -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 fix: another mut misbehaving example 2022-05-12 08:26:07 -07:00
Util.lean fix: do not discard macro exceptions in expandMacro? 2022-05-30 13:28:42 +02:00