lean4-htt/src/Lean
2023-09-18 05:39:41 -04:00
..
Compiler fix: FFI signature mismatches 2023-08-18 19:34:21 +02:00
Data feat: allow configuring occs in rw 2023-09-13 12:03:18 -07:00
Elab fix: enforce linebreak between calc steps 2023-09-18 05:39:41 -04:00
Linter feat: profiling of linters 2023-04-18 15:30:21 +02:00
Meta feat: allow configuring occs in rw 2023-09-13 12:03:18 -07:00
Parser perf: avoid allocation in mkUnexpectedTokenErrors 2023-09-12 11:42:24 +02:00
ParserCompiler feat: hovers & name resolution in registerCombinatorAttribute 2022-10-23 09:30:38 +02:00
PrettyPrinter feat: hygieneInfo parser (aka this 2.0) 2023-06-02 16:19:02 +02:00
Server fix: uninterpolated error message in registerRpcProcedure (#2547) 2023-09-18 11:39:04 +02:00
Util fix: handle error in withTraceNode message action (#2364) 2023-07-28 08:01:13 -07:00
Widget feat: adjust message range on unexpected token error 2023-09-12 11:42:24 +02:00
Attributes.lean feat: add applicationTime to registerTagAttribute 2022-12-02 09:58:41 -08:00
AuxRecursor.lean
Class.lean fix: fixes #1901 2022-12-01 08:39:06 -08:00
Compiler.lean
CoreM.lean feat: trace nodes for kernel type checking 2023-05-31 06:10:26 -07:00
Data.lean feat: allow configuring occs in rw 2023-09-13 12:03:18 -07:00
Declaration.lean fix: catch kernel exceptions in Kernel.{isDefEq, whnf} 2022-10-20 05:38:29 -07:00
DeclarationRange.lean
DocString.lean
Elab.lean perf: add parseImports' 2022-11-09 14:50:11 -08:00
Environment.lean chore: split up & simplify importModules 2023-08-31 15:37:33 -04:00
Eval.lean
Exception.lean fix: spacing and indentation fixes 2023-05-28 18:48:36 -07:00
Expr.lean chore: get rid of all inline C annotations for LLVM (#2363) 2023-07-30 10:39:40 +02:00
HeadIndex.lean
Hygiene.lean perf: improve Unhygienic.run code 2022-10-12 19:36:05 -07:00
ImportingFlag.lean doc: one more enableInitializersExecution remark 2023-08-11 11:45:58 -07:00
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 fix: FFI signature mismatches 2023-08-18 19:34:21 +02:00
Log.lean refactor: consolidate MessageData constructors into lazy formatting with infos 2022-12-07 19:16:25 +01:00
Message.lean feat: adjust message range on unexpected token error 2023-09-12 11:42:24 +02:00
Meta.lean
MetavarContext.lean perf: do not reset tc cache when adding local instances 2023-03-16 15:26:38 -07:00
Modifiers.lean
MonadEnv.lean
Parser.lean feat: hygieneInfo parser (aka this 2.0) 2023-06-02 16:19:02 +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
ReducibilityAttrs.lean
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
SubExpr.lean doc: fix contradictory docstring 2023-07-19 10:53:47 +02:00
Syntax.lean fix: basic ident fallback in identComponents 2023-06-22 09:50:24 +01:00
ToExpr.lean
Util.lean feat: add Expr.forEachWhere 2022-11-30 18:41:12 -08:00
Widget.lean