aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-15Upgrade golang-x-tools to v0.7.0HEADmastermainDan Willemsen
2023-03-07gopls/internal/regtest/bench: don't run the iwl test with -shortRobert Findley
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 a benchmark for diagnosing a changeRobert Findley
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-05go.mod: update golang.org/x dependenciesGopher Robot
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/regtest/bench: support benchmarking multiple reposRobert Findley
2023-03-03gopls/internal/lsp: stop using ast.Ident.ObjAlan Donovan
2023-03-02gopls/protocol/generate: remove more special casesPeter Weinberger
2023-03-02gopls: sync staticcheck@v0.4.2Hana (Hyang-Ah) Kim
2023-03-01gopls: use go generate consistentlyAlan Donovan
2023-03-01internal/gcimporter: document non-idempotence of export∘importAlan Donovan
2023-02-28gopls/internal/bug: fix a bug in the bug packageRobert Findley
2023-02-28cmd/present: update styles for markdown-generated slidesRuss Cox
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-17go/ssa: substitute type parameters in local typesTim King
2023-02-17gopls/internal/regtest/bench: move benchmarks into separate filesRobert Findley
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-15go/ssa/interp: skip typeparam/issue58513.goMatthew Dempsky
2023-02-15go/ssa: skip typeparam/issue58513.goMatthew Dempsky
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-14cmd/present: use embed, drop native clientRuss Cox
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-13internal/gcimporter: updates how imports are handled in unified IRTim King
2023-02-13go/ssa: temporarily skip the 'net' package in TestStdlibRobert Findley
2023-02-13go/loader: temporarily skip TestCgoOption on darwinRobert Findley