lean4-htt/src/Lean
2022-09-25 06:40:56 -07:00
..
Compiler feat: add forEachDecl for LCNF 2022-09-24 20:18:27 -07:00
Data fix: incorrect annotations 2022-09-24 14:20:21 -07:00
Elab feat: add tactic.simp.trace option 2022-09-25 06:40:56 -07:00
Linter chore: rename insertAt to insertAt! 2022-09-19 13:49:20 -07:00
Meta feat: track simp lemmas through the core tactics 2022-09-25 06:40:56 -07:00
Parser feat: use colEq in sepByIndent 2022-09-19 12:44:43 -07:00
ParserCompiler
PrettyPrinter feat: add tactic.simp.trace option 2022-09-25 06:40:56 -07:00
Server feat: goal-diffs (#1610) 2022-09-24 11:46:11 +02:00
Util feat: universe level parameter helper functions for the compiler 2022-09-17 16:29:44 -07:00
Widget feat: goal-diffs (#1610) 2022-09-24 11:46:11 +02:00
Attributes.lean chore: cleanup 2022-09-21 18:09:19 -07:00
AuxRecursor.lean
Class.lean chore: enforce naming convention 2022-08-01 09:58:11 -07:00
Compiler.lean refactor: new LCNF frontend 2022-08-24 11:40:37 -07:00
CoreM.lean feat: activate new compiler first phase 2022-09-24 14:20:21 -07:00
Data.lean chore: split Lean.Data.Name and NameMap 2022-09-15 14:02:38 -07:00
Declaration.lean
DeclarationRange.lean
Deprecated.lean fix: use resolveGlobalConstNoOverloadWithInfo more 2022-08-13 18:20:55 -07:00
DocString.lean fix: make all syntax accessors non-panicking 2022-09-14 10:17:00 -07:00
Elab.lean feat: add @[inheritDoc] attribute 2022-08-16 18:31:55 -07:00
Environment.lean test: Environment.addExtraName 2022-09-21 15:03:11 -07:00
Eval.lean
Exception.lean chore: use new comment syntax 2022-09-14 08:26:17 -07:00
Expr.lean feat: goal-diffs (#1610) 2022-09-24 11:46:11 +02:00
HeadIndex.lean
Hygiene.lean
ImportingFlag.lean
InternalExceptionId.lean
KeyedDeclsAttribute.lean chore: import reductions 2022-09-15 14:02:38 -07:00
LazyInitExtension.lean
Level.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Linter.lean feat: add missingDocs linter 2022-07-31 18:18:21 -07:00
LoadDynlib.lean
LocalContext.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Log.lean chore: remove obsolete trace functions 2022-08-15 08:55:25 -07:00
Message.lean chore: import reductions 2022-09-15 14:02:38 -07:00
Meta.lean
MetavarContext.lean doc: MetavarContext 2022-09-16 09:13:47 -07:00
Modifiers.lean fix: make privateToUserNameAux more robust 2022-09-06 17:15:56 -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 fix: use delabAppExplicit for tooltips 2022-08-25 18:38:21 +02:00
ProjFns.lean chore: doc strings for ProjFns.lean 2022-08-02 15:58:56 -07:00
ReducibilityAttrs.lean
ResolveName.lean feat: add tactic.simp.trace option 2022-09-25 06:40:56 -07:00
Runtime.lean
ScopedEnvExtension.lean
Server.lean
Structure.lean
SubExpr.lean feat: goal-diffs (#1610) 2022-09-24 11:46:11 +02:00
Syntax.lean fix: make all syntax accessors non-panicking 2022-09-14 10:17:00 -07:00
ToExpr.lean feat: add LCNF missing cases 2022-08-06 20:23:29 -07:00
Util.lean chore: move ShareCommon to Init / Lean 2022-08-30 07:51:43 -07:00
Widget.lean