lean4-htt/src/Lean
2022-10-10 20:34:12 -07:00
..
Compiler feat: hash for LCNF.Code 2022-10-10 20:34:12 -07:00
Data fix: Clear Diagnostics when file is closed (#1591) 2022-10-07 17:28:15 -07:00
Elab fix: fixes #1707 2022-10-08 07:58:56 -07:00
Linter feat: automatic extension names 2022-10-06 17:19:30 -07:00
Meta fix: congr tactic should not try to synthesize instance implicit arguments that have been inferred when applying congr theorem 2022-10-10 07:24:27 -07:00
Parser feat: automatic extension names 2022-10-06 17:19:30 -07:00
ParserCompiler feat: automatic extension names 2022-10-06 17:19:30 -07:00
PrettyPrinter feat: add (canonical := true) option in Syntax 2022-09-27 22:09:54 +02:00
Server fix: Clear Diagnostics when file is closed (#1591) 2022-10-07 17:28:15 -07:00
Util chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Widget feat: improve expression diff 2022-10-07 12:45:00 +02:00
Attributes.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
AuxRecursor.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Class.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Compiler.lean refactor: new LCNF frontend 2022-08-24 11:40:37 -07:00
CoreM.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Data.lean chore: split Lean.Data.Name and NameMap 2022-09-15 14:02:38 -07:00
Declaration.lean feat: add flag at LCNF Decl indicating whether the original Lean declaration was declared using partial or unsafe 2022-09-30 19:28:05 -07:00
DeclarationRange.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Deprecated.lean
DocString.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Elab.lean
Environment.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Eval.lean
Exception.lean chore: use new comment syntax 2022-09-14 08:26:17 -07:00
Expr.lean fix: LHS goals should be pre-whnf'd 2022-09-28 14:24:44 -07:00
HeadIndex.lean
Hygiene.lean
ImportingFlag.lean
InternalExceptionId.lean
KeyedDeclsAttribute.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
LazyInitExtension.lean
Level.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Linter.lean
LoadDynlib.lean
LocalContext.lean chore: remove old exports 2022-09-27 07:44:38 -07:00
Log.lean
Message.lean doc: apply suggestions from code review 2022-09-27 11:37:49 -07:00
Meta.lean
MetavarContext.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Modifiers.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
MonadEnv.lean refactor: move compileDecl, compileDecls, and addDecl to CoreM 2022-09-21 18:09:19 -07:00
Parser.lean feat: colEq parser 2022-09-19 12:44:43 -07:00
ParserCompiler.lean chore: import reductions 2022-09-15 14:02:38 -07:00
PrettyPrinter.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
ProjFns.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
ReducibilityAttrs.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
ResolveName.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Runtime.lean
ScopedEnvExtension.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Server.lean
Structure.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
SubExpr.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Syntax.lean feat: add (canonical := true) option in Syntax 2022-09-27 22:09:54 +02:00
ToExpr.lean feat: new ToExpr Name 2022-09-29 17:27:45 -07:00
Util.lean chore: move ShareCommon to Init / Lean 2022-08-30 07:51:43 -07:00
Widget.lean