lean4-htt/src/Lean
2022-02-02 13:03:21 +01:00
..
Compiler chore: cleanup 2022-01-26 09:18:17 -08:00
Data feat: implement partial ilean updates 2022-01-31 21:36:37 +01:00
Elab feat: show proof state/unclosed goal message on empty tactic sequences 2022-01-31 16:22:08 -08:00
Meta feat: add throwNestedTacticEx 2022-01-31 16:25:44 -08:00
Parser fix: syntax match of literals 2022-01-29 08:40:03 -08:00
ParserCompiler chore: throwError! => throwError, throwErrorAt! => throwErrorAt 2021-03-11 11:59:45 -08:00
PrettyPrinter chore: cleanup 2022-01-26 09:18:17 -08:00
Server feat: extend handleDocumentHighlight 2022-02-02 13:03:21 +01:00
Util chore: cleanup 2022-01-26 09:18:17 -08:00
Widget feat: inform server if widgets are available 2022-01-29 10:04:25 +01:00
Attributes.lean chore: cleanup 2022-01-26 09:18:17 -08:00
AuxRecursor.lean chore: add mkBelowName 2021-09-18 18:37:29 -07:00
Class.lean refactor: avoid Name, MVarId, and FVarId confusion 2021-09-07 19:06:50 -07:00
Compiler.lean feat: expose C & linker flags as API 2021-11-20 11:04:39 +01:00
CoreM.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Data.lean feat: add Lean.Rat for implementing decision procedures 2021-09-14 19:18:12 -07:00
Declaration.lean feat: improve getCompletionKindForDecl 2021-12-15 12:57:09 -08:00
DeclarationRange.lean feat: record declaration ranges of builtin parsers & elaborators 2021-11-26 17:13:19 +01:00
DocString.lean feat: record doc strings of builtin parsers & elaborators 2021-11-26 17:13:19 +01:00
Elab.lean feat: save syntax around recursive applications 2021-12-16 17:13:55 -08:00
Environment.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Eval.lean feat: use BaseIO more in Init.System.IO 2021-12-14 09:33:52 +01:00
Exception.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Expr.lean chore: cleanup 2022-01-26 09:18:17 -08:00
HeadIndex.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Hygiene.lean chore: cleanup 2022-01-26 09:18:17 -08:00
ImportingFlag.lean chore: clarify safety of compile-time code execution 2022-01-20 18:55:57 +01:00
InternalExceptionId.lean chore: cleanup 2022-01-26 09:18:17 -08:00
KeyedDeclsAttribute.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
LazyInitExtension.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Level.lean chore: cleanup 2022-01-26 09:18:17 -08:00
LoadDynlib.lean feat: expose --load-dynlib functionality to Lean code 2021-12-15 08:26:48 +00:00
LocalContext.lean feat: add LocalContext.foldrM 2021-12-02 17:19:30 -08:00
Message.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Meta.lean refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files 2021-12-06 09:57:00 -08:00
MetavarContext.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Modifiers.lean feat: private fields 2021-08-02 20:20:21 -07:00
MonadEnv.lean chore: fix codebase 2021-12-10 13:12:09 -08:00
Parser.lean refactor: remove redundancy from common register_parser_alias case 2021-09-20 13:20:23 +02:00
ParserCompiler.lean chore: cleanup 2022-01-26 09:18:17 -08:00
PrettyPrinter.lean chore: cleanup 2022-01-26 09:18:17 -08:00
ProjFns.lean chore: naming convention and cleanup 2021-08-05 16:23:21 -07:00
ReducibilityAttrs.lean fix: make sure irreducible constants are not unfolded when using the default reducibility setting 2022-01-26 11:55:21 -08:00
ResolveName.lean fix: completion for aliases 2021-12-10 12:14:11 -08:00
Runtime.lean chore: cleanup 2020-10-28 09:33:19 -07:00
ScopedEnvExtension.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Server.lean refactor: shuffle classes to avoid dependency loops 2021-08-01 09:58:44 +02:00
Structure.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Syntax.lean fix: syntax match of literals 2022-01-29 08:40:03 -08:00
ToExpr.lean chore: remove ToExpr Expr 2021-08-14 06:16:46 -07:00
Util.lean fix: igore instance implicit arguments in term ordering used at simp 2022-01-24 18:57:31 -08:00
Widget.lean refactor: consistent naming of widget modules 2021-08-24 08:57:41 -07:00