lean4-htt/src/Lean
2024-06-11 22:05:28 +00:00
..
Compiler fix: accidental ownership with specialization 2024-06-07 13:59:22 +02:00
Data perf: linearity in HashMap.(insert|erase) (#4372) 2024-06-07 22:41:39 +00:00
Elab fix: universe parameter order discrepancy between theorem and def (#4408) 2024-06-10 23:37:52 +00:00
Language chore: slightly more informative trace.Elab.snapshotTree 2024-06-11 10:44:04 +02:00
Linter feat: improve @[deprecated] attr (#3968) 2024-04-23 17:00:32 +00:00
Meta fix: missing simproc for BitVec equality (#4428) 2024-06-11 22:05:28 +00:00
Parser feat: quotations for parser aliases (#4307) 2024-05-30 09:22:22 +00:00
ParserCompiler feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
PrettyPrinter chore: missing registerTraceClass (#4369) 2024-06-06 00:53:16 +00:00
Server feat: incremental elaboration of definition headers, bodies, and tactics (#3940) 2024-05-22 13:23:30 +00:00
Util feat: apply’s error message should show implicit arguments as needed (#3929) 2024-05-18 06:25:43 +00:00
Widget feat: widget messages (#4254) 2024-05-29 06:37:42 +00:00
AddDecl.lean feat: propagate maxHeartbeats to kernel (#4113) 2024-05-09 17:44:19 +00:00
Attributes.lean fix: docstring in Attributes.lean (#4238) 2024-05-23 10:13:43 +00:00
AuxRecursor.lean chore: remove the coercion from String to Name (#3589) 2024-03-21 23:46:03 +00:00
BuiltinDocAttr.lean feat: @[builtin_doc] attribute (part 1) (#3953) 2024-04-19 12:21:10 +00:00
Class.lean
Compiler.lean
CoreM.lean fix: incorrect info tree reuse (#4340) 2024-06-04 09:28:40 +00:00
Data.lean
Declaration.lean fix: mismatch between TheoremVal in Lean and C++ (#4035) 2024-04-30 18:10:20 +00:00
DeclarationRange.lean
DocString.lean fix: missing test at addDocString (#3823) 2024-04-02 02:29:14 +00:00
Elab.lean
Environment.lean feat: propagate maxHeartbeats to kernel (#4113) 2024-05-09 17:44:19 +00:00
Eval.lean
Exception.lean feat: apply’s error message should show implicit arguments as needed (#3929) 2024-05-18 06:25:43 +00:00
Expr.lean feat: shorten auto-generated instance names (#3089) 2024-04-13 18:08:50 +00:00
HeadIndex.lean
Hygiene.lean chore: remove the coercion from String to Name (#3589) 2024-03-21 23:46:03 +00:00
ImportingFlag.lean
InternalExceptionId.lean
KeyedDeclsAttribute.lean
LabelAttribute.lean chore: reorganising to reduce imports (#3790) 2024-03-27 11:15:01 +00:00
LazyInitExtension.lean
Level.lean chore: remove partial TODO (#4380) 2024-06-06 18:04:55 +00:00
Linter.lean
LoadDynlib.lean
LocalContext.lean
Log.lean
Message.lean feat: widget messages (#4254) 2024-05-29 06:37:42 +00:00
Meta.lean feat: improve set_option diagnostics true (#4031) 2024-04-30 05:07:03 +00:00
MetavarContext.lean fix: occurs check at metavariable types (#4420) 2024-06-11 00:16:19 +00:00
Modifiers.lean
MonadEnv.lean
Parser.lean chore: remove the coercion from String to Name (#3589) 2024-03-21 23:46:03 +00:00
ParserCompiler.lean
PrettyPrinter.lean feat: apply’s error message should show implicit arguments as needed (#3929) 2024-05-18 06:25:43 +00:00
ProjFns.lean
ReducibilityAttrs.lean feat: well-founded definitions irreducible by default (#4061) 2024-05-10 06:45:21 +00:00
Replay.lean feat: propagate maxHeartbeats to kernel (#4113) 2024-05-09 17:44:19 +00:00
ReservedNameAction.lean fix: FunInd: support structural recursion on reflexive types (#4327) 2024-06-05 07:54:48 +00:00
ResolveName.lean chore: tidying up Lean.unresolveNameGlobal (#4091) 2024-05-10 22:37:34 +00:00
Runtime.lean
ScopedEnvExtension.lean feat: flexible reducibility attributes 2024-04-29 05:46:11 +02:00
Server.lean
Structure.lean
SubExpr.lean fix: use correct expr positions when delaborating match patterns (#4034) 2024-05-01 12:02:10 +00:00
Syntax.lean fix: incremental reuse leading to goals in front of the text cursor being shown (#4395) 2024-06-08 15:08:14 +00:00
ToExpr.lean feat: support idents in auto tactics (#3328) 2024-05-03 04:37:07 +00:00
Util.lean
Widget.lean