| .. |
|
Compiler
|
fix: quoteString at EmitC.lean
|
2021-10-11 06:16:56 -07:00 |
|
Data
|
feat: add range parameter to getInteractiveDiagnostics
|
2021-10-11 22:59:47 +02:00 |
|
Elab
|
fix: use withSynthesize at elabStructInstance
|
2021-11-15 16:45:26 -08:00 |
|
Meta
|
fix: bug at Offset.lean
|
2021-11-08 18:27:25 -08:00 |
|
Parser
|
feat: add variant of binrel%
|
2021-11-09 06:51:54 -08:00 |
|
ParserCompiler
|
chore: throwError! => throwError, throwErrorAt! => throwErrorAt
|
2021-03-11 11:59:45 -08:00 |
|
PrettyPrinter
|
fix: show correct popup for a + b
|
2021-10-26 20:19:27 +02:00 |
|
Server
|
refactor: remove double exception layer in RequestM
|
2021-11-09 16:58:13 +01:00 |
|
Util
|
fix: use eraseMacroScopes on trace classes
|
2021-10-08 11:13:19 -07:00 |
|
Widget
|
fix: widget messages
|
2021-10-17 10:01:23 +02:00 |
|
Attributes.lean
|
fix: builtin attribute initialization
|
2021-10-20 13:55:54 -07:00 |
|
AuxRecursor.lean
|
chore: add mkBelowName
|
2021-09-18 18:37:29 -07:00 |
|
Class.lean
|
refactor: avoid Name, MVarId, and FVarId confusion
|
2021-09-07 19:06:50 -07:00 |
|
Compiler.lean
|
feat: add basic support for csimp
|
2021-08-21 11:58:51 -07:00 |
|
CoreM.lean
|
feat: generalize IO task functions to BaseIO := EIO Empty (#744)
|
2021-11-04 15:37:55 -07:00 |
|
Data.lean
|
feat: add Lean.Rat for implementing decision procedures
|
2021-09-14 19:18:12 -07:00 |
|
Declaration.lean
|
chore: use isDefEq heuristic on regular definitions only
|
2021-07-26 07:11:55 -07:00 |
|
DeclarationRange.lean
|
fix: UTF-16 strikes again
|
2021-01-19 13:22:13 -08:00 |
|
DocString.lean
|
chore: modify findDocString?
|
2021-09-21 17:29:40 -07:00 |
|
Elab.lean
|
feat: add aux_def command
|
2021-10-26 20:19:27 +02:00 |
|
Environment.lean
|
fix: builtin attribute initialization
|
2021-10-20 13:55:54 -07:00 |
|
Eval.lean
|
chore: update structure, class, inductive
|
2020-11-27 15:09:30 -08:00 |
|
Exception.lean
|
chore: remove HashableUSize
|
2021-06-02 09:58:46 -07:00 |
|
Expr.lean
|
refactor: move inaccessible? to Expr.lean
|
2021-10-20 15:54:18 -07:00 |
|
HeadIndex.lean
|
fix: toHeadIndex
|
2021-10-22 14:54:01 -07:00 |
|
Hygiene.lean
|
feat: add info field to Syntax.node
|
2021-10-26 20:19:27 +02:00 |
|
ImportingFlag.lean
|
feat: add flag for controlling the execution of initialize commands when importing modules programmatically
|
2021-08-16 17:43:28 -07:00 |
|
InternalExceptionId.lean
|
chore: use deriving BEq
|
2020-12-22 18:10:20 -08:00 |
|
KeyedDeclsAttribute.lean
|
feat: add support for erasing keyed attributes
|
2021-09-09 14:28:41 -07:00 |
|
LazyInitExtension.lean
|
feat: add LazyInitExtension
|
2021-08-16 12:54:50 -07:00 |
|
Level.lean
|
refactor: avoid Name, MVarId, and FVarId confusion
|
2021-09-07 19:06:50 -07:00 |
|
LocalContext.lean
|
chore: fix codebase and tests
|
2021-06-29 17:14:52 -07:00 |
|
Message.lean
|
doc: add review comments
|
2021-08-24 08:57:41 -07:00 |
|
Meta.lean
|
feat: equation theorem manager
|
2021-09-17 14:20:28 -07:00 |
|
MetavarContext.lean
|
feat: add mapping from mvar user name to MVarId
|
2021-10-02 15:26:44 -07:00 |
|
Modifiers.lean
|
feat: private fields
|
2021-08-02 20:20:21 -07:00 |
|
MonadEnv.lean
|
fix: propositions should never be considered enum types
|
2021-11-04 15:27:15 -07:00 |
|
Parser.lean
|
refactor: remove redundancy from common register_parser_alias case
|
2021-09-20 13:20:23 +02:00 |
|
ParserCompiler.lean
|
feat: add info field to Syntax.node
|
2021-10-26 20:19:27 +02:00 |
|
PrettyPrinter.lean
|
fix: accidental free variable id reuse in the pretty printer
|
2021-05-26 16:20:50 -07:00 |
|
ProjFns.lean
|
chore: naming convention and cleanup
|
2021-08-05 16:23:21 -07:00 |
|
ReducibilityAttrs.lean
|
chore: style
|
2021-06-21 10:17:26 -07:00 |
|
ResolveName.lean
|
chore: log errors at identifier
|
2021-08-24 08:57:41 -07:00 |
|
Runtime.lean
|
chore: cleanup
|
2020-10-28 09:33:19 -07:00 |
|
ScopedEnvExtension.lean
|
fix: missing pushScope and popScope
|
2021-03-16 16:42:45 -07:00 |
|
Server.lean
|
refactor: shuffle classes to avoid dependency loops
|
2021-08-01 09:58:44 +02:00 |
|
Structure.lean
|
feat: save binderInfo and inferMod ad registerStructure
|
2021-08-09 19:01:08 -07:00 |
|
Syntax.lean
|
feat: add info field to Syntax.node
|
2021-10-26 20:19:27 +02:00 |
|
ToExpr.lean
|
chore: remove ToExpr Expr
|
2021-08-14 06:16:46 -07:00 |
|
Util.lean
|
refactor: use JSON to communicate between server & package manager
|
2021-10-08 11:28:04 +02:00 |
|
Widget.lean
|
refactor: consistent naming of widget modules
|
2021-08-24 08:57:41 -07:00 |