lean4-htt/src/Lean
Leonardo de Moura 6eb852e28f fix: fixes #1998
2023-01-03 16:01:27 -08:00
..
Compiler fix: fixes #1998 2023-01-03 16:01:27 -08:00
Data feat: LLVM backend (#1837) 2022-12-30 12:45:30 +01:00
Elab fix: fixes #2000 2023-01-03 15:28:10 -08:00
Linter chore: use Expr.forEachWhere to implement linter 2022-11-30 18:44:20 -08:00
Meta chore: remove leftover 2023-01-03 15:05:31 -08:00
Parser feat: add fun x ↦ y syntax 2023-01-03 13:59:53 -08:00
ParserCompiler feat: hovers & name resolution in registerCombinatorAttribute 2022-10-23 09:30:38 +02:00
PrettyPrinter feat: add fun x ↦ y syntax 2023-01-03 13:59:53 -08:00
Server feat: signature pretty printer for hovers 2022-12-21 21:59:05 +01:00
Util refactor: consolidate MessageData constructors into lazy formatting with infos 2022-12-07 19:16:25 +01:00
Widget perf: avoid lifting ← over an if 2022-12-23 05:46:04 +01:00
Attributes.lean feat: add applicationTime to registerTagAttribute 2022-12-02 09:58:41 -08:00
AuxRecursor.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Class.lean fix: fixes #1901 2022-12-01 08:39:06 -08:00
Compiler.lean
CoreM.lean chore: use deriving Nonempty 2022-12-22 03:48:15 +01:00
Data.lean
Declaration.lean fix: catch kernel exceptions in Kernel.{isDefEq, whnf} 2022-10-20 05:38:29 -07:00
DeclarationRange.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
DocString.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Elab.lean perf: add parseImports' 2022-11-09 14:50:11 -08:00
Environment.lean chore: use deriving Nonempty 2022-12-22 03:48:15 +01:00
Eval.lean
Exception.lean refactor: consolidate MessageData constructors into lazy formatting with infos 2022-12-07 19:16:25 +01:00
Expr.lean chore: replace Expr.forEach with Expr.forEachWhere 2022-12-01 05:19:32 -08:00
HeadIndex.lean
Hygiene.lean perf: improve Unhygienic.run code 2022-10-12 19:36:05 -07:00
ImportingFlag.lean
InternalExceptionId.lean
KeyedDeclsAttribute.lean chore: use deriving Nonempty 2022-12-22 03:48:15 +01:00
LazyInitExtension.lean
Level.lean refactor: Level.instantiateParams => Level.substParams, add Level.instantiateParams 2022-10-24 19:49:57 -07:00
Linter.lean feat: add linter.deprecated option to silence deprecation warnings 2022-10-23 21:11:57 +02:00
LoadDynlib.lean
LocalContext.lean feat: add implementation-detail hypotheses 2022-10-11 17:24:35 -07:00
Log.lean refactor: consolidate MessageData constructors into lazy formatting with infos 2022-12-07 19:16:25 +01:00
Message.lean refactor: consolidate MessageData constructors into lazy formatting with infos 2022-12-07 19:16:25 +01:00
Meta.lean
MetavarContext.lean refactor: replace ignoreLevelMVarDepth by levelAssignDepth 2022-12-19 20:14:17 +01:00
Modifiers.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
MonadEnv.lean
Parser.lean chore: improve pretty printer antiquotation support 2022-10-28 21:25:47 +02:00
ParserCompiler.lean chore: generalize parser kind detection 2022-11-14 12:53:18 +01:00
PrettyPrinter.lean feat: signature pretty printer for hovers 2022-12-21 21:59:05 +01:00
ProjFns.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
ReducibilityAttrs.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
ResolveName.lean fix: private + pp.fullNames 2022-12-21 21:59:05 +01:00
Runtime.lean
ScopedEnvExtension.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Server.lean feat: CodeActionProvider 2022-10-20 11:20:42 -07:00
Structure.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
SubExpr.lean
Syntax.lean
ToExpr.lean
Util.lean feat: add Expr.forEachWhere 2022-11-30 18:41:12 -08:00
Widget.lean