lean4-htt/src/Lean
2022-06-23 09:31:52 -07:00
..
Compiler fix: constant => opaque issues 2022-06-14 17:19:54 -07:00
Data fix: add a better handling in case only worker crashes (apply CR comments) 2022-06-15 18:40:44 -07:00
Elab fix: extCore 2022-06-22 19:40:06 -07:00
Linter fix: ignore hygiened names in unused variables linter 2022-06-18 17:24:08 +02:00
Meta chore: remove dead code 2022-06-23 09:31:52 -07:00
Parser refactor: resolveNamespace now return a List 2022-06-16 17:16:36 -07:00
ParserCompiler chore: throwError! => throwError, throwErrorAt! => throwErrorAt 2021-03-11 11:59:45 -08:00
PrettyPrinter fix: don't duplicate tags in formatter 2022-06-18 10:07:53 +02:00
Server feat: publish fatal progress after worker crash 2022-06-23 09:24:27 -07:00
Util feat: add Expr.collectFVars, LocalDecl.collectFVars, Pattern.collectFVars, and AltLHS.collectFVars 2022-06-22 15:53:43 -07:00
Widget refactor: make SubExpr.Pos a definition 2022-06-17 17:47:51 -07:00
Attributes.lean feat: replace constant with opaque 2022-06-14 17:02:59 -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 feat: add Lean.Rat for implementing decision procedures 2021-09-14 19:18:12 -07:00
Declaration.lean feat: replace constant with opaque 2022-06-14 17:02:59 -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: save syntax around recursive applications 2021-12-16 17:13:55 -08:00
Environment.lean fix: fixes #1240 2022-06-23 05:53:06 -07:00
Eval.lean chore: unused variables 2022-06-07 17:54:10 -07:00
Exception.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Expr.lean refactor: more extract methods from transform 2022-06-17 17:47:51 -07:00
HeadIndex.lean chore: add Repr instances 2022-03-16 16:07:14 -07:00
Hygiene.lean feat: improve "result types must be in the same universe level" error message 2022-03-17 07:41:37 -07: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: constant => opaque issues 2022-06-14 17:19:54 -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 doc: clarify mkLocalDecl 2022-03-24 14:59:46 -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: move toMessageList, add throwErrorWithNestedErrors 2022-06-16 18:00:09 -07:00
Meta.lean fix: add ExprTraversal to Meta 2022-06-17 17:47:51 -07:00
MetavarContext.lean chore: unused variables 2022-06-07 17:54:10 -07:00
Modifiers.lean feat: private fields 2021-08-02 20:20:21 -07:00
MonadEnv.lean fix: generate sorry warning only if there are no error messages 2022-06-01 06:32:05 -07:00
Parser.lean chore: unused variables 2022-06-07 17:54:10 -07:00
ParserCompiler.lean chore: unused variables 2022-06-07 17:54:10 -07:00
PrettyPrinter.lean refactor: unname some unused variables 2022-06-07 16:37:45 -07:00
ProjFns.lean chore: naming convention and cleanup 2021-08-05 16:23:21 -07:00
ReducibilityAttrs.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
ResolveName.lean fix: refine resolveNamespace 2022-06-17 09:51:00 -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 refactor: shuffle classes to avoid dependency loops 2021-08-01 09:58:44 +02:00
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-06-07 17:54:10 -07:00
ToExpr.lean chore: remove ToExpr Expr 2021-08-14 06:16:46 -07:00
Util.lean feat: add HasConstCache 2022-03-15 08:39:48 -07:00
Widget.lean refactor: consistent naming of widget modules 2021-08-24 08:57:41 -07:00