lean4-htt/src/Lean
Leonardo de Moura 73d5e12ac5 fix: baseExt must not use SimplePersistentEnvExtension
We invoke `Decl.saveBase` more than once when we update a declaration.
2022-09-26 08:15:47 -07:00
..
Compiler fix: baseExt must not use SimplePersistentEnvExtension 2022-09-26 08:15:47 -07:00
Data chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Elab chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Linter chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Meta chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Parser chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
ParserCompiler chore: throwError! => throwError, throwErrorAt! => throwErrorAt 2021-03-11 11:59:45 -08:00
PrettyPrinter chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Server chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Util chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Widget chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Attributes.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07: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 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 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 chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Elab.lean feat: add @[inheritDoc] attribute 2022-08-16 18:31:55 -07:00
Environment.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Eval.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Exception.lean chore: use new comment syntax 2022-09-14 08:26:17 -07:00
Expr.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -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 chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
LazyInitExtension.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Level.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -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 chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Log.lean chore: remove obsolete trace functions 2022-08-15 08:55:25 -07:00
Message.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Meta.lean feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
MetavarContext.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -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 chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -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 feat: add tactic.simp.trace option 2022-09-25 06:40:56 -07:00
Runtime.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
ScopedEnvExtension.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Server.lean refactor: shuffle classes to avoid dependency loops 2021-08-01 09:58:44 +02:00
Structure.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
SubExpr.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07: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 feat: user widgets 2022-07-25 08:01:27 -07:00