aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2023-03-03gopls/internal/lsp/cache: make type-checking incrementalRobert Findley
2023-03-01internal/gcimporter: document non-idempotence of export∘importAlan Donovan
2023-02-28gopls/internal/bug: fix a bug in the bug packageRobert Findley
2023-02-25go/types/objectpath: add encoder type, to amortize allocationAlan Donovan
2023-02-16gopls/internal/lsp/regtest: add @rename marker testsAlan Donovan
2023-02-13internal/gcimporter: updates how imports are handled in unified IRTim King
2023-02-02go/analysis/internal/facts: fix cycle in importMap.Tim King
2023-02-02gopls/internal/lsp/source: use syntax alone in FormatVarTypeRobert Findley
2023-02-02internal/imports: update stdlib index for Go 1.20Gopher Robot
2023-02-02internal/imports: use go/packages instead of cmd/api to compute symbolsDmitri Shuralyov
2023-02-01internal/imports: update stdlib index for 1.20Brad Fitzpatrick
2023-02-01gopls/internal/lsp/tests: remove StripSubscriptsRobert Findley
2023-02-01internal/robustio: fix signature of getFileID on plan9Robert Findley
2023-01-31all: fix some commentscui fliter
2023-01-30gopls: fix windows file corruptionRobert Findley
2023-01-27internal/lockedfile: fix build constraints on solarisBryan C. Mills
2023-01-21tools/internal/diff: fix off-by-one error in computing diffsPeter Weinbergr
2023-01-20internal/lockedfile/internal/filelock: fix aix build tagAlan Donovan
2023-01-19go/analysis/passes/directive: add directive analyzerRuss Cox
2023-01-18gopls/internal/lsp/filecache: use file locking, not renameAlan Donovan
2023-01-18internal/gcimporter: discard position info for unneeded linesAlan Donovan
2023-01-17internal/jsonrpc2_v2: fix typoskouler
2023-01-17internal/gcimporter: use two-level file indexAlan Donovan
2023-01-17internal/gcimporter: preserve column and line in shallow iexportAlan Donovan
2023-01-17internal/robustio: skip os.Link test on androidAlan Donovan
2023-01-12gopls/internal/lsp/cache: clean up view workspace informationRobert Findley
2023-01-11internal/gcimporter: fix export of invalid methodsAlan Donovan
2023-01-06internal/robustio: add Plan9 support to FileIDAlan Donovan
2023-01-02internal/robustio: move robustioTim King
2022-12-29gopls/internal/lsp/source: delete Snapshot.WriteEnv methodAlan Donovan
2022-12-19internal/diff/lcs: optimize inner loopAlan Donovan
2022-12-19go/gcexportdata: drop support for go1.6 export dataAlan Donovan
2022-12-19gopls/internal/lsp: followups to dropping line directivesAlan Donovan
2022-12-15x/tools: drop support for Go toolchains older than go1.16Alan Donovan
2022-12-09internal/gcimporter: port CL 424876 from std importerMatthew Dempsky
2022-12-02internal/gcimporter: skip tests earlier when 'go build' is not availableBryan C. Mills
2022-12-02internal/gcimporter: load cached export data for packages individuallyBryan C. Mills
2022-12-02gopls/internal/lsp/cache: invalidate metadata after vendor changeAlan Donovan
2022-12-01internal/gcimporter: fix TestImportStdLibMichael Matloob
2022-11-28internal/gocommand: add GoVersionStringHana (Hyang-Ah) Kim
2022-11-22internal/gcimporter: adjust the number of expected packages in TestStdlibBryan C. Mills
2022-11-21internal/gcimporter: in TestStdlib, only check x/tools packages if we expect ...Bryan C. Mills
2022-11-21internal/testenv: add a Command function that replaces exec.CommandBryan C. Mills
2022-11-18gopls/internal/lsp: simplify KnownPackagesAlan Donovan
2022-11-17internal/testenv: skip tests that need export data for std if 'go tool compil...Bryan C. Mills
2022-11-16go/analysis: add Pass.TypeErrors fieldAlan Donovan
2022-11-15internal/pkgbits: port small optimization from compiler to toolsDavid Chase
2022-11-15internal/gcimporter: port memory reuse optimizations from Go treeDavid Chase
2022-11-15internal/gcimporter: fix performance regression for unified IRFlorian Zenker
2022-11-10internal/typesinternal: update go/types error codes for 1.20Robert Findley