| .. |
|
Compiler
|
chore: remove empty line
|
2023-05-05 12:18:36 -07:00 |
|
Data
|
fix: implement String.toName using decodeNameLit
|
2023-05-28 17:38:57 -07:00 |
|
Elab
|
fix: ignore implDetail hyps in withLocation
|
2023-05-28 17:40:55 -07:00 |
|
Linter
|
feat: profiling of linters
|
2023-04-18 15:30:21 +02:00 |
|
Meta
|
fix: fixes #2232
|
2023-05-31 05:48:25 -07:00 |
|
Parser
|
fix: spacing and indentation fixes
|
2023-05-28 18:48:36 -07:00 |
|
ParserCompiler
|
feat: hovers & name resolution in registerCombinatorAttribute
|
2022-10-23 09:30:38 +02:00 |
|
PrettyPrinter
|
feat: pp.oneline
|
2023-04-10 16:57:54 +02:00 |
|
Server
|
fix: increase semantic token highlight limit
|
2023-05-21 10:17:35 +02:00 |
|
Util
|
perf: --profile can use tracing fast path
|
2023-04-10 16:57:54 +02:00 |
|
Widget
|
fix: spacing and indentation fixes
|
2023-05-28 18:48:36 -07: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
|
refactor: new LCNF frontend
|
2022-08-24 11:40:37 -07:00 |
|
CoreM.lean
|
feat: trace nodes for kernel type checking
|
2023-05-31 06:10:26 -07:00 |
|
Data.lean
|
chore: split Lean.Data.Name and NameMap
|
2022-09-15 14:02:38 -07:00 |
|
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
|
fix: catch missing exceptions in kernel
|
2023-01-23 09:27:09 -08:00 |
|
Eval.lean
|
doc: some doc strings
|
2022-07-30 21:18:50 -07:00 |
|
Exception.lean
|
fix: spacing and indentation fixes
|
2023-05-28 18:48:36 -07:00 |
|
Expr.lean
|
doc: clarify semi-out params
|
2023-04-10 13:00:04 -07:00 |
|
HeadIndex.lean
|
doc: some doc strings
|
2022-07-30 21:18:50 -07:00 |
|
Hygiene.lean
|
perf: improve Unhygienic.run code
|
2022-10-12 19:36:05 -07:00 |
|
ImportingFlag.lean
|
doc: some doc strings
|
2022-07-30 21:18:50 -07:00 |
|
InternalExceptionId.lean
|
doc: some doc strings
|
2022-07-30 21:18:50 -07:00 |
|
KeyedDeclsAttribute.lean
|
chore: use deriving Nonempty
|
2022-12-22 03:48:15 +01:00 |
|
LazyInitExtension.lean
|
chore: remove arbitrary
|
2022-01-15 12:14:27 -08:00 |
|
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
|
feat: replace constant with opaque
|
2022-06-14 17:02:59 -07:00 |
|
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
|
fix: trim syntax in messages
|
2023-04-10 16:57:54 +02:00 |
|
Meta.lean
|
feat: add evalTerm and Meta.evalExpr
|
2022-06-28 19:14:40 -07:00 |
|
MetavarContext.lean
|
perf: do not reset tc cache when adding local instances
|
2023-03-16 15:26:38 -07:00 |
|
Modifiers.lean
|
feat: automatic extension names
|
2022-10-06 17:19:30 -07:00 |
|
MonadEnv.lean
|
refactor: move compileDecl, compileDecls, and addDecl to CoreM
|
2022-09-21 18:09:19 -07:00 |
|
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
|
feat: replace constant with opaque
|
2022-06-14 17:02:59 -07:00 |
|
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
|
feat: add GoalLocation type
|
2023-01-13 17:13:02 -08:00 |
|
Syntax.lean
|
feat: add (canonical := true) option in Syntax
|
2022-09-27 22:09:54 +02:00 |
|
ToExpr.lean
|
feat: new ToExpr Name
|
2022-09-29 17:27:45 -07:00 |
|
Util.lean
|
feat: add Expr.forEachWhere
|
2022-11-30 18:41:12 -08:00 |
|
Widget.lean
|
feat: user widgets
|
2022-07-25 08:01:27 -07:00 |