lean4-htt/src/Lean
Sebastian Ullrich 7845af3105
chore: reserve public section syntax (#9032)
To be used in the experimental module system
2025-06-27 12:21:01 +00:00
..
Compiler feat: add lean_setup_libuv for initializing required LIBUV components (#8636) 2025-06-27 11:11:17 +00:00
Data feat: linter.loopingSimpArgs (#8865) 2025-06-23 07:36:21 +00:00
DocString
Elab chore: reserve public section syntax (#9032) 2025-06-27 12:21:01 +00:00
ErrorExplanations feat: improve projection and field-notation errors (#8986) 2025-06-26 18:36:47 +00:00
Language feat: server support for new module setup (#8699) 2025-06-23 18:00:14 +00:00
Linter fix: linter.simpUnusedSimpArgs to check syntax kind (#8971) 2025-06-24 08:31:57 +00:00
Meta feat: Toint inequalities in cutsat (#9026) 2025-06-27 06:29:31 +00:00
Parser chore: reserve public section syntax (#9032) 2025-06-27 12:21:01 +00:00
ParserCompiler
PrettyPrinter fix: apply newlines before and after comments when formatting syntax (#8626) 2025-06-26 19:23:35 +00:00
Server fix: highlight keywords when keyword is actual identifier (#9019) 2025-06-27 08:23:10 +00:00
Util feat: server support for new module setup (#8699) 2025-06-23 18:00:14 +00:00
Widget feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
AddDecl.lean
Attributes.lean
AuxRecursor.lean refactor: remove binductionOn, use brecOn instead (#8820) 2025-06-17 07:07:24 +00:00
BuiltinDocAttr.lean chore: follow up on #8173 post-stage0 update (#8722) 2025-06-16 09:08:35 +00:00
Class.lean
Compiler.lean
CoreM.lean feat: enable the new compiler 2025-06-20 17:29:10 +02:00
Data.lean
Declaration.lean
DeclarationRange.lean
DefEqAttrib.lean
DocString.lean
Elab.lean feat: add elaborators, completions, and hovers for named errors (#8730) 2025-06-18 15:51:34 +00:00
EnvExtension.lean
Environment.lean feat: server support for new module setup (#8699) 2025-06-23 18:00:14 +00:00
ErrorExplanation.lean feat: add elaborators, completions, and hovers for named errors (#8730) 2025-06-18 15:51:34 +00:00
ErrorExplanations.lean feat: improve projection and field-notation errors (#8986) 2025-06-26 18:36:47 +00:00
Exception.lean feat: add initial error explanations (#8934) 2025-06-23 17:24:09 +00:00
Expr.lean feat: (commutative) semiring support in grind (#8921) 2025-06-21 23:00:16 +00:00
HeadIndex.lean
Hygiene.lean
ImportingFlag.lean
InternalExceptionId.lean
KeyedDeclsAttribute.lean
LabelAttribute.lean
Level.lean
Linter.lean feat: linter.unusedSimpArgs (#8901) 2025-06-22 09:10:21 +00:00
LoadDynlib.lean
LocalContext.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
Log.lean feat: add initial error explanations (#8934) 2025-06-23 17:24:09 +00:00
Message.lean feat: improve projection and field-notation errors (#8986) 2025-06-26 18:36:47 +00:00
Meta.lean feat: add Meta.letToHave and the let_to_have tactic (#8954) 2025-06-24 01:33:53 +00:00
MetavarContext.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
Modifiers.lean feat: allow access to private names through import all (#8828) 2025-06-27 12:13:46 +00:00
MonadEnv.lean
Namespace.lean
Parser.lean
ParserCompiler.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
PremiseSelection.lean
PrettyPrinter.lean
PrivateName.lean
ProjFns.lean
ReducibilityAttrs.lean
Replay.lean
ReservedNameAction.lean
ResolveName.lean feat: allow access to private names through import all (#8828) 2025-06-27 12:13:46 +00:00
Runtime.lean
ScopedEnvExtension.lean
Server.lean
Setup.lean feat: server support for new module setup (#8699) 2025-06-23 18:00:14 +00:00
Shell.lean feat: ignore lean -R if module name is in setup (#8874) 2025-06-23 17:55:52 +00:00
Structure.lean
SubExpr.lean
Syntax.lean
ToExpr.lean
ToLevel.lean
Util.lean feat: server support for new module setup (#8699) 2025-06-23 18:00:14 +00:00
Widget.lean