lean4-htt/src/Lean
2025-08-26 04:06:37 +00:00
..
Compiler chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
Data test: sort messages (#10116) 2025-08-25 15:08:11 +00:00
DocString chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
Elab chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
ErrorExplanations feat: add explanations for large elimination errors (#9653) 2025-07-31 23:33:38 +00:00
Language feat: add a stop position field to the parser (#10043) 2025-08-23 18:29:51 +00:00
Linter feat: deprecate .toCtorIdx for .ctorIdx (#10113) 2025-08-25 14:32:05 +00:00
Meta refactor: grind build times (#10126) 2025-08-26 04:06:37 +00:00
Parser chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
ParserCompiler
PrettyPrinter feat: add a stop position field to the parser (#10043) 2025-08-23 18:29:51 +00:00
Server chore: revert #10111 (#10118) 2025-08-25 15:45:03 +00:00
Util feat: improve grind cutsat support for Fin n when n is not a numeral (#10022) 2025-08-21 17:25:52 +00:00
Widget fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
AddDecl.lean fix: do not show progress bar for checking/compiling helper decls (#9786) 2025-08-14 14:46:38 +00:00
Attributes.lean chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
AuxRecursor.lean
BuiltinDocAttr.lean
Class.lean refactor: update and consolidate attribute-related error messages (#9495) 2025-07-26 02:03:18 +00:00
Compiler.lean
CoreM.lean chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
Data.lean
Declaration.lean
DeclarationRange.lean feat: default let rec and where decls to private under the module system (#9759) 2025-08-06 15:53:51 +00:00
DefEqAttrib.lean perf: clarify and granularize access to async env ext state (#9587) 2025-08-02 17:01:08 +00:00
DocString.lean
Elab.lean
EnvExtension.lean feat: .ctorIdx for all inductives (#9951) 2025-08-25 10:47:06 +00:00
Environment.lean feat: deprecate .toCtorIdx for .ctorIdx (#10113) 2025-08-25 14:32:05 +00:00
ErrorExplanation.lean
ErrorExplanations.lean feat: add explanations for large elimination errors (#9653) 2025-07-31 23:33:38 +00:00
Exception.lean chore: show origin module for inaccessible private decls (#9964) 2025-08-19 15:12:09 +00:00
Expr.lean chore: minimize Lean.Expr import (#10112) 2025-08-25 13:35:21 +00:00
HeadIndex.lean
Hygiene.lean perf: make macro scope numbering less dependent on surrounding context (#10027) 2025-08-22 13:16:02 +00:00
ImportingFlag.lean chore: miscellaneous documentation typos (#10009) 2025-08-20 21:39:03 +00:00
InternalExceptionId.lean
KeyedDeclsAttribute.lean chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
LabelAttribute.lean
Level.lean perf: normalizeLevels in grind (#9814) 2025-08-10 00:51:20 +00:00
Linter.lean
LoadDynlib.lean fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
LocalContext.lean feat: clean up type annotations when elaborating declaration bodies (#9674) 2025-08-18 04:43:20 +00:00
Log.lean feat: add explanations for large elimination errors (#9653) 2025-07-31 23:33:38 +00:00
Message.lean
Meta.lean
MetavarContext.lean perf: make macro scope numbering less dependent on surrounding context (#10027) 2025-08-22 13:16:02 +00:00
Modifiers.lean
MonadEnv.lean perf: remove grind blockers (#9328) 2025-07-26 06:15:33 +00:00
Namespace.lean
Parser.lean feat: adds rawIdent parser alias (#10085) 2025-08-23 17:24:33 +00:00
ParserCompiler.lean
PremiseSelection.lean
PrettyPrinter.lean perf: shorten rebuild critical path by 19% (#9626) 2025-08-01 11:18:21 +00:00
PrivateName.lean
ProjFns.lean
ReducibilityAttrs.lean chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
Replay.lean
ReservedNameAction.lean
ResolveName.lean chore: use ofConstName in error messages (#10121) 2025-08-25 23:20:36 +00:00
Runtime.lean
ScopedEnvExtension.lean
Server.lean
Setup.lean feat: deriving BEq, Hashable for Lean.Import (#10018) 2025-08-21 07:53:30 +00:00
Shell.lean
Structure.lean fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
SubExpr.lean
Syntax.lean
ToExpr.lean
ToLevel.lean
Util.lean
Widget.lean