lean4-htt/src/Lean/Elab
2022-04-06 14:43:30 -07:00
..
Deriving fix: bug at deriving Hashable 2022-03-24 18:46:10 -07:00
PreDefinition fix: mkUnfoldProof 2022-04-01 15:47:24 -07:00
Quotation feat: quotation precheck for choice nodes 2022-03-29 10:50:11 +02:00
Tactic fix: generalize if target is a let-declaration 2022-04-06 11:08:41 -07:00
App.lean fix: dotted notation corner case 2022-04-01 18:20:44 -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 refactor: clean up parsers using withAnonymousAntiquot := false 2022-04-06 10:21:53 +02: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 adjusting anonymous antiquot generation at leading_parser 2022-04-06 10:21:53 +02:00
BuiltinTerm.lean chore: fix repo 2022-04-01 11:24:30 -07:00
Command.lean feat: improve checkpoint tactic 2022-03-31 20:51:53 -07:00
Config.lean refactor: move setElabConfig to Elab directory 2021-12-06 08:12:59 -08:00
Declaration.lean fix: jump to definition inside of a mutually inductive declaration 2022-04-06 14:43:30 -07:00
DeclarationRange.lean feat: refine declaration ranges at instance & example 2021-11-27 07:25:15 -08:00
DeclModifiers.lean refactor: make String.Pos opaque 2022-03-20 10:47:13 -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
Do.lean feat: macro expand match alternatives 2022-03-20 14:20:13 -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: use sorry if failed to synthesize default element for unsafe constant 2022-04-05 16:52:54 -07:00
Frontend.lean feat: improve checkpoint tactic 2022-03-31 20:51:53 -07:00
GenInjective.lean
Import.lean
Inductive.lean fix: jump to definition inside of a mutually inductive declaration 2022-04-06 14:43:30 -07:00
InfoTree.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
LetRec.lean chore: style 2022-02-09 10:13:52 -08:00
Level.lean chore: remove workarounds for #1090 2022-04-01 11:28:17 -07:00
Log.lean
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: remove auxiliary discriminants before elaborating patterns 2022-04-05 19:37:56 -07:00
MatchAltView.lean
Mixfix.lean fix: inconsistency between syntax and kind names 2022-04-01 11:20:16 -07:00
MutualDef.lean fix: jump to definition inside recursive definitions was not working on VS Code 2022-04-06 14:27:49 -07:00
Notation.lean fix: inconsistency between syntax and kind names 2022-04-01 11:20:16 -07:00
Open.lean
PatternVar.lean chore: remove workarounds for #1090 2022-04-01 11:28:17 -07:00
PreDefinition.lean chore: remove stray file breaking stage 0 update 2022-01-10 12:57:51 +01:00
Print.lean fix: inconsistency between syntax and kind names 2022-04-01 11:20:16 -07:00
Quotation.lean fix: antiquotation splices early in bootstrapping 2022-03-21 17:44:15 +01: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 perf: add InstantiateLevelCaches for types and values at CoreM 2022-03-15 17:42:38 -07:00
Structure.lean feat: remove _tmp_ind_univ_param elaboration hack 2022-04-05 20:51:15 -07:00
Syntax.lean feat: always accept antiquotations, simplify quotDepth code 2022-04-06 19:43:07 +02:00
SyntheticMVars.lean fix: allow universes to be postponed further 2022-03-22 13:57:58 -07:00
Tactic.lean feat: basic tactic cache 2022-03-31 19:53:03 -07:00
Term.lean feat: remove _tmp_ind_univ_param elaboration hack 2022-04-05 20:51:15 -07:00
Util.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00