lean4-htt/src/Lean
Leonardo de Moura e80028b7d1 feat: add pure field to LetDecl, add helper functions for updating LCNF code
The update functions try to minimize the amount of memory allocation
2022-08-28 08:55:35 -07:00
..
Compiler feat: add pure field to LetDecl, add helper functions for updating LCNF code 2022-08-28 08:55:35 -07:00
Data fix: remove broken Handle.isEof 2022-08-26 20:55:09 -07:00
Elab fix: dotted name bug 2022-08-27 10:41:55 -07:00
Linter feat: add @[inheritDoc] attribute 2022-08-16 18:31:55 -07:00
Meta chore: add {crossEmoji} at failure 2022-08-27 10:41:54 -07:00
Parser fix: deleting built-in docstrings 2022-08-27 17:19:25 +02:00
ParserCompiler
PrettyPrinter feat: make (_ : a = b) hoverable in infoview 2022-08-25 18:38:21 +02:00
Server feat: trace nodes with messages 2022-08-15 08:55:25 -07:00
Util doc: trace messages 2022-08-15 08:55:25 -07:00
Widget fix: use delabAppExplicit for tooltips 2022-08-25 18:38:21 +02:00
Attributes.lean
AuxRecursor.lean
Class.lean
Compiler.lean refactor: new LCNF frontend 2022-08-24 11:40:37 -07:00
CoreM.lean refactor: move mkArrow to CoreM 2022-08-10 20:21:42 -07:00
Data.lean
Declaration.lean
DeclarationRange.lean
Deprecated.lean fix: use resolveGlobalConstNoOverloadWithInfo more 2022-08-13 18:20:55 -07:00
DocString.lean fix: deleting built-in docstrings 2022-08-27 17:19:25 +02:00
Elab.lean feat: add @[inheritDoc] attribute 2022-08-16 18:31:55 -07:00
Environment.lean doc: some SimplePersistentEnvExtension methods 2022-08-15 12:09:00 -07:00
Eval.lean
Exception.lean
Expr.lean fix: Core.transform API and uses 2022-08-25 19:07:42 -07:00
HeadIndex.lean
Hygiene.lean
ImportingFlag.lean
InternalExceptionId.lean
KeyedDeclsAttribute.lean
LazyInitExtension.lean
Level.lean
Linter.lean
LoadDynlib.lean
LocalContext.lean feat: add LocalContext.replaceFVarId 2022-08-03 11:21:55 -07:00
Log.lean chore: remove obsolete trace functions 2022-08-15 08:55:25 -07:00
Message.lean feat: trace nodes with messages 2022-08-15 08:55:25 -07:00
Meta.lean
MetavarContext.lean
Modifiers.lean
MonadEnv.lean feat: add LCNF missing cases 2022-08-06 20:23:29 -07:00
Parser.lean feat: add lineEq parser alias 2022-08-12 08:15:28 -07:00
ParserCompiler.lean doc: finish Init.Prelude docs 2022-08-09 14:25:44 -07:00
PrettyPrinter.lean fix: use delabAppExplicit for tooltips 2022-08-25 18:38:21 +02:00
ProjFns.lean chore: doc strings for ProjFns.lean 2022-08-02 15:58:56 -07:00
ReducibilityAttrs.lean
ResolveName.lean fix: hygienic resolution of namespaces 2022-08-20 22:29:46 +02:00
Runtime.lean
ScopedEnvExtension.lean
Server.lean
Structure.lean
SubExpr.lean
Syntax.lean
ToExpr.lean feat: add LCNF missing cases 2022-08-06 20:23:29 -07:00
Util.lean
Widget.lean