lean4-htt/src/Lean
2022-07-11 12:26:53 -07:00
..
Compiler feat: expose lower level compile function 2022-07-11 12:26:53 -07:00
Data feat: better qualified name support in recursive definitions 2022-07-07 20:15:25 -07:00
Elab perf: use dsimp := false in split tactic and while proving equation theorems 2022-07-10 08:03:42 -07:00
Linter fix: ignore hygiened names in unused variables linter 2022-06-18 17:24:08 +02:00
Meta feat: use default transparency at isDefEqProofIrrel 2022-07-11 12:11:10 -07:00
Parser chore: remove getOp builtin support 2022-07-09 16:04:17 -07:00
ParserCompiler
PrettyPrinter refactor: prepare to elaborate a[i] notation using typeclasses 2022-07-09 15:24:22 -07:00
Server refactor: prepare to elaborate a[i] notation using typeclasses 2022-07-09 15:24:22 -07:00
Util perf: Expr.hasSorry and similar functions 2022-07-10 07:39:38 -07:00
Widget feat: strengthen pp* signatures 2022-07-03 19:14:49 +02:00
Attributes.lean refactor: prepare to elaborate a[i] notation using typeclasses 2022-07-09 15:24:22 -07:00
AuxRecursor.lean feat: add isBRecOnRecursor 2022-02-23 13:09:29 -08:00
Class.lean refactor: unname some unused variables 2022-06-07 16:37:45 -07:00
Compiler.lean feat: add isNoncomputable function for querying whether a given declaration has been marked as "noncomputable" by users 2022-02-16 13:20:31 -08:00
CoreM.lean fix: generate sorry warning only if there are no error messages 2022-06-01 06:32:05 -07:00
Data.lean
Declaration.lean fix: ConstantInfo.all for consistency 2022-06-23 16:41:54 -07:00
DeclarationRange.lean chore: use let/if in do blocks 2022-06-13 17:10:14 -07:00
DocString.lean feat: add position to mod doc 2022-02-16 13:50:19 -08:00
Elab.lean feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
Environment.lean feat: expose lower level compile function 2022-07-11 12:26:53 -07:00
Eval.lean chore: unused variables 2022-06-07 17:54:10 -07:00
Exception.lean refactor: make more use of quotations 2022-06-27 22:37:02 +02:00
Expr.lean fix: Expr.update* issue 2022-07-10 08:33:14 -07:00
HeadIndex.lean chore: add Repr instances 2022-03-16 16:07:14 -07:00
Hygiene.lean chore: changes to placate coercions 2022-06-27 22:37:02 +02:00
ImportingFlag.lean chore: fix typo 2022-03-23 07:39:46 -07:00
InternalExceptionId.lean chore: cleanup 2022-01-26 09:18:17 -08:00
KeyedDeclsAttribute.lean chore: unused variables 2022-06-07 17:54:10 -07:00
LazyInitExtension.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Level.lean fix: Level.update* functions 2022-07-10 09:16:02 -07:00
Linter.lean feat: add unused variables linter 2022-06-03 13:03:52 +02:00
LoadDynlib.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
LocalContext.lean refactor: prepare to elaborate a[i] notation using typeclasses 2022-07-09 15:24:22 -07:00
Log.lean fix: generate sorry warning only if there are no error messages 2022-06-01 06:32:05 -07:00
Message.lean chore: cleanup 2022-07-04 07:15:04 -07:00
Meta.lean feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
MetavarContext.lean chore: unused variable warningns 2022-07-09 07:52:59 -07:00
Modifiers.lean
MonadEnv.lean feat: expose lower level compile function 2022-07-11 12:26:53 -07:00
Parser.lean fix: bound syntax kind at v:(ppSpace ident) etc. 2022-07-07 11:49:35 +02:00
ParserCompiler.lean chore: use a[i]! for array accesses that may panic 2022-07-02 15:12:05 -07:00
PrettyPrinter.lean feat: strengthen pp* signatures 2022-07-03 19:14:49 +02:00
ProjFns.lean
ReducibilityAttrs.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
ResolveName.lean feat: protected aliases 2022-06-27 13:56:58 -07:00
Runtime.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
ScopedEnvExtension.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
Server.lean
Structure.lean chore: unused variables 2022-06-07 17:54:10 -07:00
SubExpr.lean fix: SubExpr.Pos.toString not terminating 2022-06-19 16:04:50 -07:00
Syntax.lean chore: unused variables 2022-07-07 20:24:18 -07:00
ToExpr.lean
Util.lean feat: add HasConstCache 2022-03-15 08:39:48 -07:00
Widget.lean