lean4-htt/src/Lean
Cameron Zwarich d32f04ba21
refactor: split out an isInductivePredicateVal function (#10033)
This is just like `isInductivePredicate?`, but on an existing
`InductiveVal` rather than one that is looked up by name.
2025-08-21 18:05:14 +00:00
..
Compiler fix: lower overapplied constructors to unreachable (#10032) 2025-08-21 15:05:09 +00:00
Data feat: integrate high-level order typeclasses with BEq and Ord (#9908) 2025-08-19 07:54:53 +00:00
DocString refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Elab refactor: factor out mkNatLookupTable (#10006) 2025-08-21 10:45:21 +00:00
ErrorExplanations feat: add explanations for large elimination errors (#9653) 2025-07-31 23:33:38 +00:00
Language fix: do not show progress bar for checking/compiling helper decls (#9786) 2025-08-14 14:46:38 +00:00
Linter feat: clean up type annotations when elaborating declaration bodies (#9674) 2025-08-18 04:43:20 +00:00
Meta refactor: split out an isInductivePredicateVal function (#10033) 2025-08-21 18:05:14 +00:00
Parser feat: @[expose] on Lean.ParserState.setPos (#10019) 2025-08-21 17:24:10 +00:00
ParserCompiler refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
PrettyPrinter fix: panic in delabPRange (#9920) 2025-08-15 01:50:23 +00:00
Server fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +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 perf: clarify and granularize access to async env ext state (#9587) 2025-08-02 17:01:08 +00:00
AuxRecursor.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
BuiltinDocAttr.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Class.lean refactor: update and consolidate attribute-related error messages (#9495) 2025-07-26 02:03:18 +00:00
Compiler.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
CoreM.lean fix: do not show progress bar for checking/compiling helper decls (#9786) 2025-08-14 14:46:38 +00:00
Data.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Declaration.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
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 refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Elab.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
EnvExtension.lean perf: clarify and granularize access to async env ext state (#9587) 2025-08-02 17:01:08 +00:00
Environment.lean chore: miscellaneous documentation typos (#10009) 2025-08-20 21:39:03 +00:00
ErrorExplanation.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
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 feat: Aggressively eta expand before applying a spec in mvcgen (#9888) 2025-08-13 15:53:48 +00:00
HeadIndex.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Hygiene.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ImportingFlag.lean chore: miscellaneous documentation typos (#10009) 2025-08-20 21:39:03 +00:00
InternalExceptionId.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
KeyedDeclsAttribute.lean perf: shorten rebuild critical path by 19% (#9626) 2025-08-01 11:18:21 +00:00
LabelAttribute.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Level.lean perf: normalizeLevels in grind (#9814) 2025-08-10 00:51:20 +00:00
Linter.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
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 refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Meta.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
MetavarContext.lean doc: clarify nondep behaviour (#9570) 2025-07-26 22:46:48 +00:00
Modifiers.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
MonadEnv.lean perf: remove grind blockers (#9328) 2025-07-26 06:15:33 +00:00
Namespace.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Parser.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ParserCompiler.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
PremiseSelection.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
PrettyPrinter.lean perf: shorten rebuild critical path by 19% (#9626) 2025-08-01 11:18:21 +00:00
PrivateName.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ProjFns.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ReducibilityAttrs.lean perf: clarify and granularize access to async env ext state (#9587) 2025-08-02 17:01:08 +00:00
Replay.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ReservedNameAction.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ResolveName.lean fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
Runtime.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ScopedEnvExtension.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Server.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Setup.lean feat: deriving BEq, Hashable for Lean.Import (#10018) 2025-08-21 07:53:30 +00:00
Shell.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Structure.lean fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
SubExpr.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Syntax.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ToExpr.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ToLevel.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Util.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Widget.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00