..
533.lean
533.lean.expected.out
863.lean
863.lean.expected.out
1018unknowMVarIssue.lean
1018unknowMVarIssue.lean.expected.out
1031.lean
1031.lean.expected.out
1265.lean
1265.lean.expected.out
1403.lean
1403.lean.expected.out
1525.lean
1525.lean.expected.out
1659.lean
1659.lean.expected.out
2058.lean
2058.lean.expected.out
feat: improve infer binder type failure message and range ( #8263 )
2025-07-14 20:19:11 +00:00
2881.lean
fix: erroneous "no goals" in empty tactic list in induction/cases and other tactic info improvements ( #9553 )
2025-07-26 23:15:31 +00:00
2881.lean.expected.out
fix: erroneous "no goals" in empty tactic list in induction/cases and other tactic info improvements ( #9553 )
2025-07-26 23:15:31 +00:00
4078.lean
4078.lean.expected.out
4880.lean
fix: ensure autoparam errors have correct positions ( #4926 )
2024-08-06 22:27:51 +00:00
4880.lean.expected.out
chore: use note and hint' for message addenda ( #8980 )
2025-06-27 15:16:01 +00:00
5659.lean
5659.lean.expected.out
refactor: update built-in tactic error messages ( #9633 )
2025-07-31 14:16:57 +00:00
6594.lean
fix: incremental goal state requests select incomplete snapshot ( #6887 )
2025-02-14 11:53:24 +00:00
6594.lean.expected.out
amb.lean
amb.lean.expected.out
anonHyp.lean
anonHyp.lean.expected.out
autoBoundIssue.lean
autoBoundIssue.lean.expected.out
feat: use the metavariable index when pretty printing ( #9778 )
2025-08-07 15:58:51 +00:00
builtinCodeactions.lean
builtinCodeactions.lean.expected.out
cancellation.lean
cancellation.lean.expected.out
catHover.lean
catHover.lean.expected.out
codeaction.lean
codeaction.lean.expected.out
compHeader.lean
compHeader.lean.expected.out
completion.lean
completion.lean.expected.out
completion2.lean
completion2.lean.expected.out
completion3.lean
completion3.lean.expected.out
completion4.lean
completion4.lean.expected.out
completion5.lean
completion5.lean.expected.out
completion6.lean
completion6.lean.expected.out
feat: faster auto-completion ( #7134 )
2025-02-19 10:05:18 +00:00
completion7.lean
completion7.lean.expected.out
completionAtPrint.lean
completionAtPrint.lean.expected.out
completionBracketedDot.lean
completionBracketedDot.lean.expected.out
completionCheck.lean
completionCheck.lean.expected.out
completionDanglingDot.lean
fix: don't issue atomic id completions when there is a dangling dot ( #5837 )
2024-11-19 12:23:41 +00:00
completionDanglingDot.lean.expected.out
completionDeprecation.lean
completionDeprecation.lean.expected.out
completionEOF.lean
completionEOF.lean.expected.out
completionFallback.lean
completionFallback.lean.expected.out
completionFromExpectedType.lean
completionFromExpectedType.lean.expected.out
completionIStr.lean
completionIStr.lean.expected.out
completionOpenNamespaces.lean
completionOpenNamespaces.lean.expected.out
completionOption.lean
chore: register pretty printer trace classes
2022-10-19 14:51:07 +02:00
completionOption.lean.expected.out
completionPrefixIssue.lean
completionPrefixIssue.lean.expected.out
completionPrivateTypes.lean
completionPrivateTypes.lean.expected.out
completionPrv.lean
completionPrv.lean.expected.out
completionStructureInstance.lean
completionStructureInstance.lean.expected.out
completionTactics.lean
completionTactics.lean.expected.out
compNamespace.lean
compNamespace.lean.expected.out
definition.lean
definition.lean.expected.out
feat: improved go to definition ( #9040 )
2025-07-21 15:47:44 +00:00
Diff.lean
Diff.lean.expected.out
discrsIssue.lean
discrsIssue.lean.expected.out
docstringLinksExamples.lean
docstringLinksExamples.lean.expected.out
dotIdCompletion.lean
dotIdCompletion.lean.expected.out
dottedIdentNotation.lean
chore: revert reversion ( #9672 )
2025-08-01 20:16:55 +00:00
dottedIdentNotation.lean.expected.out
chore: revert reversion ( #9672 )
2025-08-01 20:16:55 +00:00
editAfterError.lean
editAfterError.lean.expected.out
feat: update and explain "unknown constant" and "failed to infer type" errors ( #9423 )
2025-07-18 19:20:31 +00:00
editCompletion.lean
editCompletion.lean.expected.out
errorExplanationInteractive.lean
feat: add initial error explanations ( #8934 )
2025-06-23 17:24:09 +00:00
errorExplanationInteractive.lean.expected.out
feat: add initial error explanations ( #8934 )
2025-06-23 17:24:09 +00:00
expectedTypeAsGoal.lean
expectedTypeAsGoal.lean.expected.out
explicitAppInstHole.lean
explicitAppInstHole.lean.expected.out
foldingRange.lean
foldingRange.lean.expected.out
ghostGoals.lean
ghostGoals.lean.expected.out
goalEOF.lean
goalEOF.lean.expected.out
goalIssue.lean
goalIssue.lean.expected.out
goalsAccomplished.lean
goalsAccomplished.lean.expected.out
goTo.lean
feat: improved go to definition ( #9040 )
2025-07-21 15:47:44 +00:00
goTo.lean.expected.out
feat: improved go to definition ( #9040 )
2025-07-21 15:47:44 +00:00
goTo2.lean
feat: improved go to definition ( #9040 )
2025-07-21 15:47:44 +00:00
goTo2.lean.expected.out
feat: improved go to definition ( #9040 )
2025-07-21 15:47:44 +00:00
haveInfo.lean
haveInfo.lean.expected.out
highlight.lean
highlight.lean.expected.out
hover.lean
hover.lean.expected.out
fix: make zero/succ hoverable in induction/cases ( #9571 )
2025-07-26 22:31:53 +00:00
hoverAt.lean
hoverAt.lean.expected.out
hoverBinderUndescore.lean
fix: no hover info on _ at fun _ => ...
2022-07-29 14:53:02 -07:00
hoverBinderUndescore.lean.expected.out
hoverDot.lean
hoverDot.lean.expected.out
chore: normalize URLs to the language reference in test results ( #7782 )
2025-04-02 06:17:31 +00:00
hoverException.lean
hoverException.lean.expected.out
hoverTacticExt.lean
hoverTacticExt.lean.expected.out
incrementalCombinator.lean
fix: update Parser.Term.letIdDeclNoBinders to use new letIdDecl format ( #8929 )
2025-06-22 19:28:46 +00:00
incrementalCombinator.lean.expected.out
fix: update Parser.Term.letIdDeclNoBinders to use new letIdDecl format ( #8929 )
2025-06-22 19:28:46 +00:00
incrementalCommand.lean
incrementalCommand.lean.expected.out
feat: improve split error messages ( #9424 )
2025-07-18 22:36:10 +00:00
incrementalInduction.lean
fix: make sure "dependent elimination failed" error is on cases ( #9551 )
2025-07-25 19:02:42 +00:00
incrementalInduction.lean.expected.out
refactor: update built-in tactic error messages ( #9633 )
2025-07-31 14:16:57 +00:00
incrementalMutual.lean
incrementalMutual.lean.expected.out
feat: update and explain "unknown constant" and "failed to infer type" errors ( #9423 )
2025-07-18 19:20:31 +00:00
incrementalTactic.lean
incrementalTactic.lean.expected.out
refactor: update built-in tactic error messages ( #9633 )
2025-07-31 14:16:57 +00:00
infoIssues.lean
infoIssues.lean.expected.out
internalNamesIssue.lean
internalNamesIssue.lean.expected.out
inWordCompletion.lean
inWordCompletion.lean.expected.out
isRflParallel.lean
chore: fix spelling mistakes ( #8711 )
2025-06-10 20:24:28 +00:00
isRflParallel.lean.expected.out
feat: explicit defeq attribute ( #8419 )
2025-06-06 18:40:06 +00:00
issue4527.lean
issue4527.lean.expected.out
issue5021.lean
issue5021.lean.expected.out
issue5597.lean
issue5597.lean.expected.out
jumpMutual.lean
jumpMutual.lean.expected.out
feat: improved go to definition ( #9040 )
2025-07-21 15:47:44 +00:00
keywordCompletion.lean
keywordCompletion.lean.expected.out
lean3HoverIssue.lean
lean3HoverIssue.lean.expected.out
macroGoalIssue.lean
macroGoalIssue.lean.expected.out
match.lean
match.lean.expected.out
matchPatternHover.lean
fix: pattern hover information
2022-04-08 15:03:42 -07:00
matchPatternHover.lean.expected.out
matchStxCompletion.lean
matchStxCompletion.lean.expected.out
partialNamespace.lean
partialNamespace.lean.expected.out
plainGoal.lean
plainGoal.lean.expected.out
fix: erroneous "no goals" in empty tactic list in induction/cases and other tactic info improvements ( #9553 )
2025-07-26 23:15:31 +00:00
plainTermGoal.lean
plainTermGoal.lean.expected.out
ppShowLetValues.lean
ppShowLetValues.lean.expected.out
rename.lean
rename.lean.expected.out
run.lean
rwElabConst.lean
rwElabConst.lean.expected.out
signatureHelp.lean
fix: wrong signature help after map/filter/etc ( #8655 )
2025-06-06 13:07:01 +00:00
signatureHelp.lean.expected.out
fix: wrong signature help after map/filter/etc ( #8655 )
2025-06-06 13:07:01 +00:00
stdOutput.lean
stdOutput.lean.expected.out
strInterpSynthError.lean
fix: improve precision of synthesis failure spans in interpolated strings ( #9004 )
2025-06-27 01:47:32 +00:00
strInterpSynthError.lean.expected.out
chore: use note and hint' for message addenda ( #8980 )
2025-06-27 15:16:01 +00:00
structInstFieldHints.lean
feat: allow custom preview spans in hint suggestions ( #9555 )
2025-07-26 00:04:28 +00:00
structInstFieldHints.lean.expected.out
feat: allow custom preview spans in hint suggestions ( #9555 )
2025-07-26 00:04:28 +00:00
structNameParentProj.lean
structNameParentProj.lean.expected.out
tacticInduction.lean
fix: erroneous "no goals" in empty tactic list in induction/cases and other tactic info improvements ( #9553 )
2025-07-26 23:15:31 +00:00
tacticInduction.lean.expected.out
fix: erroneous "no goals" in empty tactic list in induction/cases and other tactic info improvements ( #9553 )
2025-07-26 23:15:31 +00:00
terminationBySuggestion.lean
terminationBySuggestion.lean.expected.out
test_single.sh
travellingCompletions.lean
travellingCompletions.lean.expected.out
unterminatedDocComment.lean
unterminatedDocComment.lean.expected.out
userWidget.lean
feat: bundle of widget improvements ( #2964 )
2023-12-21 06:24:33 +00:00
userWidget.lean.expected.out