lean4-htt/src/Lean
2022-05-02 09:51:14 +02:00
..
Compiler feat: add hasCSimpAttribute 2022-04-15 09:44:50 -07:00
Data perf: work around missed TCO 2022-04-29 16:16:09 +02:00
Elab fix: closes #1132 2022-05-01 08:18:30 -07:00
Meta fix: forallAltTelescope heterogeneous equality support 2022-04-29 15:37:20 -07:00
Parser feat: delaborate match h : d with ... 2022-04-29 07:17:46 -07:00
ParserCompiler
PrettyPrinter chore: remove obsolete workaround 2022-05-01 11:52:53 +02:00
Server fix: non-termination in deduplication of lexical references 2022-05-02 09:51:14 +02:00
Util chore: accept unregistered syntax kinds in stage 1 2022-04-15 08:50:46 -07:00
Widget fix: using invalid name generator at ContextInfo.runMetaM 2022-04-15 18:42:34 -07: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: accept multiple patterns after matches 2022-03-21 17:59:02 +01: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 doc: docstrings for decls and attributes 2022-04-08 04:19:38 -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 feat: save syntax around recursive applications 2021-12-16 17:13:55 -08:00
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 fix: pattern hover information 2022-04-08 15:03:42 -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: add Level.geq 2022-04-03 08:18:14 -07:00
LoadDynlib.lean
LocalContext.lean doc: clarify mkLocalDecl 2022-03-24 14:59:46 -07:00
Message.lean fix: using invalid name generator at ContextInfo.runMetaM 2022-04-15 18:42:34 -07:00
Meta.lean refactor: pattern elaboration 2022-03-09 18:19:14 -08:00
MetavarContext.lean feat: improve auto implicit binder names in definitions/theorems 2022-04-07 14:46:59 -07:00
Modifiers.lean
MonadEnv.lean feat: include types in the "ambiguous, possible interpretations" error message 2022-03-06 07:26:31 -08:00
Parser.lean feat: always accept antiquotations, simplify quotDepth code 2022-04-06 19:43:07 +02:00
ParserCompiler.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
PrettyPrinter.lean feat: make sure hover information does not include @ for constants 2022-04-07 18:40:04 -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 chore: remove {} from structure command 2022-04-13 10:19:00 -07:00
Syntax.lean chore: style 2022-04-07 17:35:05 -07:00
ToExpr.lean
Util.lean feat: add HasConstCache 2022-03-15 08:39:48 -07:00
Widget.lean