aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp
AgeCommit message (Expand)Author
2022-09-07gopls: migrate internal/lsp to gopls/internal/lspRobert Findley
2022-09-06gopls : add a mention of staticcheck to settings documentationPeter Weinberger
2022-09-02internal/lsp: update LSP protocol for WorkspaceEditDylan Le
2022-09-02x/tools/internal/lsp/source: disable some tests for std lib changesRobert Griesemer
2022-09-01x/tools/internal/lsp/source: disable some tests for std lib changesRobert Griesemer
2022-09-01internal/lsp/source: add functions to type hover outputBrian Pursley
2022-09-01internal/lsp/testdata: fix diagnostics checksumRobert Findley
2022-09-01internal/lsp/cache: honor RunDespiteErrors=falseAlan Donovan
2022-09-01x/tools/internal/lsp: re-enable a test with adjusted error messageRobert Griesemer
2022-08-31internal/lsp/tests: use a shorter module path for test dataRobert Findley
2022-08-31internal/lsp/tests: simplify comparison of markdown at go1.18Robert Findley
2022-08-31internal/lsp/cache: delete misleading Package.IllTyped methodAlan Donovan
2022-08-31internal/lsp/cache: clarify error control flow of analysisAlan Donovan
2022-08-31internal/lsp/analysis/fillreturns: be defensive w.r.t. type errorsAlan Donovan
2022-08-31internal/lsp: run internal/lsp/reset_golden.shRobert Findley
2022-08-29internal/lsp: support regular expressions in Diagnostics testsAlan Donovan
2022-08-29internal/lsp/tests: re-enable ARM testsAlan Donovan
2022-08-26internal/lsp: limit diagnostics for upgrades to codelens go.mod fileSuzy Mueller
2022-08-26internal/lsp: fix suppressed panic in analyzerAlan Donovan
2022-08-25internal/lsp/tests: disable failing test on ARMAlan Donovan
2022-08-25internal/lsp/tests: improve assertion error messageAlan Donovan
2022-08-25x/tools/internal/lsp: disable a test so we can change the parser errorRobert Griesemer
2022-08-19internal/lsp: hover to render go 1.19 doc commentspjw
2022-08-16internal/lsp/cache: clear shouldLoad IDs on loadRobert Findley
2022-08-16internal/lsp/cache: tweaks to metadata graphAlan Donovan
2022-08-15internal/lsp/completion: don't use Type.String for checking identityRobert Findley
2022-08-15internal/lsp/source: remove utm_source from pkgsite linksRobert Findley
2022-08-12go/analysis: remove stray print statement in the timeformat analyzerRobert Findley
2022-08-11internal/lsp: add unnecessary tags for unused vars and importsSuzy Mueller
2022-08-11internal/lsp/cache: validate the range for critical errors in go filesRobert Findley
2022-08-10gopls/internal/regtest/bench: add a -gopls_version flagRobert Findley
2022-08-09internal/lsp: update documentation for directoryFilters setting and default v...Dylan Le
2022-08-09gopls/internal/regtest: fix TestFailingDiagnosticClearingOnEditRobert Findley
2022-08-08internal/lsp/cache: register a file watcher for explicit GOWORK valuesRobert Findley
2022-08-08internal/lsp/cache: track explicit go.work files outside the workspaceRobert Findley
2022-08-08internal/lsp: update the broken workspace message to mention go.workRobert Findley
2022-08-05gopls/internal/regtest/bench: add a test for completion following editsRobert Findley
2022-08-04internal/lsp: polish vulncheck progress messagesHana (Hyang-Ah) Kim
2022-08-04internal/lsp: use exec.CommandContext when running vulncheckHana (Hyang-Ah) Kim
2022-08-04internal/lsp/cmd: remove unused Env from pkgLoadConfigHana (Hyang-Ah) Kim
2022-08-04internal/lsp/mod/code_lens: add "run govulncheck" codelensHana (Hyang-Ah) Kim
2022-08-04internal/lsp/command: replace VulncheckArgs Dir with URIHana (Hyang-Ah) Kim
2022-08-04internal/lsp/cache: delete KnownMetadata.PkgFilesChangedRobert Findley
2022-08-04internal/lsp/cache: invalid packages should not be workspace packagesRobert Findley
2022-08-04internal/lsp: new options to disable certain kinds of semantic tokenspjw
2022-08-04internal/lsp/command: let RunVulncheckExp call gopls vulncheckHana (Hyang-Ah) Kim
2022-08-04internal/lsp: use directoryFilters in import scanningRobert Findley
2022-08-04gopls/internal/regtest/bench: refactor and improve benchmarksRobert Findley
2022-08-03go/tools: add check for time formats with 2006-02-01Erik Dubbelboer
2022-08-03internal/lsp/cache: fix data races to view.optionsRobert Findley