aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/debug
AgeCommit message (Expand)Author
2022-02-07internal/lsp/debug: add go version to gopls version outputHana
2021-09-28internal/lsp/debug: improve readability of session optionsPontus Leitzler
2021-05-10internal/lsp/source/completion: avoid a panic in package completionRob Findley
2021-05-10internal/lsp/debug: add a facility to track known bugsRob Findley
2021-04-27internal/lsp/debug: splice in updated servers rather than overwriteRob Findley
2021-04-26internal/lsp: add a command to start the debug serverRob Findley
2021-01-22internal/lsp: display current diagnostics in the debug serverpjw
2020-12-24gopls/release: add a command to validate the gopls release processRebecca Stambler
2020-12-23internal/lsp/cache: fix some package event tagsRob Findley
2020-12-22gopls/test: add type checking for debug server templatesPeter Weinbergr
2020-12-11internal/lsp/debug: hook runtime/trace into event spansRob Findley
2020-12-10internal/lsp/debug: show Options in gopls debug serverPeter Weinbergr
2020-11-16internal/lsp: get debug pages limping along againPeter Weinbergr
2020-11-13internal/lsp: make log message for debug server clickablePeter Weinbergr
2020-11-09internal/lsp: use a structured format for the server's versionRebecca Stambler
2020-09-30internal/lsp: print the go version only once the view is createdRebecca Stambler
2020-08-27internal/lsp: fix builds and tests for go1.12+Rob Findley
2020-08-03internal/lsp: separate LSP files from FS filesHeschi Kreinick
2020-07-16internal/lsp/lsprpc: improvements to daemon loggingRob Findley
2020-06-19internal/lsp/debug: save per-package stats in memory debug filesHeschi Kreinick
2020-06-12internal/lsp/debug: show per-package memory usageHeschi Kreinick
2020-06-12internal/lsp: fix the cache debug pageIan Cottrell
2020-06-11internal/lsp: decouple client and server debugIan Cottrell
2020-06-06internal/lsp: minor cleanup of the client and server debugIan Cottrell
2020-06-06internal/lsp: clean out the debug handlingIan Cottrell
2020-05-30internal/lsp: fix typo in code commentyuichi kishimoto
2020-05-11internal/event: improve the logging of eventsIan Cottrell
2020-05-04internal/lsp: use %w in error wrappersIan Cottrell
2020-04-27internal/event: remove the event.eventType typeIan Cottrell
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-08internal/lsp: make tag iteration allocation-freeIan Cottrell
2020-04-08internal/lsp/cache: add concurrency error check for go cmdsRohan Challa
2020-04-06internal/lsp: make event directly implement TagMapIan Cottrell
2020-04-06internal/lsp: rewrite the rpc debug pageIan Cottrell
2020-04-03internal/lsp, go/packages: don't log context cancellation errorsRebecca Stambler
2020-03-31internal/lsp: rewrite the stats using the newer telemetry featuresIan Cottrell
2020-03-30internal/telemetry: add a synchronization to telemetryIan Cottrell
2020-03-29internal/telemetry: use tags instead of special event fields.Ian Cottrell
2020-03-26internal/telemetry: render trace tags using typed keysIan Cottrell
2020-03-26internal/telemetry: make metrics take a strongly typed keyIan Cottrell
2020-03-25internal/telemetry: replace TagSet with TagMap and TagPointerIan Cottrell
2020-03-25internal/telemetry: change Exporter to be a function type.Ian Cottrell
2020-03-24internal/lsp: print view-specific environmentRebecca Stambler
2020-03-23internal/telemetry: switch metrics to use the event systemIan Cottrell
2020-03-23internal/telemetry: replace event.TagList with event.TagSetIan Cottrell
2020-03-19internal/lsp: fix errors found by staticcheckRob Findley