aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp
AgeCommit message (Expand)Author
2020-04-27internal/event: remove the event.eventType typeIan Cottrell
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-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/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/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-20internal/jsonrpc2: add concrete types for Call, Notify and ResponseIan Cottrell
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-16internal/lsp: fix imports issue with duplicate package declRebecca Stambler
2020-04-15internal/lsp: fix erroneous documentation for struct fieldsRebecca Stambler
2020-04-14internal/lsp/fake: don't lock while calling formattingRob Findley
2020-04-14internal/lsp/fake: correctly configure the fake editorRob Findley
2020-04-14internal/lsp/regtest: put testing.T back in the test func signatureRob Findley
2020-04-14internal/lsp/diff/difftest: ignore for GOOS=illumosRob Findley
2020-04-13internal/jsonrpc2: split reply from requestIan Cottrell
2020-04-13internal/jsonrpc2: make the wire structures privateIan Cottrell
2020-04-13internal/jsonrpc2: replace NewErrorf with fmt.ErrorfIan Cottrell
2020-04-10internal/lsp: add an extra bounds check to avoid nil pointersRebecca Stambler
2020-04-10internal/lsp: remove the CallCancellerIan Cottrell
2020-04-10internal/lsp: improve ID formattingIan Cottrell
2020-04-10internal/lsp/cache: hide type errors if we fix up the ASTRebecca Stambler
2020-04-10internal/lsp: linkify IP addresses in textDocument/documentLinkRebecca Stambler
2020-04-09internal/lsp/regtest: add test for issue 32149 (wrong package)pjw
2020-04-09internal/lsp/regtest: output gopls logs on test failureRob Findley
2020-04-09internal/lsp/protocol: make loggingStream log writes concurrency-safeRob Findley
2020-04-08internal/lsp: make tag iteration allocation-freeIan Cottrell
2020-04-08internal/lsp/cache: add concurrency error check for go cmdsRohan Challa
2020-04-08internal/lsp: add type error fixes to existing diagnosticsRebecca Stambler
2020-04-07internal/lsp: disable unimported completions for snippet testsRebecca Stambler