lean4-htt/src/Lean
2022-07-13 10:35:37 +02:00
..
Compiler refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
Data refactor: use computed fields for Name 2022-07-11 14:19:41 -07:00
Elab fix: catch exception at elabMutualDef 2022-07-12 18:39:30 -07:00
Linter doc: linter utils 2022-07-13 10:35:37 +02:00
Meta fix: implicit arguments must be processed with at least default transparency 2022-07-11 19:11:46 -07:00
Parser refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
ParserCompiler
PrettyPrinter refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
Server fix: references of variables with equal ranges 2022-07-13 10:35:37 +02:00
Util refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
Widget refactor: use computed fields for Name 2022-07-11 14:19:41 -07:00
Attributes.lean refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
AuxRecursor.lean refactor: use computed fields for Name 2022-07-11 14:19:41 -07:00
Class.lean feat: store outParam positions 2022-07-11 17:21:31 -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 chore: cleanup 2022-07-12 16:42:31 -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 refactor: use computed fields for Expr 2022-07-11 14:19:41 -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 refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
HeadIndex.lean refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
Hygiene.lean refactor: use computed fields for Name 2022-07-11 14:19:41 -07:00
ImportingFlag.lean chore: fix typo 2022-03-23 07:39:46 -07:00
InternalExceptionId.lean
KeyedDeclsAttribute.lean refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
LazyInitExtension.lean
Level.lean refactor: use computed fields for Level 2022-07-11 14:19:41 -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 refactor: use computed fields for Name 2022-07-11 14:19:41 -07:00
Meta.lean feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
MetavarContext.lean refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
Modifiers.lean refactor: use computed fields for Name 2022-07-11 14:19:41 -07:00
MonadEnv.lean refactor: use computed fields for Expr 2022-07-11 14:19:41 -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 refactor: use computed fields for Name 2022-07-11 14:19:41 -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 refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
Syntax.lean refactor: use computed fields for Name 2022-07-11 14:19:41 -07:00
ToExpr.lean chore: prepare for Name refactoring 2022-07-11 14:19:41 -07:00
Util.lean feat: add HasConstCache 2022-03-15 08:39:48 -07:00
Widget.lean