| .. |
|
Compiler
|
chore: add comment for previous fix
|
2021-12-15 20:10:48 +01:00 |
|
Data
|
feat: implement bool operator==(data_value const & a, data_value const & b) using Lean autogenerated code
|
2021-12-16 16:37:47 -08:00 |
|
Elab
|
chore: typos
|
2021-12-23 10:14:39 +01:00 |
|
Meta
|
chore: typos
|
2021-12-23 10:14:39 +01:00 |
|
Parser
|
fix: spacing in suffices...by
|
2021-12-23 13:56:22 +01:00 |
|
ParserCompiler
|
|
|
|
PrettyPrinter
|
feat: add ppRealFill and ppRealGroup combinators
|
2021-12-15 11:42:38 +00:00 |
|
Server
|
feat: show universe args on hover
|
2021-12-20 10:51:44 +01:00 |
|
Util
|
feat: eta for structures at recursors
|
2021-11-25 11:31:00 -08:00 |
|
Widget
|
fix: widgets: do not highlight entire expression in popup
|
2021-12-21 21:54:51 +01: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: expose C & linker flags as API
|
2021-11-20 11:04:39 +01: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
|
feat: improve getCompletionKindForDecl
|
2021-12-15 12:57:09 -08:00 |
|
DeclarationRange.lean
|
feat: record declaration ranges of builtin parsers & elaborators
|
2021-11-26 17:13:19 +01:00 |
|
DocString.lean
|
feat: record doc strings of builtin parsers & elaborators
|
2021-11-26 17:13:19 +01:00 |
|
Elab.lean
|
feat: save syntax around recursive applications
|
2021-12-16 17:13:55 -08:00 |
|
Environment.lean
|
fix: builtin attribute initialization
|
2021-10-20 13:55:54 -07:00 |
|
Eval.lean
|
feat: use BaseIO more in Init.System.IO
|
2021-12-14 09:33:52 +01: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
|
|
|
|
KeyedDeclsAttribute.lean
|
feat: record doc strings of builtin parsers & elaborators
|
2021-11-26 17:13:19 +01:00 |
|
LazyInitExtension.lean
|
feat: add LazyInitExtension
|
2021-08-16 12:54:50 -07:00 |
|
Level.lean
|
feat: add ForIn instance for MVarIdMap
|
2021-12-09 06:48:06 -08:00 |
|
LoadDynlib.lean
|
feat: expose --load-dynlib functionality to Lean code
|
2021-12-15 08:26:48 +00:00 |
|
LocalContext.lean
|
feat: add LocalContext.foldrM
|
2021-12-02 17:19:30 -08:00 |
|
Message.lean
|
fix: do not hide trace messages on partial syntax
|
2021-12-10 14:19:19 -08:00 |
|
Meta.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
MetavarContext.lean
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|
Modifiers.lean
|
feat: private fields
|
2021-08-02 20:20:21 -07:00 |
|
MonadEnv.lean
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|
Parser.lean
|
refactor: remove redundancy from common register_parser_alias case
|
2021-09-20 13:20:23 +02:00 |
|
ParserCompiler.lean
|
refactor: auto-generate (builtin)Parenthesizer attribute
|
2021-11-30 15:34:54 +01:00 |
|
PrettyPrinter.lean
|
|
|
|
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
|
fix: completion for aliases
|
2021-12-10 12:14:11 -08:00 |
|
Runtime.lean
|
|
|
|
ScopedEnvExtension.lean
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|
Server.lean
|
refactor: shuffle classes to avoid dependency loops
|
2021-08-01 09:58:44 +02:00 |
|
Structure.lean
|
chore: use isStructureLike
|
2021-11-25 11:31:00 -08:00 |
|
Syntax.lean
|
chore: fix codebase
|
2021-12-10 13:12:09 -08: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 |