aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2021-07-09internal/lsp/regtest: fix a panic TestResolveImportCycleRob Findley
2021-07-08internal/lsp/cache: don't report a context error if load succeededRob Findley
2021-07-08internal/lsp/regtest: allow for unsent diagnostics in TestResolveImportCycleRob Findley
2021-07-08internal/lsp: avoid flake in TestDebouncerRob Findley
2021-07-08internal/lsp/cache: fix raciness of updating the view workspaceRob Findley
2021-07-08internal/lsp/source: move diagnosticsDelay out of experimentalRob Findley
2021-07-08internal/lsp/cache: be consistent about using snapshot.FileSetRob Findley
2021-07-08internal/lsp: add a setting to batch didChangeWatchedFile notificationsRob Findley
2021-07-08internal/lsp/cache: invalidate packages in setMetadataRob Findley
2021-07-08internal/lsp/cmd: print flags when running gopls helpJean de Klerk
2021-07-07internal/lsp/protocol: upgrade generated lsp code to beginning of Julypjw
2021-07-02internal/lsp/lsprpc: add a goenv middlewareRob Findley
2021-07-02internal/lsp/lsprpc: add a CommandInterceptor middlewareRob Findley
2021-07-02internal/lsp/lsprpc: use middleware for the V2 handshakingRob Findley
2021-06-29internal/lsp/cache: treat load timeouts as critical errorsRebecca Stambler
2021-06-25internal/testenv: actually Exit if small machine for netbsd-arm*-bsiegertRob Findley
2021-06-25internal/lsp/lsprpc: update binder tests to handle forwardingRob Findley
2021-06-25internal/jsonrpc2_v2: initialize async before bindingRob Findley
2021-06-25internal/lsp/cache: fix missing pkg error on WindowsRob Findley
2021-06-24internal/lsp: start parsing go.work file like gopls.mod fileRebecca Stambler
2021-06-24internal/mod: add workfile parserRebecca Stambler
2021-06-24internal/lsp/cache: fix loading of std and cmdRob Findley
2021-06-22internal/lsp/source: add inferred types to generic function hoverRob Findley
2021-06-18 internal/lsp: do not block on channel when there is an errorKarthik Nayak
2021-06-16internal/lsp: only reload invalid metadata when necessaryRebecca Stambler
2021-06-16internal/lsp: move the progress tracker to the sessionRebecca Stambler
2021-06-16gopls/internal/regtest: skip the flaky TestResolveImportCycleRob Findley
2021-06-16internal/lsp/cache: don't delete metadata until it's reloadedRebecca Stambler
2021-06-11internal/lsp: exclude the module cache from the workspaceRebecca Stambler
2021-06-11internal/lsp/command: minor clean-up of StartDebugging descriptionRob Findley
2021-06-11internal/lsp/command: add missing doc and support for result parametersRob Findley
2021-06-10internal/lsp/cache: invalidate broken packages when imports are deletedRob Findley
2021-06-09go/ast/astutil: fix panic when rewriting multi-argument type instancesRob Findley
2021-06-09lsp/completion: support completing to Elem() typesMuir Manders
2021-06-09lsp/completion: search deeper for candidate type modsMuir Manders
2021-06-09lsp/completion: reorganize how we track candidate type modsMuir Manders
2021-06-09internal/lsp: change generated variable names to be more verboseSuzy Mueller
2021-06-09internal/lsp: fix extract bug choosing available identifiersSuzy Mueller
2021-06-08internal/lsp: handle out of range panic in template parsingRebecca Stambler
2021-06-07internal/lsp: fix folding range for block commentsSuzy Mueller
2021-06-04internal/lsp: memoize allKnownSubdirs instead of recomputingRebecca Stambler
2021-06-04lsp/completion: don't offer untyped conversionsMuir Manders
2021-06-03gopls/internal/regtest: clean up TestFillReturnsPanicRebecca Stambler
2021-06-03internal/lsp: handle empty buffers in template parsingRebecca Stambler
2021-06-03internal/lsp: don't diagnose/analyze intermediate test variantsRebecca Stambler
2021-06-03internal/lsp: address some staticcheck warningRebecca Stambler
2021-06-02Revert "internal/lsp/cache: don't delete metadata until it's reloaded"Rebecca Stambler
2021-06-02internal/testenv: treat netbsd-arm*-bsiegert as slow buildersBryan C. Mills
2021-06-02go/packages/packagestest: make Export skip tests involving unsupported linksBryan C. Mills
2021-06-02Revert "internal/lsp: enable semantic tokens by default"Rebecca Stambler