aboutsummaryrefslogtreecommitdiff
path: root/gopls
AgeCommit message (Expand)Author
2021-07-09internal/lsp/regtest: fix a panic TestResolveImportCycleRob Findley
2021-07-08internal/lsp/cache: don't report a context error if load succeededRob Findley
2021-07-08internal/lsp/regtest: allow for unsent diagnostics in TestResolveImportCycleRob Findley
2021-07-08internal/lsp/source: move diagnosticsDelay out of experimentalRob Findley
2021-07-08internal/lsp: add a setting to batch didChangeWatchedFile notificationsRob Findley
2021-07-08internal/lsp/cache: invalidate packages in setMetadataRob Findley
2021-07-08gopls/doc: Document how gopls generates semantic tokens.pjw
2021-06-25tools/gopls: small fixes to contributing.mdJean de Klerk
2021-06-24internal/lsp: start parsing go.work file like gopls.mod fileRebecca Stambler
2021-06-23gopls/doc: include instructions for compiling generic codeRob Findley
2021-06-22gopls/doc: add instructions for working with generic codeRob Findley
2021-06-16internal/lsp: only reload invalid metadata when necessaryRebecca Stambler
2021-06-16gopls/internal/regtest: skip the flaky TestResolveImportCycleRob Findley
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-11internal/lsp/command: minor clean-up of StartDebugging descriptionRob Findley
2021-06-11internal/lsp/command: add missing doc and support for result parametersRob Findley
2021-06-10internal/lsp/cache: invalidate broken packages when imports are deletedRob Findley
2021-06-09lsp/completion: reorganize how we track candidate type modsMuir Manders
2021-06-04internal/lsp: memoize allKnownSubdirs instead of recomputingRebecca Stambler
2021-06-03gopls/internal/regtest: clean up TestFillReturnsPanicRebecca Stambler
2021-06-02Revert "internal/lsp/cache: don't delete metadata until it's reloaded"Rebecca Stambler
2021-06-02Revert "internal/lsp: enable semantic tokens by default"Rebecca Stambler
2021-05-27internal/lsp: enable semantic tokens by defaultRebecca Stambler
2021-05-25gopls/internal/regtest: skip TestDeleteModule_InterdependentRob Findley
2021-05-25gopls/internal/hooks: add Staticcheck's quickfix category of checksDominik Honnef
2021-05-25gopls: propagate Staticcheck's diagnostic severitiesDominik Honnef
2021-05-25gopls/internal/hooks: update for Staticcheck 2021.1Dominik Honnef
2021-05-23internal/lsp: add list_known_packages and add_import commandsMarwan Sulaiman
2021-05-19internal/lsp/cache: don't delete metadata until it's reloadedRebecca Stambler
2021-05-18internal/lsp/source: re-parse if needed when collecting identifier infoRob Findley
2021-05-13gopls/internal/regtest: add a failing regtest for vscode-go#1489Rob Findley
2021-05-12internal/lsp: get file URI from beginFileRequest in SemanticTokensRob Findley
2021-05-11all: update all dependencies except for sergi/go-diff and golang.org/x/netRebecca Stambler
2021-05-10internal/lsp/debug: add a facility to track known bugsRob Findley
2021-05-10internal/lsp: do not reinitialize the workspace for didOpen eventsRebecca Stambler
2021-05-06internal/lsp/source: support typeDefinition for function/method's return valuesShoshin Nikita
2021-05-06internal/lsp: handle exclude directives in multi-module modeRebecca Stambler
2021-05-06internal/lsp/regtest: add a benchmark for didChangeRob Findley
2021-05-05lsp/source: enable experimentalPostfixCompletions by defaultMuir Manders
2021-05-05internal/lsp: support template filesPeter Weinbergr
2021-05-04gopls/go.mod: upgrade to Go 1.17Bryan C. Mills
2021-05-03internal/lsp/regtest: run one quick fix at a time in TestUnknownRevisionHeschi Kreinick
2021-05-03all: upgrade go.mod files to Go 1.16Bryan C. Mills
2021-05-03gopls: clarify policy with respect to support for older Go versionsRob Findley
2021-04-30internal/lsp/completion: indicate completion candidates that are deprecatedpjw
2021-04-30gopls/internal/regtest/modfile: set an explicit go version in the TestUnknown...Bryan C. Mills
2021-04-29gopls/internal/regtest: unskip tests for golang/go#37098Rebecca Stambler
2021-04-29internal/lsp: don't call PackagesForFile on builtin.goRob Findley
2021-04-27go/analysis/passes/fieldalignment: clarify reported diagnostics in docsPontus Leitzler