lean4-htt/src/Lean/Meta
Leonardo de Moura e286f20179
perf: avoid inferType at simpArith (#9398)
This PR avoids the expensive `inferType` call in `simpArith`. It also
cleans up some of the code and removes anti-patterns.
2025-07-16 03:42:26 +00:00
..
ArgsPacker chore: fix spelling mistakes in src/Lean/Meta/ (#5436) 2024-09-23 23:09:14 +00:00
Constructions refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
Match fix: performance issue when elaborating match-expressions with many literals (#9372) 2025-07-15 03:52:23 +00:00
Tactic perf: avoid inferType at simpArith (#9398) 2025-07-16 03:42:26 +00:00
AbstractMVars.lean feat: add the nondep field of Expr.letE to the C++ data model (#8751) 2025-06-14 23:10:27 +00:00
AbstractNestedProofs.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
ACLt.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
AppBuilder.lean feat: eliminate letFun support, deprecate let_fun syntax (#9086) 2025-06-30 02:10:18 +00:00
ArgsPacker.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
Basic.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
BinderNameHint.lean chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
Canonicalizer.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
Check.lean fix: reorder "application type mismatch" message (#9287) 2025-07-15 19:20:18 +00:00
CheckTactic.lean
Closure.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
Coe.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00
CoeAttr.lean
CollectFVars.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
CollectMVars.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
CompletionName.lean chore: fix spelling mistakes in src/Lean/Meta/ (#5436) 2024-09-23 23:09:14 +00:00
CongrTheorems.lean fix: bug at mkCongrSimpCore? (#9395) 2025-07-16 00:54:31 +00:00
Constructions.lean refactor: Split Constructions module (#4656) 2024-07-05 08:25:44 +00:00
CtorRecognizer.lean fix: have Lean.Meta.isConstructorApp'? be aware of n + k Nat offsets (#6270) 2024-12-01 18:04:32 +00:00
DecLevel.lean chore: simproc and helper theorems for grind (#9151) 2025-07-02 03:57:12 +00:00
Diagnostics.lean fix: add workaround for MessageData limitations (#6669) 2025-01-16 16:58:20 +00:00
DiscrTree.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
DiscrTreeTypes.lean
Eqns.lean feat: transform nondependent lets into haves in declarations and equation lemmas (#8373) 2025-06-29 19:45:45 +00:00
Eval.lean refactor: introduce VisibilityMap in Lean.Environment, use it to split base in preparation for private import (#8145) 2025-04-28 10:17:18 +00:00
ExprDefEq.lean chore: revert DefEq changes until it has passed proper review (#9254) 2025-07-08 14:54:18 +00:00
ExprLens.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
ExprTraverse.lean
ForEachExpr.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
FunInfo.lean fix: let the congr tactic handle "under-applied" applications (#9225) 2025-07-08 11:48:08 +00:00
GeneralizeTelescope.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
GeneralizeVars.lean
GetUnfoldableConst.lean fix: unknown identifier ranges (#8362) 2025-05-22 10:05:31 +00:00
GlobalInstances.lean
Hint.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
IndPredBelow.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
Inductive.lean
InferType.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
Injective.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
Instances.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
IntInstTesters.lean refactor: support for Nat in grind cutsat (#9340) 2025-07-13 23:40:03 +00:00
Iterator.lean chore: fix spelling mistakes in src/Lean/Meta/ (#5436) 2024-09-23 23:09:14 +00:00
KAbstract.lean feat: add the nondep field of Expr.letE to the C++ data model (#8751) 2025-06-14 23:10:27 +00:00
KExprMap.lean chore: switch to Std.HashMap and Std.HashSet almost everywhere 2024-08-07 18:24:42 +02:00
LazyDiscrTree.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
LetToHave.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
LevelDefEq.lean chore: mark Meta.Context.config as private (#6051) 2024-11-13 13:30:06 +11:00
LitValues.lean chore: remove prime from Fin.ofNat' (#8515) 2025-05-28 11:51:00 +00:00
Match.lean
MatchUtil.lean
NatInstTesters.lean feat: Nat divisibility constraints in cutsat (#7495) 2025-03-15 03:46:47 +00:00
Offset.lean chore: cleanup imports (#5825) 2024-10-23 23:51:13 +00:00
Order.lean chore: fix spelling mistakes (#8324) 2025-05-14 06:52:16 +00:00
PPGoal.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
PProdN.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
RecursorInfo.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
Reduce.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
ReduceEval.lean
SizeOf.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
Sorry.lean feat: labeled and unique sorries (#5757) 2024-12-11 23:53:02 +00:00
Structure.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
SynthInstance.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
Tactic.lean feat: extract_lets and lift_lets tactics (#6432) 2025-04-21 08:57:01 +00:00
Transform.lean fix: exposed wellfounded recursion (#9173) 2025-07-03 16:48:15 +00:00
TransparencyMode.lean
TryThis.lean chore: fix spelling mistakes (#8324) 2025-05-14 06:52:16 +00:00
UnificationHint.lean fix: isDefEq, whnf, simp caching and configuration (#6053) 2024-11-18 01:17:26 +00:00
WHNF.lean chore: revert DefEq changes until it has passed proper review (#9254) 2025-07-08 14:54:18 +00:00