aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/cache
AgeCommit message (Expand)Author
2022-01-14internal/lsp/cache: fix check for excluded paths in locateTemplateFilesRobert Findley
2022-01-13internal/lsp/cache: avoid panic in mod diags with redundant requiresRobert Findley
2022-01-13internal/lsp: find templates based on file kindRobert Findley
2022-01-13internal/lsp: honor the file kind provided by clients for overlaysRobert Findley
2022-01-13internal/template: identify template files by the templateExtensions optionpjw
2022-01-04x/tools: improving the error message for check fact typeye.sijun
2021-12-02internal/memoize: do not allow (*Generation).Acquire to failBryan C. Mills
2021-11-30internal/memoize: record the caller of DestroyBryan C. Mills
2021-11-23gopls: template suffix flags and documentationPeter Weinberger
2021-11-19internal/lsp/cache: fix resolution of the go directive in multi-moduleRobert Findley
2021-11-10internal/lsp: enable template processing and add templateFiles optionpjw
2021-11-05internal/lsp/cache: don't offset invalid positionsRobert Findley
2021-10-30/internal/lsp/source: apply directory filters to workspace symbolsPeter Weinberger
2021-10-19internal/lsp: don't add multiple views for the same folderRebecca Stambler
2021-10-19internal/lsp: fix data race in Templates codeRebecca Stambler
2021-10-14internal/lsp/cache: fix incorrect detection of useless codeRobert Findley
2021-10-12internal/lsp: use source.Offset instead of tok.OffsetRebecca Stambler
2021-10-04internal/lsp: handle nil pointer in fixInitStmtRebecca Stambler
2021-09-29internal/lsp: support go.work outside of experimentalRebecca Stambler
2021-09-22internal/lsp/cache: keep going on failed analyzersRobert Findley
2021-09-21internal/typeparams: update to the new Instances APIRobert Findley
2021-09-08internal/lsp/source: consider test variants when finding pkg from posRobert Findley
2021-08-17internal/lsp/cache: fix flakiness of load progress reportsRebecca Stambler
2021-08-15internal/lsp: export and move some objects related to metadataRob Findley
2021-08-13internal/lsp: add support for go.work files in file watchingRebecca Stambler
2021-08-12internal/lsp: allow for multiple ad-hoc packages in the workspaceRebecca Stambler
2021-08-09internal/lsp: precompute workspace symbolsRob Findley
2021-08-06internal/lsp/cache: parse files with ParseFull mode to check if metadata relo...Shoshin Nikita
2021-08-03internal/lsp/cache: clarify an error message about mismatching casingRob Findley
2021-08-02internal/lsp: handle invalid positions in semantic token debug logicRebecca Stambler
2021-08-02internal/lsp: remove duplicated loop that copies IDsRebecca Stambler
2021-07-26internal/lsp: in degraded mode, limit the workspace to active packagesRob Findley
2021-07-21internal/lsp: handle panic in fix ASTRebecca Stambler
2021-07-13internal/lsp: improve package search in a couple placesRob Findley
2021-07-08internal/lsp/cache: don't report a context error if load succeededRob Findley
2021-07-08internal/lsp/cache: fix raciness of updating the view workspaceRob Findley
2021-07-08internal/lsp/cache: be consistent about using snapshot.FileSetRob Findley
2021-07-08internal/lsp: add a setting to batch didChangeWatchedFile notificationsRob Findley
2021-07-08internal/lsp/cache: invalidate packages in setMetadataRob Findley
2021-06-29internal/lsp/cache: treat load timeouts as critical errorsRebecca Stambler
2021-06-25internal/lsp/cache: fix missing pkg error on WindowsRob Findley
2021-06-24internal/lsp: start parsing go.work file like gopls.mod fileRebecca Stambler
2021-06-24internal/lsp/cache: fix loading of std and cmdRob Findley
2021-06-22internal/lsp/source: add inferred types to generic function hoverRob Findley
2021-06-16internal/lsp: only reload invalid metadata when necessaryRebecca Stambler
2021-06-16internal/lsp: move the progress tracker to the sessionRebecca Stambler
2021-06-16internal/lsp/cache: don't delete metadata until it's reloadedRebecca Stambler
2021-06-11internal/lsp: exclude the module cache from the workspaceRebecca Stambler
2021-06-10internal/lsp/cache: invalidate broken packages when imports are deletedRob Findley
2021-06-04internal/lsp: memoize allKnownSubdirs instead of recomputingRebecca Stambler