lean4-htt/src/Lean
Scott Morrison fdc64def1b
feat: upstream 'Try this:' widgets (#3266)
There is a test file in Std that should later be reunited with this
code.

---------

Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
2024-02-13 21:58:36 +00:00
..
Compiler perf: LLVM backend, put all allocas in the first BB to enable mem2reg (#3244) 2024-02-13 14:54:40 +00:00
Data feat: upstream some Syntax/Position helper functions used in code actions in Std (#3260) 2024-02-09 10:50:19 +00:00
Elab fix: #eval command was leaking auxiliary declarations into the environment (#3323) 2024-02-13 21:44:52 +00:00
Linter feat: simproc sets 2024-02-01 16:58:54 +11:00
Meta feat: upstream 'Try this:' widgets (#3266) 2024-02-13 21:58:36 +00:00
Parser chore: add unsafe term builtin parser 2024-02-09 18:23:46 +11:00
ParserCompiler feat: hovers & name resolution in registerCombinatorAttribute 2022-10-23 09:30:38 +02:00
PrettyPrinter fix: extended coe notation and delaborator (#3295) 2024-02-10 04:58:28 +00:00
Server feat: add [builtin_code_action_provider] (#3289) 2024-02-09 11:51:40 +00:00
Util chore: cleanup and move unsafe term elaborator to BuiltinNotation 2024-02-09 18:23:46 +11:00
Widget feat: add [builtin_widget_module] (#3288) 2024-02-09 11:20:46 +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
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 refactor: termination_by changes in stdlib 2024-01-10 17:27:35 +01: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
Exception.lean doc: fix typos (#3236) 2024-02-01 19:03:58 +00:00
Expr.lean doc: fix typos (#3236) 2024-02-01 19:03:58 +00:00
HeadIndex.lean
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
KeyedDeclsAttribute.lean chore: use deriving Nonempty 2022-12-22 03:48:15 +01:00
LazyInitExtension.lean
Level.lean refactor: termination_by changes in stdlib 2024-01-10 17:27:35 +01:00
Linter.lean feat: add linter.deprecated option to silence deprecation warnings 2022-10-23 21:11:57 +02:00
LoadDynlib.lean
LocalContext.lean chore: upstream Std.Lean.LocalContext (#3275) 2024-02-08 07:43:25 +00: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 chore: upstream Std.Tactic.CoeExt to Lean.Elab.CoeExt (#3280) 2024-02-09 04:55:49 +00:00
MetavarContext.lean chore: upstream MetavarContext helpers (#3284) 2024-02-09 03:58:10 +00:00
Modifiers.lean feat: automatic extension names 2022-10-06 17:19:30 -07:00
MonadEnv.lean
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
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 feat: upstream some Syntax/Position helper functions used in code actions in Std (#3260) 2024-02-09 10:50:19 +00:00
ToExpr.lean feat: add builtin simproc support 2024-01-09 12:57:15 +01:00
Util.lean chore: cleanup and move unsafe term elaborator to BuiltinNotation 2024-02-09 18:23:46 +11:00
Widget.lean