lean4-htt/src/Lean
2022-06-02 19:43:09 -07:00
..
Compiler feat: implement MonadLog at CoreM 2022-05-31 17:40:55 -07:00
Data chore: default optional LSP fields 2022-05-31 00:07:56 +02:00
Elab feat: produces an error if the declaration body contains a universe parameter that does not occur in the declaration type nor is explicitly provided 2022-06-02 19:43:09 -07:00
Meta feat: improve acyclic tactic 2022-06-02 15:25:14 -07:00
Parser fix: dynamic quotations should use previous stage by default 2022-05-25 09:46:10 +02:00
ParserCompiler
PrettyPrinter feat: propagate tagAppFns in delaborator 2022-05-31 00:07:56 +02:00
Server feat: do not use pp.inaccessibleNames = true at getInteractiveTermGoal 2022-06-02 16:22:43 -07:00
Util feat: generate warning message if declaration has a non-synthetic sorry 2022-05-31 18:00:48 -07:00
Widget feat: set tagAppFns in explicit exprToInteractive 2022-05-31 00:07:56 +02:00
Attributes.lean doc: docstrings for decls and attributes 2022-04-08 04:19:38 -07:00
AuxRecursor.lean feat: add isBRecOnRecursor 2022-02-23 13:09:29 -08:00
Class.lean feat: Option is a Monad again 2022-05-04 15:27:42 -07:00
Compiler.lean feat: add isNoncomputable function for querying whether a given declaration has been marked as "noncomputable" by users 2022-02-16 13:20:31 -08:00
CoreM.lean fix: generate sorry warning only if there are no error messages 2022-06-01 06:32:05 -07:00
Data.lean
Declaration.lean doc: docstrings for decls and attributes 2022-04-08 04:19:38 -07:00
DeclarationRange.lean fix: nasty bug at findDeclarationRangesCore? 2022-03-19 16:53:22 -07:00
DocString.lean feat: add position to mod doc 2022-02-16 13:50:19 -08:00
Elab.lean
Environment.lean chore: add assertions to make sure TagDeclarationExtension and MapDeclarationExtension are not being misused 2022-04-15 13:49:35 -07:00
Eval.lean
Exception.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Expr.lean chore: style 2022-05-23 11:04:29 -07:00
HeadIndex.lean chore: add Repr instances 2022-03-16 16:07:14 -07:00
Hygiene.lean feat: improve "result types must be in the same universe level" error message 2022-03-17 07:41:37 -07:00
ImportingFlag.lean chore: fix typo 2022-03-23 07:39:46 -07:00
InternalExceptionId.lean chore: cleanup 2022-01-26 09:18:17 -08:00
KeyedDeclsAttribute.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
LazyInitExtension.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Level.lean feat: Option is a Monad again 2022-05-04 15:27:42 -07:00
LoadDynlib.lean
LocalContext.lean doc: clarify mkLocalDecl 2022-03-24 14:59:46 -07:00
Log.lean fix: generate sorry warning only if there are no error messages 2022-06-01 06:32:05 -07:00
Message.lean fix: using invalid name generator at ContextInfo.runMetaM 2022-04-15 18:42:34 -07:00
Meta.lean feat: add support for casesOn applications to structural and well-founded recursion modules 2022-05-06 17:12:10 -07:00
MetavarContext.lean chore: style 2022-05-23 11:04:29 -07:00
Modifiers.lean
MonadEnv.lean fix: generate sorry warning only if there are no error messages 2022-06-01 06:32:05 -07:00
Parser.lean feat: always accept antiquotations, simplify quotDepth code 2022-04-06 19:43:07 +02:00
ParserCompiler.lean chore: style 2022-05-26 15:18:07 -07:00
PrettyPrinter.lean feat: implement MonadLog at CoreM 2022-05-31 17:40:55 -07:00
ProjFns.lean
ReducibilityAttrs.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
ResolveName.lean doc: docstrings for decls and attributes 2022-04-08 04:19:38 -07:00
Runtime.lean
ScopedEnvExtension.lean chore: style 2022-04-07 17:35:05 -07:00
Server.lean
Structure.lean feat: add field for storing autoParam information at StructureFieldInfo 2022-05-26 14:21:03 -07:00
Syntax.lean feat: Option is a Monad again 2022-05-04 15:27:42 -07:00
ToExpr.lean
Util.lean feat: add HasConstCache 2022-03-15 08:39:48 -07:00
Widget.lean