- 9425c2e gopls/internal/lsp/source: fix implementations query on error type by Robert Findley · 1 year, 8 months ago
- f44f50e gopls/internal/lsp/source: implementation: report builtin 'error' by Alan Donovan · 2 years ago
- 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata by Alan Donovan · 1 year, 11 months ago v0.9.0
- 660614b gopls/internal/lsp/source: more ITV filtering by Alan Donovan · 2 years ago
- b35949e gopls/internal/lsp/source: filter intermediate test variants by Alan Donovan · 2 years ago
- d52bc56 gopls/internal/lsp: reorder the way we compute diagnostics by Robert Findley · 2 years ago
- 537c4aa gopls/internal/regtest: port @refs to new marker tests by Alan Donovan · 2 years, 1 month ago
- 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile by Alan Donovan · 2 years, 1 month ago
- 786752b gopls/internal/lsp/source: rename FileHandle.Read to Content by Alan Donovan · 2 years, 1 month ago
- 21d2256 gopls/internal/lsp/cache: make type-checking incremental by Robert Findley · 2 years, 1 month ago
- 6baf6e8 gopls/internal/lsp/source: 'references' cleanups by Alan Donovan · 2 years, 2 months ago
- 5ed33df gopls/internal/lsp/source: rename: prep for incrementality by Alan Donovan · 2 years, 2 months ago
- e0659d1 gopls/internal/lsp/source: simplify legacy 'references' func by Alan Donovan · 2 years, 2 months ago
- f10e7d5 gopls/internal/lsp/cache: remove package dependence on packages.Config by Robert Findley · 2 years, 3 months ago
- 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index by Alan Donovan · 2 years, 3 months ago
- b798934 gopls/internal/lsp/protocol: cleanups and docs for Mapper by Alan Donovan · 2 years, 3 months ago
- a24944e gopls/internal/lsp/protocol: rename s/ColumnMapper/Mapper/ by Alan Donovan · 2 years, 3 months ago
- 6a3bc37 gopls/internal/lsp/protocol: reimplement ColumnMapper line logic by Alan Donovan · 2 years, 3 months ago
- 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index by Alan Donovan · 2 years, 3 months ago
- 81e741e gopls/internal/lsp/safetoken: funnel more calls through this package by Alan Donovan · 2 years, 3 months ago
- ae4ff82 gopls/internal/lsp/source: delete GetTypedFile by Alan Donovan · 2 years, 3 months ago
- fe6b300 gopls/internal/lsp/source: eliminate Snapshot.Package{,s}ForFile by Alan Donovan · 2 years, 3 months ago
- eb70795 gopls: ignore //line directives by Peter Weinberger · 2 years, 6 months ago
- 763a030 gopls/internal/lsp/cache: delete Snapshot.KnownPackages by Alan Donovan · 2 years, 4 months ago
- 13648cd gopls/internal/lsp/cache: use Package.FileSet where possible by Alan Donovan · 2 years, 5 months ago
- 3c3713e gopls/internal/lsp/cache: use typed strings (PackagePath et al) throughout by Alan Donovan · 2 years, 5 months ago
- 906c733 gopls/internal/lsp/source: find references in test packages by Robert Findley · 2 years, 6 months ago
- 26a95e6 gopls/internal/span: move internal/span into gopls by Alan Donovan · 2 years, 6 months ago
- ff4ff8b gopls/internal/lsp/source: don't type-check in FindPackageFromPos by Robert Findley · 2 years, 6 months ago
- 40dabfa gopls/internal/lsp: add support for package renaming by Dylan Le · 2 years, 8 months ago
- 6782af0 gopls/internal/lsp/source: clarify qualifiedObject by Alan Donovan · 2 years, 6 months ago
- b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 7 months ago[Renamed (98%) from internal/lsp/source/implementation.go]
- bc957ec internal/lsp/source: use token.File-agnostic positions to dedupe refs by Robert Findley · 2 years, 9 months ago
- 0cdf4b5 internal/lsp/source: eliminate ColumnMapper.PointSpan in favor of Pos by Robert Findley · 2 years, 10 months ago
- 9e1d19b internal/span: eliminate TokenConverter by Robert Findley · 2 years, 11 months ago
- 0fb1abf internal/lsp: factor out go/token wrapper into a safetoken package by Robert Findley · 2 years, 11 months ago
- 37590b3 gopls: remove usage of golang.org/x/xerrors by Robert Findley · 3 years ago
- 94178a2 internal/lsp: use source.Offset instead of tok.Offset by Rebecca Stambler · 3 years, 6 months ago
- e5f719f internal/lsp/source: consider test variants when finding pkg from pos by Robert Findley · 3 years, 7 months ago
- 6932d22 internal/lsp/source: recursively search for qualified objects by Rob Findley · 3 years, 8 months ago
- a668498 internal/lsp: find references for ident before selector by Suzy Mueller · 3 years, 8 months ago
- acefd22 internal/lsp/source: move completion to its own package by Danish Dua · 4 years, 7 months ago
- df83f4e internal/lsp: fix builds and tests for go1.12+ by Rob Findley · 4 years, 7 months ago
- b85e56c internal/lsp/source: sort references and implementations results by Rebecca Stambler · 4 years, 7 months ago
- c8f3937 internal/lsp/source: fix unexported references of non-workspace packages by Heschi Kreinick · 4 years, 7 months ago
- b793a13 internal/lsp: add outgoing calls call hierarchy by Danish Dua · 4 years, 8 months ago
- d945363 internal/lsp/cache: don't always type check in default mode by Heschi Kreinick · 4 years, 8 months ago
- f29cbc7 internal/lsp: remove source.Cache by Heschi Kreinick · 4 years, 8 months ago
- b647668 internal/lsp: remove PackageHandle by Heschi Kreinick · 4 years, 8 months ago
- a9439ae internal/lsp: replace ParseGoHandle with concrete data by Heschi Kreinick · 4 years, 8 months ago
- 72051f7 internal/lsp: pass snapshot/view to memoize.Functions by Heschi Kreinick · 4 years, 9 months ago
- eaaaedc internal/lsp: fix hover link for embedded fields and methods by Rebecca Stambler · 4 years, 8 months ago
- ecd3fc4 internal/lsp: read files eagerly by Heschi Kreinick · 4 years, 10 months ago
- 7b212d6 internal/event: renaming the main event API functions by Ian Cottrell · 5 years ago
- cf0cb92 internal/telemetry: renaming to internal/event by Ian Cottrell · 5 years ago
- 226fa68 internal/lsp: fix references for transitive dependencies by Rebecca Stambler · 5 years ago
- eca45d4 internal/lsp: refactor references/rename/implementations by Rebecca Stambler · 5 years ago
- 52ff224 internal/lsp: avoid possible nil pointer in references/rename by Rebecca Stambler · 5 years ago
- 206ec5b internal/lsp: migrate telemetry to using the event package by Ian Cottrell · 5 years ago
- ae0473a internal/lsp/source: support inverse "implementations" by Muir Manders · 5 years ago
- 26f6a1b internal/lsp/source: fix typo: identifer → identifier by Anthony Fok · 5 years ago
- f7b8cc7 internal/span,lsp: disambiguate URIs, DocumentURIs, and paths by Heschi Kreinick · 5 years ago
- 49b8ac1 internal/lsp/cache: add file contents to ParseGoHandle by Muir Manders · 5 years ago
- f80fb1d internal/lsp: refactor find-references and rename by Muir Manders · 5 years ago
- 9c46c2c internal/lsp: fix flaking internal/lsp/cmd tests by Rebecca Stambler · 5 years ago
- a9a43c4 internal/lsp: store workspace package IDs with package paths by Rebecca Stambler · 5 years ago
- 7201abb internal/lsp: parallelize initial workspace load by Rebecca Stambler · 5 years ago
- 2aa90c6 internal/lsp: miscellaneous cleanup by Rebecca Stambler · 5 years ago
- 234df48 internal/lsp: load metadata for a single package ID, when needed by Rebecca Stambler · 5 years ago
- 918115f internal/lsp: refactor find-implementation handling by Muir Manders · 5 years ago
- a6aac22 internal/lsp: fix find-implementation for promoted methods by Muir Manders · 5 years ago
- a27fdba internal/lsp: check all package variants in find-implementations by Muir Manders · 5 years ago
- 9a30a9a internal/lsp: trim down implementations code by Muir Manders · 5 years ago
- e13f15d internal/lsp: fixes premature return in find implementations by Rohan Challa · 5 years ago
- af85770 internal/lsp: remove duplicate implementations when finding implementations by Rohan Challa · 5 years ago
- 73db347 internal/lsp: do not return interface itself when finding implementations by Rohan Challa · 5 years ago
- ef6787d internal/lsp: track and parse non-compiled go files by Heschi Kreinick · 5 years ago
- cc15fab internal/lsp: use AST to construct placeholders by Rebecca Stambler · 5 years ago
- 8fd4595 internal/lsp: rename Files to CompiledGoFiles by Heschi Kreinick · 5 years ago
- bc1376d internal/lsp: look up files in packages by position instead of URI by Rebecca Stambler · 5 years ago
- e33b02e internal/lsp: use versioned URIs in rename and code actions by Rebecca Stambler · 5 years ago
- 323f198 internal/lsp: support implementations requests for implementations in other packages by Michael Matloob · 5 years ago
- a99edfe internal/lsp: support implements for methods on an interface by Michael Matloob · 5 years ago
- a860bcd internal/lsp/source: add a nil check on the identifier's object in implementation by Michael Matloob · 5 years ago
- 02d0efc internal/lsp: add support for implements to the LSP by Michael Matloob · 5 years ago