aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/debug
AgeCommit message (Expand)Author
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
2020-03-18internal/telemetry: add type safe tag keysIan Cottrell
2020-03-18internal/telemetry: delete the event.TagOf methodIan Cottrell
2020-03-18internal/lsp: move the telemetry packageIan Cottrell
2020-03-18internal/telemetry: allow ProcessEvent to modify the eventIan Cottrell
2020-03-12internal/telemetry: convert key from string to structIan Cottrell
2020-03-12internal/lsp: migrate telemetry to using the event packageIan Cottrell
2020-03-09internal/lsp: bring generated protocol code up to date; stop corrupting logsPeter Weinberger
2020-03-06internal/lsp/debug: guard rpc stats with a MutexRob Findley
2020-03-05internal/lsp: use standardised events for taggingIan Cottrell
2020-03-04internal/telemetry: change tracing to be event basedIan Cottrell
2020-03-03internal/telemetry: moving towards a unified event based exporterIan Cottrell
2020-03-03internal/telemetry: use atomics to get the exporterIan Cottrell
2020-03-03internal/lsp: move the debug.Instance onto the ContextIan Cottrell
2020-03-02internal/lsp/debug: add nil checks in debug pagePontus Leitzler
2020-02-28internal/telemetry: remove Flush method from exporterIan Cottrell
2020-02-26internal/telemetry: removing the concept of exporter listsIan Cottrell
2020-02-24internal/lsp/lsprpc: automatically resolve and start the remote goplsRob Findley
2020-02-24internal/lsp/lsprpc: add a handshake between forwarder and remoteRob Findley
2020-02-24internal/lsp/debug: move all debug state onto the InstanceRob Findley
2020-02-19internal/lsp: clear diagnostics for deleted filesRebecca Stambler
2020-02-18internal/lsp/debug: drop memory debug threshold to 1GiBHeschi Kreinick
2020-02-11internal/lsp/debug: fix early closure of logfileRob Findley
2020-02-10internal/lsp/debug: write debug info for large goplsesHeschi Kreinick
2020-02-10internal/lsp: move all debugging support to the debug packageIan Cottrell
2020-02-07internal/lsp: change debug instance to a structIan Cottrell
2020-02-03internal/lsp/debug: serve cache entry countsHeschi Kreinick
2020-01-31internal/lsp/debug: support dropping sessions and viewsRob Findley
2020-01-15internal/lsp: add server instance to debug infoRob Findley