aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-10internal/lsp: add find all referencesSuzy Mueller
2019-06-10internal/lsp: track missing imports, re-running packages.LoadRebecca Stambler
2019-06-10internal/lsp: enable "ignoreFuncBodies" and fix cachingRebecca Stambler
2019-06-10internal/imports: actually cache resolversHeschi Kreinick
2019-06-10internal/lsp: add an implementation for textDocument/didSaveRebecca Stambler
2019-06-08internal/lsp: reply with nil, rather than empty, signature helpRebecca Stambler
2019-06-07internal/imports: fix TestNoMainModuleHeschi Kreinick
2019-06-07internal/lsp: fix some issues with trimming ASTsRebecca Stambler
2019-06-07go/internal/gccgoimporter: update package to match std lib versionThan McIntosh
2019-06-06internal/lsp: attach documentation to signature helpRebecca Stambler
2019-06-06go/internal/gccgoimporter: update importer tests to match std lib versionTobias Klauser
2019-06-06internal/lsp: remove source.FileContentIan Cottrell
2019-06-06internal/lsp: don't queue content changesIan Cottrell
2019-06-06go/internal/gcimporter: skip stdlib tests in race mode as they are too slowIan Cottrell
2019-06-06internal/lsp: change file system to allow lazy readsIan Cottrell
2019-06-03internal/lsp: add some basic tests for importsRebecca Stambler
2019-06-03internal/lsp: support build flags on processConfigKoichi Shiraishi
2019-06-03internal/lsp: trim ASTs for which we do not require function bodiesRebecca Stambler
2019-06-03internal/lsp: fix regression from CL 179439Rebecca Stambler
2019-06-03internal/lsp: build the builtin package preemptivelyRebecca Stambler
2019-06-03internal/jsonrpc2: adding rpc trace tasksIan Cottrell
2019-06-03internal/lsp: add memory debugging pageIan Cottrell
2019-06-03internal/lsp: debug pages for sessions views and filesIan Cottrell
2019-06-03internal/lsp: move PrintVersionInfo to the debug packageIan Cottrell
2019-06-02go/analysis/passes/structtag: allow field tag shadowingDaniel Martí
2019-06-01errorsas: handle single-actual caseJonathan Amsterdam
2019-06-01errorsas: ignore empty interface targetJonathan Amsterdam
2019-05-31internal/lsp/cache: fix leaking wg.Done() and <-ioLimitEdward Muller
2019-05-31go/packages: update documentation for Package.Types and Package.SyntaxMichael Matloob
2019-05-30go/packages: support new main packages in overlaysMichael Matloob
2019-05-30internal/lsp: send void client response to client/registerCapapbilityPaul Jolly
2019-05-30go/analysis: add an End field to DiagnosticMichael Matloob
2019-05-30internal/lsp: refactor to separate pieces of type-checkingRebecca Stambler
2019-05-30internal/lsp: add debug page servingIan Cottrell
2019-05-29go/analysis/passes/tests: add pointer to where test name conventions are spec...Michael Matloob
2019-05-29internal/lsp: fix setting overlays in testsRebecca Stambler
2019-05-29go/packages: handle potential nil pointer errorRebecca Stambler
2019-05-29go/packages: officially deprecate LoadX values in favor of NeedX valuesMichael Matloob
2019-05-29internal/lsp: set env to os.Environ to startRebecca Stambler
2019-05-28internal/lsp: run analyses despite some errorsRebecca Stambler
2019-05-28godoc: re-add test for ignoring //line comments in source codeDmitri Shuralyov
2019-05-28internal/lsp: client/registerCapapbility is a request, not a notificationPeter Weinberger
2019-05-28go/packages: work around go list behavior for missing dependenciesMichael Matloob
2019-05-25cmd/splitdwarf: fix skip on WindowsBrad Fitzpatrick
2019-05-24internal/lsp: add modfile, sumfile structs, require Go files for diagnosticsRebecca Stambler
2019-05-24internal/lsp: fix race condition in type-checkingRebecca Stambler
2019-05-24all: GOSUMDB=off for tests that use fake modulesHeschi Kreinick
2019-05-24internal/lsp: add file watching and use it to trigger invalidationsIan Cottrell
2019-05-24internal/lsp: add a file system abstractionIan Cottrell
2019-05-24internal/lsp: remove SelectionRange and textDocument/selectionRangePeter Weinberger