aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2021-08-25internal/typeparams: update for recent API changes in go/typesKoichi Shiraishi
2021-08-24internal/imports: update stdlib index for 1.17smasher164
2021-08-17internal/lsp/cache: fix flakiness of load progress reportsRebecca Stambler
2021-08-17internal/lsp/source: recursively search for qualified objectsRob Findley
2021-08-16internal/typeparams: fix undefined *types.Named.TArgs methodKoichi Shiraishi
2021-08-15internal/lsp: export and move some objects related to metadataRob Findley
2021-08-13internal/lsp: add support for go.work files in file watchingRebecca Stambler
2021-08-12internal/lsp/source/completion: exclude 'any' from lexical resultsRobert Findley
2021-08-12internal/lsp: allow for multiple ad-hoc packages in the workspaceRebecca Stambler
2021-08-12lsp/completion: reduce garbage searching for candidatesMuir Manders
2021-08-11internal/lsp: use LookupParent for finding scopeSuzy Mueller
2021-08-11internal/lsp/semantic.go: continue even without type informationpjw
2021-08-11internal/lsp: improve error message about unsaved filesRebecca Stambler
2021-08-10internal/lsp/source: fix race in workspace symbols with multiple viewsRob Findley
2021-08-09internal/lsp/source: parallelize workspace symbolsRob Findley
2021-08-09internal/lsp/source: don't build low scoring workspace symbolsRob Findley
2021-08-09internal/lsp/source: offer the fast fuzzy matcher as an optionRob Findley
2021-08-09internal/lsp/fuzzy: add a new fuzzy matcher optimized for Go symbolsRob Findley
2021-08-09internal/lsp: update the fuzzy matcher to operate on chunksRob Findley
2021-08-09internal/lsp/source: change symbol matcherFuncs to accept chunksRob Findley
2021-08-09internal/lsp: precompute workspace symbolsRob Findley
2021-08-09internal/lsp/source: use match indexes to compute dynamic symbolsRob Findley
2021-08-06internal/lsp/cache: parse files with ParseFull mode to check if metadata relo...Shoshin Nikita
2021-08-04internal/lsp/lsprpc: fix returning connection error on disconnectNicholas Asimov
2021-08-03internal/lsp/protocol: bring LSP protocol up to datepjw
2021-08-03internal/span: fix a comment about windows drive lettersRob Findley
2021-08-03internal/lsp/cache: clarify an error message about mismatching casingRob Findley
2021-08-03internal/lsp/template: improve error and quote handlingpjw
2021-08-03internal/typeparams: update x/tools for recent typeparams changesRob Findley
2021-08-02internal/lsp: send "extract variable" edits orderedPontus Leitzler
2021-08-02internal/lsp: handle invalid positions in semantic token debug logicRebecca Stambler
2021-08-02internal/lsp: remove duplicated loop that copies IDsRebecca Stambler
2021-08-02internal/lsp: find references for ident before selectorSuzy Mueller
2021-07-26internal/lsp: in degraded mode, limit the workspace to active packagesRob Findley
2021-07-26internal/lsp/source: improve logic for finding full syntax in hoverRob Findley
2021-07-26internal/lsp: skip signature help within a string literalKarthik Nayak
2021-07-26internal/lsp/source: evaluate bin/hex literal on hoverdanishprakash
2021-07-23internal/lsp: add extract to method code actionSuzy Mueller
2021-07-22internal/lsp/source: compute imports text edits from scratchRob Findley
2021-07-21internal/lsp/source: workspace symbol improvements for selectorsRob Findley
2021-07-21internal/lsp: handle panic in fix ASTRebecca Stambler
2021-07-14internal/lsp/semantic: improve semantic token processingpjw
2021-07-13internal/lsp: signal diagnostic completion if modification failedRob Findley
2021-07-13internal/lsp: adopt bcmills' suggestion for an improved debouncer APIRob Findley
2021-07-13internal/lsp: fix variable reuse bug in code actionsSuzy Mueller
2021-07-13internal/lsp: improve package search in a couple placesRob Findley
2021-07-13gopls/internal/regtest: add a flag to profile didChange handlingRob Findley
2021-07-12internal/lsp/source: fix comment update during rename for short variable decl...Shoshin Nikita
2021-07-12internal/lsp: attempt to make TestDebouncer more robustRob Findley
2021-07-12internal/lsp/lsprpc: add an AutoDialer abstractionRob Findley