lean4-htt/src/Lean/Elab
Leonardo de Moura 457d33d660 feat: configuration options zeta and zetaDelta
TODO: bootstrapping issues, set `zetaDelta := false` in the simplifier.
2024-02-18 14:14:55 -08:00
..
Deriving fix: derive BEq on structure with Prop-fields (#3191) 2024-01-18 02:32:51 +00:00
InfoTree feat: elidible subterms (#3201) 2024-01-31 17:28:29 +00:00
PreDefinition refactor: drop CasesOnApp, use MatcherApp (#3369) 2024-02-17 15:25:32 +00:00
Quotation feat: add quot_precheck for expression tree elaborators (binop%, etc.) (#3078) 2023-12-18 16:52:49 +00:00
Tactic feat: configuration options zeta and zetaDelta 2024-02-18 14:14:55 -08:00
App.lean feat: induction using <term> (#3188) 2024-01-25 16:57:41 +00:00
Arg.lean
Attributes.lean fix: attribute info nesting 2022-11-16 11:12:24 +01:00
AutoBound.lean feat: allow upper case single character identifiers when relaxedAutoImplicit false (#2277) 2023-06-19 20:04:09 -07:00
AuxDef.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
BinderPredicates.lean chore: upstream Std.Util.ExtendedBinders (#3320) 2024-02-14 11:36:00 +00:00
Binders.lean feat: per-function termination hints 2024-01-10 17:27:35 +01:00
BindersUtil.lean
BuiltinCommand.lean fix: run_meta macro (#3334) 2024-02-15 00:12:45 +00:00
BuiltinNotation.lean chore: builtin haveI and letI 2024-02-15 14:33:36 +11:00
BuiltinTerm.lean fix: implement · tacs as a builtin elaborator, part 2 2023-03-15 17:00:15 +01:00
Calc.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Command.lean chore: upstream liftCommandElabM (#3304) 2024-02-13 04:17:19 +00:00
ComputedFields.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Config.lean
Declaration.lean feat: per-function termination hints 2024-01-10 17:27:35 +01:00
DeclarationRange.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
DeclModifiers.lean
DeclUtil.lean
DefView.lean feat: per-function termination hints 2024-01-10 17:27:35 +01:00
Deriving.lean feat: add derive handler for Nonempty 2022-12-22 03:48:15 +01:00
Do.lean fix: allow generalization in let (#3060) 2024-01-23 09:02:05 +00:00
ElabRules.lean chore: builtin haveI and letI 2024-02-15 14:33:36 +11:00
Eval.lean chore: upstream run_cmd and fixes bugs (#3324) 2024-02-14 04:15:28 +00:00
Exception.lean
Extra.lean feat: leftact%/rightact% binop variants 2023-11-12 16:57:51 +11:00
Frontend.lean feat: add call hierarchy support (#3082) 2024-01-25 14:43:23 +00:00
GenInjective.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Import.lean perf: leak environments not freed before process exit 2023-11-14 17:33:04 +01:00
Inductive.lean fix: instantiate the types of inductives with the right parameters (#3246) 2024-02-17 16:52:28 +00:00
InfoTree.lean
InheritDoc.lean fix: improved error span for inherit_doc (#1807) 2022-11-07 20:11:41 +00:00
LetRec.lean feat: improve termination_by error messages (#3255) 2024-02-05 13:13:53 +00:00
Level.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Macro.lean fix: fixes #2009 2023-01-04 10:32:03 -08:00
MacroArgUtil.lean feat: dynamic quotations for categories 2022-10-18 14:59:14 -07:00
MacroRules.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Match.lean fix: nomatch regression (#3296) 2024-02-10 04:58:48 +00:00
MatchAltView.lean
Mixfix.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
MutualDef.lean feat: configuration options zeta and zetaDelta 2024-02-18 14:14:55 -08:00
Notation.lean fix: notation unexpander on overapplication of non-nullary notation 2023-01-26 13:05:33 +01:00
Open.lean feat: hovers on open and export decls 2023-11-02 17:01:51 +01:00
ParseImportsFast.lean fix: parseImports': respect prelude 2022-11-15 07:40:10 -08:00
PatternVar.lean doc: mention x:h@e variant in docstring of x@e (#3073) 2023-12-14 18:58:14 +00:00
PreDefinition.lean
Print.lean doc: fix typos/indentation (#3085) 2023-12-17 18:41:46 +00:00
Quotation.lean fix: $_* anonymous suffix splice syntax pattern 2023-03-06 16:30:18 +01:00
RecAppSyntax.lean fix: Float RecApp out of applications (#2818) 2023-11-22 14:25:09 +00:00
SetOption.lean feat: hover/go-to-def/refs for options 2022-11-07 20:01:13 +01:00
StructInst.lean feat: use supplied structure fields left to right and eta reduce terms in structure instance elaboration (#2478) 2024-02-01 03:42:39 +00:00
Structure.lean feat: configuration options zeta and zetaDelta 2024-02-18 14:14:55 -08:00
Syntax.lean fix: prefer resolving parser alias over declaration 2023-06-05 16:52:23 +02:00
SyntheticMVars.lean fix: simp fails when custom discharger makes no progress (#3317) 2024-02-17 13:42:04 +00:00
Tactic.lean chore: upstream false_or_by_contra tactic (#3363) 2024-02-16 03:58:10 +00:00
Term.lean chore: builtin haveI and letI 2024-02-15 14:33:36 +11:00
Util.lean doc: fix typo 2023-11-15 12:19:42 +11:00