| .. |
|
Deriving
|
fix: introduce semicolonOrLinebreak, replace many(1) with sepBy(1) where appropriate
|
2022-06-16 23:33:57 +02:00 |
|
PreDefinition
|
feat: save mutual block information for definitions/theorems/opaques
|
2022-06-23 16:39:51 -07:00 |
|
Quotation
|
fix: constant => opaque issues
|
2022-06-14 17:19:54 -07:00 |
|
Tactic
|
feat: add field all to DefinitionVal and TheoremVal
|
2022-06-23 16:13:26 -07:00 |
|
App.lean
|
feat: dot notation and aliases
|
2022-06-27 12:42:25 -07:00 |
|
Arg.lean
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
Attributes.lean
|
chore: use let/if in do blocks
|
2022-06-13 17:10:14 -07: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
|
feat: add field all to DefinitionVal and TheoremVal
|
2022-06-23 16:13:26 -07:00 |
|
BindersUtil.lean
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
BuiltinCommand.lean
|
feat: report error on ambiguous export and open commands
|
2022-06-17 09:58:36 -07:00 |
|
BuiltinNotation.lean
|
fix: introduce semicolonOrLinebreak, replace many(1) with sepBy(1) where appropriate
|
2022-06-16 23:33:57 +02:00 |
|
BuiltinTerm.lean
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
Command.lean
|
feat: replace constant with opaque
|
2022-06-14 17:02:59 -07:00 |
|
Config.lean
|
refactor: move setElabConfig to Elab directory
|
2021-12-06 08:12:59 -08:00 |
|
Declaration.lean
|
chore: remove constant command
|
2022-06-14 17:14:28 -07:00 |
|
DeclarationRange.lean
|
refactor: move MonadLog
|
2022-05-31 16:50:48 -07:00 |
|
DeclModifiers.lean
|
chore: use let/if in do blocks
|
2022-06-13 17:10:14 -07:00 |
|
DeclUtil.lean
|
chore: cleanup
|
2022-01-26 09:18:17 -08:00 |
|
DefView.lean
|
chore: remove constant command
|
2022-06-14 17:14:28 -07:00 |
|
Deriving.lean
|
|
|
|
Do.lean
|
chore: use let/if in do blocks
|
2022-06-13 17:10:14 -07:00 |
|
ElabRules.lean
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
Exception.lean
|
fix: endPos missing at trace messages
|
2022-02-28 10:55:45 -08:00 |
|
Extra.lean
|
chore: use let/if in do blocks
|
2022-06-13 17:10:14 -07:00 |
|
Frontend.lean
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
GenInjective.lean
|
fix: respect preresolved names at resolveConst*
|
2021-07-30 07:17:50 -07:00 |
|
Import.lean
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
Inductive.lean
|
feat: add Expr.collectFVars, LocalDecl.collectFVars, Pattern.collectFVars, and AltLHS.collectFVars
|
2022-06-22 15:53:43 -07:00 |
|
InfoTree.lean
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
LetRec.lean
|
chore: use let/if in do blocks
|
2022-06-13 17:10:14 -07:00 |
|
Level.lean
|
refactor: move MonadLog
|
2022-05-31 16:50:48 -07:00 |
|
Macro.lean
|
chore: use let/if in do blocks
|
2022-06-13 17:10:14 -07:00 |
|
MacroArgUtil.lean
|
feat: introduce TSyntax
|
2022-06-27 22:37:02 +02:00 |
|
MacroRules.lean
|
fix: go to definition for macro_rules etc.
|
2021-11-24 11:54:13 +01:00 |
|
Match.lean
|
fix: nesting of pattern info nodes
|
2022-06-27 22:37:02 +02: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: add Expr.collectFVars, LocalDecl.collectFVars, Pattern.collectFVars, and AltLHS.collectFVars
|
2022-06-22 15:53:43 -07:00 |
|
Notation.lean
|
feat: always store quoted kind in antiquotation kind
|
2022-06-27 22:37:02 +02:00 |
|
Open.lean
|
feat: report error on ambiguous export and open commands
|
2022-06-17 09:58:36 -07:00 |
|
PatternVar.lean
|
fix: introduce semicolonOrLinebreak, replace many(1) with sepBy(1) where appropriate
|
2022-06-16 23:33:57 +02:00 |
|
PreDefinition.lean
|
chore: remove stray file breaking stage 0 update
|
2022-01-10 12:57:51 +01:00 |
|
Print.lean
|
chore: remove constant command
|
2022-06-14 17:14:28 -07:00 |
|
Quotation.lean
|
feat: introduce TSyntax
|
2022-06-27 22:37:02 +02:00 |
|
RecAppSyntax.lean
|
refactor: unname some unused variables
|
2022-06-07 16:37:45 -07:00 |
|
SetOption.lean
|
refactor: move MonadLog
|
2022-05-31 16:50:48 -07:00 |
|
StructInst.lean
|
fix: one more struct instance syntax manipulation
|
2022-06-16 23:33:57 +02:00 |
|
Structure.lean
|
feat: add Expr.collectFVars, LocalDecl.collectFVars, Pattern.collectFVars, and AltLHS.collectFVars
|
2022-06-22 15:53:43 -07:00 |
|
Syntax.lean
|
feat: introduce TSyntax
|
2022-06-27 22:37:02 +02:00 |
|
SyntheticMVars.lean
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
Tactic.lean
|
feat: basic tactic cache
|
2022-03-31 19:53:03 -07:00 |
|
Term.lean
|
feat: add field all to DefinitionVal and TheoremVal
|
2022-06-23 16:13:26 -07:00 |
|
Util.lean
|
refactor: move toMessageList, add throwErrorWithNestedErrors
|
2022-06-16 18:00:09 -07:00 |