lean4-htt/src/Lean
2022-09-21 18:09:19 -07:00
..
Compiler feat: add baseExt environment extension for storing code generator results 2022-09-21 18:09:19 -07:00
Data chore: split Lean.Data.Name and NameMap 2022-09-15 14:02:38 -07:00
Elab feat: multiple delta (part 2) 2022-09-21 18:04:31 -07:00
Linter chore: rename insertAt to insertAt! 2022-09-19 13:49:20 -07:00
Meta feat: injections with names 2022-09-20 17:36:35 -07:00
Parser feat: use colEq in sepByIndent 2022-09-19 12:44:43 -07:00
ParserCompiler chore: throwError! => throwError, throwErrorAt! => throwErrorAt 2021-03-11 11:59:45 -08:00
PrettyPrinter chore: remove getElem' delab 2022-09-21 06:21:00 -07:00
Server fix: put Lean.Server.FileWorker.WidgetRequests back 2022-09-15 19:02:12 -07:00
Util feat: universe level parameter helper functions for the compiler 2022-09-17 16:29:44 -07:00
Widget chore: import reductions 2022-09-15 14:02:38 -07:00
Attributes.lean chore: cleanup 2022-09-21 18:09:19 -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 feat: add withAtLeastMaxRecDepth 2022-09-19 22:04: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 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 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: reintroduced 'important' let paragraph 2022-09-21 07:36:25 -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: import reductions 2022-09-15 14:02:38 -07:00
LazyInitExtension.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
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 feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
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 feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
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 chore: import reductions 2022-09-15 14:02:38 -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 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 chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -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