aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp
AgeCommit message (Expand)Author
2023-03-07gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackagesAlan Donovan
2023-03-06gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHEAlan Donovan
2023-03-06gopls/internal/lsp/regtest: add @suggestedfix markerAlan Donovan
2023-03-06gopls/internal/regtest/bench: add benchmarks in a wider variety of reposRobert Findley
2023-03-06gopls/internal/lsp/source: guard against concurrent writes in xrefsRobert Findley
2023-03-03gopls/internal/lsp/cache: make type-checking incrementalRobert Findley
2023-03-03internal/lsp/cache: add an LRU parse cacheRobert Findley
2023-03-03gopls/internal/lsp/filecache: process batches of stats before sleepingRobert Findley
2023-03-03gopls/internal/lsp: stop using ast.Ident.ObjAlan Donovan
2023-03-02gopls/protocol/generate: remove more special casesPeter Weinberger
2023-03-01gopls: use go generate consistentlyAlan Donovan
2023-02-28gopls/internal/lsp/source: remove 2nd last call to CachedImportPathsAlan Donovan
2023-02-27gopls/internal/lsp/source: simplify 'stub methods'Alan Donovan
2023-02-25go/types/objectpath: add encoder type, to amortize allocationAlan Donovan
2023-02-24gopls/internal/lsp/protocol: improve generated godoc for LSP typesPeter Weinbergr
2023-02-23gopls/internal/lsp/source: add documentation links to hoverPeter Weinberger
2023-02-22gopls/internal/lsp/cache: request EmbedFiles from go/packagesFrank Viernau
2023-02-22gopls/internal/lsp: support more cases of definition on linkname directive.Viktor Blomqvist
2023-02-22gopls/protocol: remove stub special casesPeter Weinberger
2023-02-17gopls/internal/regtest/bench: add a proper benchmark for initial loadRobert Findley
2023-02-16gopls/internal/lsp/source: use metadata files for workspace symbolsRobert Findley
2023-02-16gopls/internal/lsp/cache: pre-compute load diagnosticsRobert Findley
2023-02-16gopls/internal/lsp/regtest: add @rename marker testsAlan Donovan
2023-02-16gopls/internal/lsp/filecache: purge empty directoriesAlan Donovan
2023-02-15gopls/internal/lsp/regtest: factor marker error reportingAlan Donovan
2023-02-14gopls/internal/lsp/source: eliminate Snapshot.FileSetRobert Findley
2023-02-14gopls/internal/lsp/source: don't rely on global FileSet when stubbingRobert Findley
2023-02-14gopls/internal/lsp/source: 'references' cleanupsAlan Donovan
2023-02-14gopls/internal/lsp/source/rename: use incremental algorithmAlan Donovan
2023-02-14gopls/internal/lsp: eliminate source.RelatedInformationRobert Findley
2023-02-13gopls: fix Kokoro failures with Go 1.18Robert Findley
2023-02-13gopls/protocol: remove some special cases in stubsPeter Weinberger
2023-02-13gopls/internal/lsp/source: multiline errors from renameAlan Donovan
2023-02-10gopls/internal/lsp/source: rewrite hoverRobert Findley
2023-02-10gopls/internal/lsp/regtest: always compare updated marker test contentRobert Findley
2023-02-08gopls/internal/regtest/marker: require go/packagesRobert Findley
2023-02-07go,gopls: remove license from package doc commentsSuzy Mueller
2023-02-07gopls/internal/lsp/protocol: prevent license rendering in godocDan Kortschak
2023-02-07gopls/internal/lsp/regtest: address additional comments on marker.goRobert Findley
2023-02-07gopls/internal/regtest/marker: add missing tests for hoverRobert Findley
2023-02-07gopls/internal/regtest: fill out features of the new marker testsRobert Findley
2023-02-07gopls/internal/regtest: add a regtest-based version of the marker testsRobert Findley
2023-02-06gopls: fix typos in comments and docOleksandr Redko
2023-02-02gopls/internal/lsp/source: simplify extracting object hover docRobert Findley
2023-02-02gopls/internal/lsp/source: use syntax alone in FormatVarTypeRobert Findley
2023-02-01gopls/internal/lsp: go to definition from linkname directiveViktor Blomqvist
2023-02-01gopls/internal/lsp: enable clear builtin completion testCuong Manh Le
2023-02-01gopls/internal/lsp/tests: remove StripSubscriptsRobert Findley
2023-02-01gopls/internal/lsp/safetoken: delete safetoken.RangeAlan Donovan
2023-02-01internal/robustio: fix signature of getFileID on plan9Robert Findley