- e7d61d9 gopls/internal/lsp/cache: simplify named error values by Rob Findley · 1 year, 2 months ago
- 3510b4f gopls/internal/lsp: simplify mod update commands by Rob Findley · 1 year, 2 months ago
- fdf06f2 gopls: simplify the Snapshot and View interfaces by Rob Findley · 1 year, 2 months ago[Renamed (83%) from gopls/internal/lsp/source/view.go]
- bd215c0 gopls/internal/lsp/source: remove View.Snapshot by Rob Findley · 1 year, 2 months ago
- 42d9779 gopls: move settings to a settings package by Rob Findley · 1 year, 2 months ago
- c823488 gopls: move file-related types to a 'file' package by Rob Findley · 1 year, 2 months ago
- 98b4b14 gopls/internal/lsp/source: make source.Analyzer pure configuration by Rob Findley · 1 year, 2 months ago
- ccacebc gopls/internal/lsp/span: inline URI away by Alan Donovan · 1 year, 2 months ago
- 35549c6 gopls/internal/lsp/cache: move upgrades and vulns onto the snapshot by Rob Findley · 1 year, 3 months ago
- 8b89cfa gopls/internal/lsp/cache: remove forceReloadMetadata from clone by Rob Findley · 1 year, 3 months ago
- 24c5a47 gopls/internal/lsp/cache: make options immutable on the View by Rob Findley · 1 year, 3 months ago
- 6fcd778 gopls/internal/lsp: add code actions to remove unused parameters by Rob Findley · 1 year, 4 months ago
- cf5aad9 gopls: update to use the new golang.org/x/vuln API by Hana (Hyang-Ah) Kim · 1 year, 5 months ago
- 1889c0e gopls/internal/lsp/cache: simplify file change propagation by Robert Findley · 1 year, 5 months ago
- 5fc00b4 gopls/internal: move Options and FileKind from View to Snapshot by Rob Findley · 1 year, 5 months ago
- bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer by Viktor Blomqvist · 1 year, 7 months ago
- c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols by Hana (Hyang-Ah) Kim · 1 year, 7 months ago
- db5406b gopls/internal/lsp: don't recompute diagnostics during code actions by Robert Findley · 1 year, 6 months ago
- ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis by Rob Findley · 1 year, 6 months ago
- eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants by Alan Donovan · 1 year, 7 months ago
- b71392a gopls/internal/lsp/cache: reduce importing in analysis by Alan Donovan · 1 year, 7 months ago
- e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic by Rob Findley · 1 year, 8 months ago
- e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration by Rob Findley · 1 year, 8 months ago
- a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file by Rob Findley · 1 year, 9 months ago
- 1c9fe3f gopls: improve diagnostics for orphaned files by Rob Findley · 1 year, 9 months ago
- d799eba gopls: additional instrumentation during goimports by Rob Findley · 1 year, 9 months ago
- 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors by Alan Donovan · 1 year, 9 months ago
- 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata by Alan Donovan · 1 year, 9 months ago v0.9.0
- 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option by Rob Findley · 1 year, 9 months ago
- 165099b all: remove repeated definite articles by cui fliter · 1 year, 9 months ago
- d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages by Alan Donovan · 1 year, 9 months ago
- e8f417a gopls/internal/lsp/cache: cleanups to active packages by Alan Donovan · 1 year, 9 months ago
- 4e3238a gopls/internal/lsp/cache: break metadata cycles by Alan Donovan · 1 year, 9 months ago
- 660614b gopls/internal/lsp/source: more ITV filtering by Alan Donovan · 1 year, 9 months ago
- b35949e gopls/internal/lsp/source: filter intermediate test variants by Alan Donovan · 1 year, 9 months ago
- ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation by Rob Findley · 1 year, 9 months ago
- 54c806f gopls/internal/lsp: eliminate more uses of Span by Alan Donovan · 1 year, 10 months ago
- 83c1ba1 gopls/internal/lsp/cache: fix two crashes when parsed file overflows by Robert Findley · 1 year, 10 months ago
- 6e5f425 gopls/mod: show hint for discordant module versions by Peter Weinberger · 2 years ago
- e5f7ae1 go/analysis: add Analyser.URL and Diagnostic.URI fields by Alan Donovan · 1 year, 10 months ago
- 912861f gopls/internal/lsp/cache: skip object resolution during parsing by Robert Findley · 1 year, 11 months ago
- 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile by Alan Donovan · 1 year, 11 months ago
- 786752b gopls/internal/lsp/source: rename FileHandle.Read to Content by Alan Donovan · 1 year, 11 months ago
- f477bf4 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages by Alan Donovan · 1 year, 11 months ago
- 21d2256 gopls/internal/lsp/cache: make type-checking incremental by Robert Findley · 1 year, 11 months ago
- 902ee93 gopls/internal/lsp/source: remove 2nd last call to CachedImportPaths by Alan Donovan · 1 year, 11 months ago
- e5b9948 gopls/internal/lsp/source: use metadata files for workspace symbols by Robert Findley · 2 years ago
- ad4fc28 gopls/internal/lsp/cache: pre-compute load diagnostics by Robert Findley · 2 years ago
- d4c13e6 gopls/internal/lsp/source: eliminate Snapshot.FileSet by Robert Findley · 2 years ago
- 64f9d62 gopls/internal/lsp/source/rename: use incremental algorithm by Alan Donovan · 2 years ago
- c8e8b3b gopls/internal/lsp: eliminate source.RelatedInformation by Robert Findley · 2 years ago
- 6b6857a gopls: fix typos in comments and doc by Oleksandr Redko · 2 years ago
- 66f8f71 gopls/internal/lsp/source: use syntax alone in FormatVarType by Robert Findley · 2 years ago
- 86fdadc gopls/internal/lsp/safetoken: delete safetoken.Range by Alan Donovan · 2 years ago
- bd5dfbb all: fix some comments by cui fliter · 2 years ago
- 2683128 gopls/internal/lsp: differentiate govulncheck/vulncheck imports diags by Hana (Hyang-Ah) Kim · 2 years ago
- 87d00e6 gopls/internal/lsp: separate some requests from source.Identifier by Robert Findley · 2 years ago
- 6f65213 gopls/internal/lsp/protocol: Mapper.NodeMappedRange by Alan Donovan · 2 years ago
- f10e7d5 gopls/internal/lsp/cache: remove package dependence on packages.Config by Robert Findley · 2 years ago
- deeb64b gopls/internal/lsp/source/xrefs: allow Lookup of a set by Alan Donovan · 2 years ago
- c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view by Robert Findley · 2 years ago
- a7f033a gopls/internal/lsp: consolidate the FileHandle API by Robert Findley · 2 years ago
- 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index by Alan Donovan · 2 years, 1 month ago
- 8087911 gopls: remove the experimentalWorkspaceModule mode by Robert Findley · 2 years, 1 month ago
- 7765567 gopls/internal/lsp/source: minor clarifications by Alan Donovan · 2 years ago
- b798934 gopls/internal/lsp/protocol: cleanups and docs for Mapper by Alan Donovan · 2 years ago
- a24944e gopls/internal/lsp/protocol: rename s/ColumnMapper/Mapper/ by Alan Donovan · 2 years ago
- 55935f4 gopls/internal/span: simplify Span by Alan Donovan · 2 years, 1 month ago
- 6a3bc37 gopls/internal/lsp/protocol: reimplement ColumnMapper line logic by Alan Donovan · 2 years, 1 month ago
- 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index by Alan Donovan · 2 years, 1 month ago
- 0362cea gopls/internal/lsp/lsppos: delete TokenMapper by Alan Donovan · 2 years, 1 month ago
- 36bd3db gopls/internal/lsp/protocol: move MappedRange by Alan Donovan · 2 years, 1 month ago
- 1fe76af gopls/internal/lsp/source: MappedRange cleanup by Alan Donovan · 2 years, 1 month ago
- 02bea03 gopls/internal/lsp/protocol: simplify ColumnMapper by Alan Donovan · 2 years, 1 month ago
- 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method by Alan Donovan · 2 years, 1 month ago
- ae4ff82 gopls/internal/lsp/source: delete GetTypedFile by Alan Donovan · 2 years, 1 month ago
- fe6b300 gopls/internal/lsp/source: eliminate Snapshot.Package{,s}ForFile by Alan Donovan · 2 years, 1 month ago
- 44395ff gopls/internal/lsp/source: avoid unnecessary transitive rdeps by Alan Donovan · 2 years, 1 month ago
- 61e2d3f gopls/internal/lsp/cache: a new analysis driver by Alan Donovan · 2 years, 3 months ago
- 9bc5dce gopls/internal/lsp/cache: simplify DiagnosePackage by Alan Donovan · 2 years, 1 month ago
- 0d2045b gopls/internal/lsp: document analysis-related functions by Alan Donovan · 2 years, 2 months ago
- b2b9dc3 gopls/internal/lsp/cache: reduce type-checking in renameImports by Alan Donovan · 2 years, 1 month ago
- 763a030 gopls/internal/lsp/cache: delete Snapshot.KnownPackages by Alan Donovan · 2 years, 1 month ago
- 18f76ec gopls/internal/lsp: split ActivePackages by Alan Donovan · 2 years, 2 months ago
- d7dfffd gopls/internal/lsp: eliminate more unnecessary typechecking by Alan Donovan · 2 years, 2 months ago
- 09ae2d5 gopls/internal/lsp/source: KnownPackagePaths: avoid loading by Alan Donovan · 2 years, 2 months ago
- 1dcc423 gopls/internal/lsp/cache: split metadata and loading in PackagesForFile by Alan Donovan · 2 years, 2 months ago
- bf5db81 gopls/internal/lsp/cache: improve ad-hoc warning for nested modules by Robert Findley · 2 years, 2 months ago
- e8a70a5 gopls/internal/lsp: remove access to mutable session state from the view by Robert Findley · 2 years, 2 months ago
- ff22fab gopls/internal/lsp/cache: eliminate obsolete invalidation step by Alan Donovan · 2 years, 2 months ago
- 4c3cb1e internal/gocommand: add GoVersionString by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
- 9519368 gopls/internal/lsp/mod: add the vulncheck diagnostics mode by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
- d39685a gopls/internal/lsp/source: Package clarifications by Alan Donovan · 2 years, 2 months ago
- 4ce4f93 gopls/internal/lsp: add gopls.fetch_vulncheck_result by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
- 85bf7a8 gopls/internal/lsp/source: eliminate Metadata interface by Alan Donovan · 2 years, 2 months ago
- 2592a85 gopls/internal/lsp: simplify KnownPackages by Alan Donovan · 2 years, 2 months ago
- 0c71b56 gopls/internal/lsp: fix diagnostic suppression when folders change by Robert Findley · 2 years, 2 months ago
- 13648cd gopls/internal/lsp/cache: use Package.FileSet where possible by Alan Donovan · 2 years, 3 months ago
- 3c3713e gopls/internal/lsp/cache: use typed strings (PackagePath et al) throughout by Alan Donovan · 2 years, 2 months ago
- bc08991 gopls: sync golang.org/x/vuln@3af8368ee4fe by Hana (Hyang-Ah) Kim · 2 years, 3 months ago