- 85bf7a8 gopls/internal/lsp/source: eliminate Metadata interface 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
- 32e1cb7 gopls/internal/lsp: clarify control around diagnostics by Alan Donovan · 2 years, 5 months ago
- 21f6127 gopls/internal/lsp/cache: add PkgPath->PackageID index to Metadata by Alan Donovan · 2 years, 5 months ago
- 91311ab gopls/internal/lsp/cache: better import path hygiene by Alan Donovan · 2 years, 5 months ago
- bc4e384 gopls/internal/lsp/cache: fix crash in analysis by Alan Donovan · 2 years, 6 months ago
- b253314 gopls/internal/lsp/cache: add support for loading standalone main files 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
- b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 7 months ago[Renamed (98%) from internal/lsp/cache/pkg.go]
- 3eb8a8f internal/lsp/cache: delete misleading Package.IllTyped method by Alan Donovan · 2 years, 7 months ago
- 37590b3 gopls: remove usage of golang.org/x/xerrors by Robert Findley · 3 years ago
- 1ae27d3 internal/lsp/cache: don't offset invalid positions by Robert Findley · 3 years, 5 months ago
- a55d515 internal/lsp: export and move some objects related to metadata by Rob Findley · 3 years, 8 months ago
- d36a54b internal/lsp: improve package search in a couple places by Rob Findley · 3 years, 9 months ago
- cd1d088 internal/lsp/cache: trim more stuff in ParseExported mode by Heschi Kreinick · 4 years ago v0.1.1
- 144d5ce internal/lsp: run type error analyzers as part of diagnostics by Heschi Kreinick · 4 years, 1 month ago
- 24439e3 internal/lsp/source: eliminate GetTypeCheckDiagnostics by Heschi Kreinick · 4 years, 1 month ago
- eb48d3f internal/lsp/cache: refactor diagnostic suppression by Heschi Kreinick · 4 years, 2 months ago
- 51ce837 internal/lsp: remove the source.Error type by Heschi Kreinick · 4 years, 2 months ago
- 5cdc274 internal/lsp: remove the last diagnostics pop-up warning by Rebecca Stambler · 4 years, 4 months ago
- a0ef9b6 internal/lsp: prepare for deletion of view.modURI by Rebecca Stambler · 4 years, 6 months ago
- f4cefd1 internal/lsp: enable multi-module workspace mode by default in tests by Rebecca Stambler · 4 years, 7 months ago
- d179df3 internal/lsp/cache: automatically construct the workspace module by Rebecca Stambler · 4 years, 8 months ago
- 6b78e25 internal/lsp: fix a few staticcheck suggestions, some cleanup by Rebecca Stambler · 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
- 051e64e internal/lsp: minimize PackageHandle interface by Heschi Kreinick · 4 years, 9 months ago
- aa94e73 internal/lsp/source: add a new symbolStyle configuration option by Rob Findley · 4 years, 10 months ago
- ecd3fc4 internal/lsp: read files eagerly by Heschi Kreinick · 4 years, 10 months ago
- 1092135 go/packages: add a Module field to the Package struct by Michael Matloob · 4 years, 11 months ago
- 3bd2087 internal/lsp/cache: hide type errors if we fix up the AST by Rebecca Stambler · 5 years ago
- 4d14fc9 internal/lsp: add type error fixes to existing diagnostics by Rebecca Stambler · 5 years ago
- 3304cfb internal/lsp: temporarily disable type error analyzers by default by Rebecca Stambler · 5 years ago
- 42235f6 internal/lsp: add support for type error analyzers by Rohan Challa · 5 years ago
- e46a7b9 internal/lsp: add support for sourceFixAll analyzers by Rohan Challa · 5 years ago
- 02a6ca6 internal/lsp: change disabledAnalyses setting to be general by Rohan Challa · 5 years ago
- 7c4b627 internal/lsp: add module versions from "go list" to pkg.go.dev links by Rohan Challa · 5 years ago
- 49b8ac1 internal/lsp/cache: add file contents to ParseGoHandle by Muir Manders · 5 years ago
- 67a4523 internal/lsp: determine parse mode based on workspace packages by Rebecca Stambler · 5 years ago
- ab391d5 internal/lsp: don't show links in hover for test functions by Rebecca Stambler · 5 years ago
- e033289 internal/lsp: push more build-specific logic into the view by Rebecca Stambler · 5 years ago
- 234df48 internal/lsp: load metadata for a single package ID, when needed by Rebecca Stambler · 5 years ago
- d7101b7 internal/lsp: set version correctly after textDocument/didOpen by Rebecca Stambler · 5 years ago
- ef6787d internal/lsp: track and parse non-compiled go files by Heschi Kreinick · 5 years ago
- 8fd4595 internal/lsp: rename Files to CompiledGoFiles by Heschi Kreinick · 5 years ago
- ad01d59 internal/lsp: run diagnostics on the entire workspace by Rebecca Stambler · 5 years ago
- bc1376d internal/lsp: look up files in packages by position instead of URI by Rebecca Stambler · 5 years ago
- 8185551 internal/lsp/source: attach Package to completions when available by Heschi Kreinick · 5 years ago
- 8456940 internal/lsp: remove the pkg.view field, in preparation for CL 204079 by Rebecca Stambler · 5 years ago
- 3d91e92 internal/lsp: stop caching diagnostics on the package by Rebecca Stambler · 5 years ago
- 2b77983 internal/lsp: don't associate package with snapshot by Rebecca Stambler · 5 years ago
- 3057e18 internal/lsp: move error range computations into cache package by Rebecca Stambler · 5 years ago
- 747b8b1 internal/lsp: refactor error handling code in type-checking by Rebecca Stambler · 5 years ago
- 0bbdbb2 internal/lsp: associate package with its snapshot by Rebecca Stambler · 5 years ago
- f0068bd internal/lsp: remove misleading check span by Rebecca Stambler · 5 years ago
- f936694 internal/lsp: add analyses to the snapshot by Rebecca Stambler · 5 years ago
- b53505e internal/lsp: cache analysis using memoize package by Rebecca Stambler · 5 years ago
- 9901302 internal/lsp: use dependencies in cache keys by Rebecca Stambler · 6 years ago
- f0a1674 internal/lsp: address staticcheck warnings by Rebecca Stambler · 5 years ago
- 57610ed internal/lsp: rework snapshots and cache FileHandles per-snapshot by Rebecca Stambler · 6 years ago
- ea99b82 internal/lsp: move the missing imports handling into the metadata by Rebecca Stambler · 6 years ago
- 3af8461 internal/lsp: associate code action diagnostics with suggested fixes by Rebecca Stambler · 6 years ago
- db1d4ed internal/lsp: make sure that deps are only checked in trimmed mode by Rebecca Stambler · 6 years ago
- 1cc9451 internal/lsp: distinguish parse errors from actual errors by Rebecca Stambler · 6 years ago
- 3b4f30a internal/lsp: remove helpers for getting packages by Rebecca Stambler · 6 years ago
- 2dc213d internal/lsp: remove cachedFileToMapper function by Rebecca Stambler · 6 years ago
- 5edc6ae internal/lsp: reduce usage of column mapper by Rebecca Stambler · 6 years ago
- 238129a internal/lsp: derive ASTs from type information by Rebecca Stambler · 6 years ago
- 75be6cd internal/lsp: enable suggested fixes by default by Michael Matloob · 6 years ago
- c2567a2 go/analysis: handle common nil pointers by Rebecca Stambler · 6 years ago
- 3aeeb25 internal/lsp: unlabel context, log errors when canceled by Rebecca Stambler · 6 years ago
- 3100af0 internal/lsp: label context cancellation errors by Rebecca Stambler · 6 years ago
- 62ee034 internal/lsp: use memoize package to cache source.Packages by Rebecca Stambler · 6 years ago
- f07d81a internal/lsp: fix documentation for completion items by Rebecca Stambler · 6 years ago
- b667c4c internal/lsp: cache the *ast.File and *token.File on the package by Rebecca Stambler · 6 years ago
- e8e6be9 internal/lsp: plumb suggested fixes through the LSP by Michael Matloob · 6 years ago
- 252024b internal/lsp: separate refactorings out of memoization CL by Rebecca Stambler · 6 years ago
- 8b2b8cf internal/lsp: add a field on the package to store diagnostics by Michael Matloob · 6 years ago
- 59534d0 internal/lsp: use ids instead of package paths as map keys by Rebecca Stambler · 6 years ago
- d73e1c7 internal/lsp: fix errors when adding new file to existing package by Muir Manders · 6 years ago
- 6050b95 internal/lsp: create types for package paths and IDs by Rebecca Stambler · 6 years ago
- 68211a6 internal/lsp: fix some issues with trimming ASTs by Rebecca Stambler · 6 years ago
- a4e9122 internal/lsp: fix regression from CL 179439 by Rebecca Stambler · 6 years ago
- 12d7342 internal/lsp: refactor to separate pieces of type-checking by Rebecca Stambler · 6 years ago
- ce09bef internal/lsp: reduce the api surface of the cache package by Ian Cottrell · 6 years ago
- 99f201b internal/lsp: add some missing copyright notices by Ian Cottrell · 6 years ago
- 63859f3 internal/lsp: add definition support for packages by Muir Manders · 6 years ago
- 3eedecd internal/lsp: propagate diagnostics for reverse dependencies by Rebecca Stambler · 6 years ago
- f97eea4 internal/lsp: handle nil pointer in (*Package).GetActionGraph by Rebecca Stambler · 6 years ago
- e54115a internal/lsp: fix stuck diagnostic messages by Muir Manders · 6 years ago
- 73054e8 internal/lsp: use new go/packages LoadMode to get TypesSizes by Rebecca Stambler · 6 years ago
- 8110780 internal/lsp: add correct handling for circular imports by Rebecca Stambler · 6 years ago
- 7b79afd internal/lsp: add a source.Package interface by Rebecca Stambler · 6 years ago