lean4-htt/src/Lean/Linter
Sebastian Ullrich 3335b2a01e
perf: improve avoidance of repeated Expr visits in unused variables linter (#3076)
-43% linter run time in a big proof case
2023-12-18 15:56:58 +00:00
..
Basic.lean feat: add linter.deprecated option to silence deprecation warnings 2022-10-23 21:11:57 +02:00
Builtin.lean feat: profiling of linters 2023-04-18 15:30:21 +02:00
Deprecated.lean feat: add linter.deprecated option to silence deprecation warnings 2022-10-23 21:11:57 +02:00
MissingDocs.lean feat: profiling of linters 2023-04-18 15:30:21 +02:00
UnusedVariables.lean perf: improve avoidance of repeated Expr visits in unused variables linter (#3076) 2023-12-18 15:56:58 +00:00
Util.lean feat: Lean.Linter.logLintIf (#2852) 2023-11-09 23:00:34 +11:00