aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-27internal/event: remove the event.eventType typeIan Cottrell
2020-04-27internal/event: don't print invalid labelsIan Cottrell
2020-04-27internal/jsonrpc2: fix goroutine leak when listener is closedRob Findley
2020-04-26internal/lsp: fix panic when trying to log an eventpjw
2020-04-25internal/lsp/source: fix false positive "..." in completionsMuir Manders
2020-04-24internal/lsp/source: add option for verbose work progress reportingRob Findley
2020-04-23internal/lsp: correctly handle type aliases when formattingRebecca Stambler
2020-04-23internal/lsp/regtest: track outstanding work using the progress APIRob Findley
2020-04-23go/packages/packagestest: dedupe based on note positionRebecca Stambler
2020-04-23cmd/goimports: set correct permissions on WindowsHeschi Kreinick
2020-04-23internal/event: change event.At to be a private fieldIan Cottrell
2020-04-23internal/event: extract keys to their own packageIan Cottrell
2020-04-23internal/event: move event/core.Tag to event/label.LabelIan Cottrell
2020-04-23internal/event: renaming the main event API functionsIan Cottrell
2020-04-23internal/telemetry: renaming to internal/eventIan Cottrell
2020-04-22internal/lsp: refactor code for formatting signaturesRebecca Stambler
2020-04-22internal/gocommand: clean up docstring typos and staticcheck errorsRob Findley
2020-04-22internal/lsp: add regtest for golang/go#37984Rebecca Stambler
2020-04-22internal/lsp/regtest: add regtest for golang/go#38207Rebecca Stambler
2020-04-22internal/lsp: add regtest for golang/go#38211Rebecca Stambler
2020-04-21internal/lsp/regtest: add regtest for golang/go#36951Rebecca Stambler
2020-04-21internal/lsp: fix broken lsp logsIan Cottrell
2020-04-21internal/telemetry/export: guard against NPE when merging tag mapsRob Findley
2020-04-21internal/lsp: merge the in and out protocol logging functionsIan Cottrell
2020-04-21internal/jsonrpc2: rewrite streams in terms of messagesIan Cottrell
2020-04-21go/packages/packagestest: do not walk packages and their test variantsPaul Jolly
2020-04-21internal/lsp/tests: provide SymbolInformation.Name in @symbol annotationsPaul Jolly
2020-04-20internal/lsp: switch the protocol logger to use the new jsonrpc2 message typesIan Cottrell
2020-04-20gopls: convert replay to use the new message typesIan Cottrell
2020-04-20internal/jsonrpc2: add concrete types for Call, Notify and ResponseIan Cottrell
2020-04-20internal/jsonrpc2: clean up the testsIan Cottrell
2020-04-20internal/telemetry: add support for using telemetry in testsIan Cottrell
2020-04-20internal/imports: update stdlib index for 1.14smasher164
2020-04-17internal/lsp/source: enable type error analyzersRebecca Stambler
2020-04-17internal/lsp/regtest: enable test for golang/go#37195Rebecca Stambler
2020-04-16internal/lsp: fill in ServerInfo in the initialize responseHana (Hyang-Ah) Kim
2020-04-16internal/lsp/regtest: generalize expectations beyond diagnostic messagesRob Findley
2020-04-16internal/lsp/regtest: add support for custom test proxy dataRob Findley
2020-04-16internal/lsp/fake: be more careful when closing the workspaceRob Findley
2020-04-16go/packages: fix misbehavior when an overlay changes the package namepjw
2020-04-16internal/lsp: fix imports issue with duplicate package declRebecca Stambler
2020-04-16internal/telemetry: delete the unit packageIan Cottrell
2020-04-16internal/telemetry: pack strings efficiently into tagsIan Cottrell
2020-04-16internal/telemetry: add tag value formatting to the KeyIan Cottrell
2020-04-16internal/telemetry: expose the TagOf* and Unpack* methodsIan Cottrell
2020-04-15internal/lsp: fix erroneous documentation for struct fieldsRebecca Stambler
2020-04-15go/analysis/analysistest: print unified diff for test failuresDominik Honnef
2020-04-14internal/jsonrpc2: simplify request even futherIan Cottrell
2020-04-14internal/jsonrpc2: remove the OnReply callbacksIan Cottrell
2020-04-14internal/lsp/fake: don't lock while calling formattingRob Findley