lean4-htt/src/Lean
2022-08-21 16:41:18 -07:00
..
Compiler fix: use _mustInline in lambdas only 2022-08-21 16:41:18 -07:00
Data feat: Float ↔ Json 2022-08-16 08:01:23 -07:00
Elab fix: hygienic resolution of namespaces 2022-08-20 22:29:46 +02:00
Linter feat: add @[inheritDoc] attribute 2022-08-16 18:31:55 -07:00
Meta chore: remove trace leftovers 2022-08-21 11:42:50 -07:00
Parser fix: missing digits in scientific literal should be an error 2022-08-17 05:57:22 -07:00
ParserCompiler chore: throwError! => throwError, throwErrorAt! => throwErrorAt 2021-03-11 11:59:45 -08:00
PrettyPrinter chore: improve pp.analyze traces 2022-08-15 08:55:25 -07:00
Server feat: trace nodes with messages 2022-08-15 08:55:25 -07:00
Util doc: trace messages 2022-08-15 08:55:25 -07:00
Widget feat: use interactive goals in messages 2022-08-15 08:55:25 -07:00
Attributes.lean feat: add go-to-def for simple attributes 2022-07-31 16:36:54 +02:00
AuxRecursor.lean feat: add [elabAsElim] elaboration strategy 2022-07-28 20:08:29 -07:00
Class.lean chore: enforce naming convention 2022-08-01 09:58:11 -07:00
Compiler.lean feat: add stage1 extension for storing LCNF declarations 2022-08-14 10:59:36 -07:00
CoreM.lean refactor: move mkArrow to CoreM 2022-08-10 20:21:42 -07:00
Data.lean feat: add Lean.Rat for implementing decision procedures 2021-09-14 19:18:12 -07:00
Declaration.lean chore: remove unnecessary french quotes 2022-07-29 20:53:01 -07:00
DeclarationRange.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Deprecated.lean fix: use resolveGlobalConstNoOverloadWithInfo more 2022-08-13 18:20:55 -07:00
DocString.lean fix: findDocString? 2022-08-04 10:32:41 -07:00
Elab.lean feat: add @[inheritDoc] attribute 2022-08-16 18:31:55 -07:00
Environment.lean doc: some SimplePersistentEnvExtension methods 2022-08-15 12:09:00 -07:00
Eval.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Exception.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Expr.lean chore: remove redundant data form Expr.Data 2022-07-29 21:25:03 -07:00
HeadIndex.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Hygiene.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
ImportingFlag.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
InternalExceptionId.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
KeyedDeclsAttribute.lean feat: add go-to-def for simple attributes 2022-07-31 16:36:54 +02:00
LazyInitExtension.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Level.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Linter.lean feat: add missingDocs linter 2022-07-31 18:18:21 -07:00
LoadDynlib.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
LocalContext.lean feat: add LocalContext.replaceFVarId 2022-08-03 11:21:55 -07:00
Log.lean chore: remove obsolete trace functions 2022-08-15 08:55:25 -07:00
Message.lean feat: trace nodes with messages 2022-08-15 08:55:25 -07:00
Meta.lean feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
MetavarContext.lean chore: style 2022-07-30 21:29:12 -07:00
Modifiers.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
MonadEnv.lean feat: add LCNF missing cases 2022-08-06 20:23:29 -07:00
Parser.lean feat: add lineEq parser alias 2022-08-12 08:15:28 -07:00
ParserCompiler.lean doc: finish Init.Prelude docs 2022-08-09 14:25:44 -07:00
PrettyPrinter.lean feat: trace nodes with messages 2022-08-15 08:55:25 -07:00
ProjFns.lean chore: doc strings for ProjFns.lean 2022-08-02 15:58:56 -07:00
ReducibilityAttrs.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
ResolveName.lean fix: hygienic resolution of namespaces 2022-08-20 22:29:46 +02:00
Runtime.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
ScopedEnvExtension.lean chore: remove unnecessary french quotes 2022-07-29 20:53:01 -07:00
Server.lean refactor: shuffle classes to avoid dependency loops 2021-08-01 09:58:44 +02:00
Structure.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
SubExpr.lean refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
Syntax.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
ToExpr.lean feat: add LCNF missing cases 2022-08-06 20:23:29 -07:00
Util.lean feat: add HasConstCache 2022-03-15 08:39:48 -07:00
Widget.lean feat: user widgets 2022-07-25 08:01:27 -07:00