lean4-htt/src/Lean
2024-01-09 12:57:15 +01:00
..
Compiler feat: encode let_fun using a letFun function (#2973) 2023-12-18 09:01:42 +00:00
Data feat: let get_elem_tactic_trivial handle [a]'h.2 (#3132) 2024-01-08 16:23:09 +00:00
Elab fix: trace used builtin simprocs even if they are not in the environment 2024-01-09 12:57:15 +01:00
Linter perf: improve avoidance of repeated Expr visits in unused variables linter (#3076) 2023-12-18 15:56:58 +00:00
Meta chore: use mathlib naming convention 2024-01-09 12:57:15 +01:00
Parser feat: Rust-style raw string literals (#2929) 2023-12-20 16:53:08 +00:00
ParserCompiler feat: hovers & name resolution in registerCombinatorAttribute 2022-10-23 09:30:38 +02:00
PrettyPrinter feat: delaborate have inside do blocks (#3116) 2024-01-02 09:36:39 +00:00
Server feat: bundle of widget improvements (#2964) 2023-12-21 06:24:33 +00:00
Util doc: fix typos (#3114) 2023-12-23 18:55:48 +00:00
Widget chore: remove workaround in widgets (#3105) 2023-12-22 14:52:53 +00:00
Attributes.lean feat: bundle of widget improvements (#2964) 2023-12-21 06:24:33 +00:00
AuxRecursor.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Class.lean fix: fixes #1901 2022-12-01 08:39:06 -08:00
Compiler.lean refactor: new LCNF frontend 2022-08-24 11:40:37 -07:00
CoreM.lean chore: default compiler.enableNew to false until development restarts (#3034) 2023-12-21 07:48:25 +00:00
Data.lean feat: allow configuring occs in rw 2023-09-13 12:03:18 -07:00
Declaration.lean feat: replay constants into an Environment (#2617) 2023-10-11 14:08:03 +11:00
DeclarationRange.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
DocString.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Elab.lean perf: add parseImports' 2022-11-09 14:50:11 -08:00
Environment.lean perf: leak environments not freed before process exit 2023-11-14 17:33:04 +01:00
Eval.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Exception.lean fix: spacing and indentation fixes 2023-05-28 18:48:36 -07:00
Expr.lean chore: address feedback 2024-01-09 12:57:15 +01:00
HeadIndex.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Hygiene.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
ImportingFlag.lean doc: fix docstring typos (#2605) 2023-09-30 07:51:35 -04:00
InternalExceptionId.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
KeyedDeclsAttribute.lean chore: use deriving Nonempty 2022-12-22 03:48:15 +01:00
LazyInitExtension.lean
Level.lean feat: add an OfNat instance for Level (#2880) 2023-11-20 09:14:16 +01:00
Linter.lean feat: add linter.deprecated option to silence deprecation warnings 2022-10-23 21:11:57 +02:00
LoadDynlib.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
LocalContext.lean fix: FFI signature mismatches 2023-08-18 19:34:21 +02:00
Log.lean refactor: consolidate MessageData constructors into lazy formatting with infos 2022-12-07 19:16:25 +01:00
Message.lean feat: translate interrupted kernel exception 2023-10-26 08:33:09 +02:00
Meta.lean feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
MetavarContext.lean doc: fix MetavarContext markdown (#3026) 2023-12-06 08:15:45 +00:00
Modifiers.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
MonadEnv.lean refactor: move compileDecl, compileDecls, and addDecl to CoreM 2022-09-21 18:09:19 -07:00
Parser.lean feat: hygieneInfo parser (aka this 2.0) 2023-06-02 16:19:02 +02:00
ParserCompiler.lean chore: generalize parser kind detection 2022-11-14 12:53:18 +01:00
PrettyPrinter.lean feat: signature pretty printer for hovers 2022-12-21 21:59:05 +01:00
ProjFns.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
ReducibilityAttrs.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
Replay.lean feat: replay constants into an Environment (#2617) 2023-10-11 14:08:03 +11:00
ResolveName.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Runtime.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
ScopedEnvExtension.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Server.lean feat: CodeActionProvider 2022-10-20 11:20:42 -07:00
Structure.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
SubExpr.lean doc: fix typos/indentation (#3085) 2023-12-17 18:41:46 +00:00
Syntax.lean fix: basic ident fallback in identComponents 2023-06-22 09:50:24 +01:00
ToExpr.lean feat: add builtin simproc support 2024-01-09 12:57:15 +01:00
Util.lean feat: test_extern command (#2970) 2023-12-12 23:33:05 +00:00
Widget.lean feat: user widgets 2022-07-25 08:01:27 -07:00