lean4-htt/src/Lean
Marc Huisinga eb48e6908b
feat: sorted call hierarchy items & no private prefix (#3482)
Sorts call hierarchy items and strips the private prefix to make the
call hierarchy more readable.
2024-02-26 09:43:47 +00:00
..
Compiler perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Data feat: sorted call hierarchy items & no private prefix (#3482) 2024-02-26 09:43:47 +00:00
Elab fix: auto-completion bugs and performance (#3460) 2024-02-26 09:43:19 +00:00
Linter chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
Meta fix: auto-completion bugs and performance (#3460) 2024-02-26 09:43:19 +00:00
Parser feat: custom error recovery in parser (#3413) 2024-02-21 14:29:54 +00:00
ParserCompiler perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
PrettyPrinter chore: rename isNatLit => isRawNatLit 2024-02-23 15:16:12 -08:00
Server feat: sorted call hierarchy items & no private prefix (#3482) 2024-02-26 09:43:47 +00:00
Util chore: upstream exact? and apply? from Std (#3447) 2024-02-23 21:55:24 +00:00
Widget chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
Attributes.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
AuxRecursor.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Class.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Compiler.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
CoreM.lean fix: broken trace tree on elab runtime exception (#3371) 2024-02-19 11:15:23 +00:00
Data.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Declaration.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
DeclarationRange.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
DocString.lean chore: upstream solve_by_elim (#3408) 2024-02-21 01:16:04 +00:00
Elab.lean chore: upstream Std.CodeAction.* 2024-02-25 11:44:42 -08:00
Environment.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Eval.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Exception.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Expr.lean fix: match patterns containing int values and constructors (#3496) 2024-02-25 17:44:08 +00:00
HeadIndex.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Hygiene.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ImportingFlag.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
InternalExceptionId.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
KeyedDeclsAttribute.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LabelAttribute.lean fix: address symm and label bugs from #3408 (#3429) 2024-02-21 07:21:07 +00:00
LazyInitExtension.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Level.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Linter.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
LoadDynlib.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LocalContext.lean chore: upstream omega (#3367) 2024-02-19 00:19:55 +00:00
Log.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Message.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Meta.lean feat: add helper functions for recognizing builtin literals 2024-02-24 16:08:07 -08:00
MetavarContext.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Modifiers.lean fix: auto-completion bugs and performance (#3460) 2024-02-26 09:43:19 +00:00
MonadEnv.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Parser.lean feat: custom error recovery in parser (#3413) 2024-02-21 14:29:54 +00:00
ParserCompiler.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
PrettyPrinter.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ProjFns.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ReducibilityAttrs.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Replay.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ResolveName.lean fix: allow users to disable builtin simprocs in simp args (#3441) 2024-02-21 20:01:11 +00:00
Runtime.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ScopedEnvExtension.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Server.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Structure.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
SubExpr.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Syntax.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ToExpr.lean fix: ToExpr instance for Fin 2024-02-24 16:08:07 -08:00
Util.lean chore: upstream exact? and apply? from Std (#3447) 2024-02-23 21:55:24 +00:00
Widget.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00