..
533.lean
test: make completion tests less dependent on core
2023-07-28 07:50:09 -07:00
533.lean.expected.out
test: make completion tests less dependent on core
2023-07-28 07:50:09 -07:00
863.lean
test: make completion tests less dependent on core
2023-07-28 07:50:09 -07:00
863.lean.expected.out
feat: auto-complete declaration names in arbitrary namespaces
2023-07-28 07:50:09 -07:00
1031.lean
fix: using invalid name generator at ContextInfo.runMetaM
2022-04-15 18:42:34 -07:00
1031.lean.expected.out
fix: using invalid name generator at ContextInfo.runMetaM
2022-04-15 18:42:34 -07:00
1265.lean
fix: fixes #1265
2022-06-29 12:41:14 -07:00
1265.lean.expected.out
feat: hygieneInfo parser (aka this 2.0)
2023-06-02 16:19:02 +02:00
1403.lean
fix: ignore syntax nodes with nullKind at hoverableInfoAt?
2022-08-01 12:18:36 -07:00
1403.lean.expected.out
feat: allow configuring occs in rw
2023-09-13 12:03:18 -07:00
1525.lean
fix: missing info tree on elab failure
2023-01-26 13:05:57 +01:00
1525.lean.expected.out
fix: missing info tree on elab failure
2023-01-26 13:05:57 +01:00
1659.lean
feat: auto-complete declaration names in arbitrary namespaces
2023-07-28 07:50:09 -07:00
1659.lean.expected.out
feat: auto-complete declaration names in arbitrary namespaces
2023-07-28 07:50:09 -07:00
amb.lean
amb.lean.expected.out
feat: signature pretty printer for hovers
2022-12-21 21:59:05 +01:00
anonHyp.lean
feat: remove space before propositions with inaccessible names
2022-04-07 07:54:50 -07:00
anonHyp.lean.expected.out
chore: fix tests
2022-10-11 17:24:35 -07:00
autoBoundIssue.lean
fix: remove hacky addAutoBoundImplicitsOld
2022-03-25 09:23:43 -07:00
autoBoundIssue.lean.expected.out
feat: do not hightlight auxiliary declarations used to compile recursive definitions as variables
2022-04-21 08:11:22 -07:00
catHover.lean
fix: add term info at trailing parsers
2022-07-27 18:10:46 -07:00
catHover.lean.expected.out
feat: show decl module in hover
2022-09-25 06:43:48 -07:00
codeaction.lean
fix: version numbers in code actions ( #2721 )
2023-10-24 22:55:47 +11:00
codeaction.lean.expected.out
feat: rename request handler ( #2462 )
2023-11-21 13:10:52 +01:00
compHeader.lean
fix: auto completion when autoBoundImplicit is active
2022-04-09 09:11:45 -07:00
compHeader.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completion.lean
completion.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completion2.lean
completion2.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completion3.lean
completion3.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completion4.lean
completion4.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completion5.lean
completion5.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completion6.lean
completion6.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completion7.lean
test: make completion tests less dependent on core
2023-07-28 07:50:09 -07:00
completion7.lean.expected.out
test: make completion tests less dependent on core
2023-07-28 07:50:09 -07:00
completionAtPrint.lean
feat: compleation at #print command
2021-12-15 13:13:39 -08:00
completionAtPrint.lean.expected.out
chore: fix tests
2022-07-18 23:18:59 -04:00
completionDocString.lean
completionDocString.lean.expected.out
fix: fix test
2022-09-19 13:49:20 -07:00
completionEOF.lean
completionEOF.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completionIStr.lean
completionIStr.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completionOption.lean
chore: register pretty printer trace classes
2022-10-19 14:51:07 +02:00
completionOption.lean.expected.out
chore: register pretty printer trace classes
2022-10-19 14:51:07 +02:00
completionPrefixIssue.lean
fix: always save completion info at resolveName
2022-04-10 08:00:03 -07:00
completionPrefixIssue.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
completionPrv.lean
completionPrv.lean.expected.out
fix: improve fuzzy-matching heuristics ( #1710 )
2022-10-14 16:17:14 +02:00
compNamespace.lean
feat: complete namespaces
2022-01-17 10:03:36 -08:00
compNamespace.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
definition.lean
fix: InfoTree was missing information for (pseudo) match patterns such as x + 1.
2022-04-23 12:08:59 -07:00
definition.lean.expected.out
fix: InfoTree was missing information for (pseudo) match patterns such as x + 1.
2022-04-23 12:08:59 -07:00
Diff.lean
feat: goal-diffs ( #1610 )
2022-09-24 11:46:11 +02:00
Diff.lean.expected.out
refactor: diffTag → diffStatus
2022-10-06 13:06:31 -07:00
discrsIssue.lean
fix: remove auxiliary discriminants before elaborating patterns
2022-04-05 19:37:56 -07:00
discrsIssue.lean.expected.out
feat: jump to definition for match pattern variables
2022-04-09 15:36:42 -07:00
dotIdCompletion.lean
feat: auto-completion for dotted identifier notation
2022-07-30 10:21:04 -07:00
dotIdCompletion.lean.expected.out
fix: improve fuzzy-matching heuristics ( #1710 )
2022-10-14 16:17:14 +02:00
editAfterError.lean
editAfterError.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
editCompletion.lean
editCompletion.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
expectedTypeAsGoal.lean
feat: do not use pp.inaccessibleNames = true at getInteractiveTermGoal
2022-06-02 16:22:43 -07:00
expectedTypeAsGoal.lean.expected.out
chore: fix tests
2022-10-11 17:24:35 -07:00
fieldCompletion.lean
feat: structure field auto-completion
2022-07-30 14:40:21 -07:00
fieldCompletion.lean.expected.out
feat: structure field auto-completion
2022-07-30 14:40:21 -07:00
foldingRange.lean
chore: use new comment syntax
2022-09-14 08:26:17 -07:00
foldingRange.lean.expected.out
chore: Clean up LSP folding a little
2022-03-07 17:23:35 +01:00
goalEOF.lean
goalEOF.lean.expected.out
goalIssue.lean
goalIssue.lean.expected.out
goTo.lean
feat: make go-to-definition on a typeclass projection application go to the instance(s) ( #1767 )
2023-01-19 09:10:01 +00:00
goTo.lean.expected.out
feat: make go-to-definition on a typeclass projection application go to the instance(s) ( #1767 )
2023-01-19 09:10:01 +00:00
goTo2.lean
feat: make go-to-definition on a typeclass projection application go to the instance(s) ( #1767 )
2023-01-19 09:10:01 +00:00
goTo2.lean.expected.out
feat: make go-to-definition on a typeclass projection application go to the instance(s) ( #1767 )
2023-01-19 09:10:01 +00:00
haveInfo.lean
haveInfo.lean.expected.out
fix: refine previous commit's heuristic
2022-04-29 16:16:09 +02:00
highlight.lean
fix: info at pattern variables
2022-05-17 06:28:59 -07:00
highlight.lean.expected.out
fix: references of variables with equal ranges
2022-07-13 10:35:37 +02:00
hover.lean
feat: hovers on open and export decls
2023-11-02 17:01:51 +01:00
hover.lean.expected.out
feat: hovers on open and export decls
2023-11-02 17:01:51 +01:00
hoverAt.lean
feat: make sure hover information does not include @ for constants
2022-04-07 18:40:04 -07:00
hoverAt.lean.expected.out
feat: signature pretty printer for hovers
2022-12-21 21:59:05 +01:00
hoverBinderUndescore.lean
fix: no hover info on _ at fun _ => ...
2022-07-29 14:53:02 -07:00
hoverBinderUndescore.lean.expected.out
doc: relocate doc strings from elab to syntax
2022-08-13 17:16:40 -07:00
hoverDot.lean
feat: show fully-qualified name in hover text
2021-11-21 15:23:21 +01:00
hoverDot.lean.expected.out
feat: signature pretty printer for hovers
2022-12-21 21:59:05 +01:00
hoverException.lean
chore: simplify option names
2022-02-08 12:23:24 -08:00
hoverException.lean.expected.out
feat: relax auto-implicit restrictions
2022-02-08 12:17:42 -08:00
infoIssues.lean
feat: annotate match tactic alternatives with expected state
2022-04-29 16:16:09 +02:00
infoIssues.lean.expected.out
fix: ensure messages associated with last exception are not lost at evalTactic
2022-07-22 12:05:29 -04:00
internalNamesIssue.lean
fix: hide internal namespaces from autocompletion
2022-02-03 13:33:27 -08:00
internalNamesIssue.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
inWordCompletion.lean
fix: in-word completion
2021-12-10 15:48:35 -08:00
inWordCompletion.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
jumpMutual.lean
fix: jump to definition inside recursive definitions was not working on VS Code
2022-04-06 14:27:49 -07:00
jumpMutual.lean.expected.out
fix: jump to definition inside recursive definitions was not working on VS Code
2022-04-06 14:27:49 -07:00
keywordCompletion.lean
test: make completion tests less dependent on core
2023-07-28 07:50:09 -07:00
keywordCompletion.lean.expected.out
test: make completion tests less dependent on core
2023-07-28 07:50:09 -07:00
lean3HoverIssue.lean
test: for Lean 3 hover issue reported on Zulip
2022-04-02 15:21:24 -07:00
lean3HoverIssue.lean.expected.out
chore: update domain
2023-09-20 15:13:27 -07:00
macroGoalIssue.lean
macroGoalIssue.lean.expected.out
match.lean
match.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
matchPatternHover.lean
fix: pattern hover information
2022-04-08 15:03:42 -07:00
matchPatternHover.lean.expected.out
fix: pattern hover information
2022-04-08 15:03:42 -07:00
matchStxCompletion.lean
matchStxCompletion.lean.expected.out
Revert "chore: fix tests"
2022-05-12 13:22:37 -07:00
partialNamespace.lean
partialNamespace.lean.expected.out
fix: handle multi namespace/section in foldingRange and documentSymbol ( #1680 )
2022-10-04 17:37:52 +00:00
plainGoal.lean
fix: report goals in induction with parse error
2023-11-20 09:15:27 +01:00
plainGoal.lean.expected.out
fix: report goals in induction with parse error
2023-11-20 09:15:27 +01:00
plainTermGoal.lean
feat: show term goal at end of term as well
2022-06-23 14:44:19 +02:00
plainTermGoal.lean.expected.out
feat: finer-grained term infos for do blocks
2022-07-26 15:47:37 -07:00
rename.lean
feat: rename request handler ( #2462 )
2023-11-21 13:10:52 +01:00
rename.lean.expected.out
feat: rename request handler ( #2462 )
2023-11-21 13:10:52 +01:00
run.lean
feat: CodeActionProvider
2022-10-20 11:20:42 -07:00
stdOutput.lean
stdOutput.lean.expected.out
test_single.sh
fix: unused variables linter review comments
2022-06-03 13:03:52 +02:00
unterminatedDocComment.lean
unterminatedDocComment.lean.expected.out
userWidget.lean
fix: widgets are now defined using a UserWidgetDefinition
2022-07-25 08:01:27 -07:00
userWidget.lean.expected.out
chore: fix tests after hash change
2022-12-01 20:18:14 -08:00