aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/cache
AgeCommit message (Expand)Author
2022-09-07gopls: migrate internal/lsp to gopls/internal/lspRobert Findley
2022-09-01internal/lsp/cache: honor RunDespiteErrors=falseAlan Donovan
2022-08-31internal/lsp/cache: delete misleading Package.IllTyped methodAlan Donovan
2022-08-31internal/lsp/cache: clarify error control flow of analysisAlan Donovan
2022-08-26internal/lsp: limit diagnostics for upgrades to codelens go.mod fileSuzy Mueller
2022-08-26internal/lsp: fix suppressed panic in analyzerAlan Donovan
2022-08-19internal/lsp: hover to render go 1.19 doc commentspjw
2022-08-16internal/lsp/cache: clear shouldLoad IDs on loadRobert Findley
2022-08-16internal/lsp/cache: tweaks to metadata graphAlan Donovan
2022-08-11internal/lsp: add unnecessary tags for unused vars and importsSuzy Mueller
2022-08-11internal/lsp/cache: validate the range for critical errors in go filesRobert Findley
2022-08-08internal/lsp/cache: register a file watcher for explicit GOWORK valuesRobert Findley
2022-08-08internal/lsp/cache: track explicit go.work files outside the workspaceRobert Findley
2022-08-08internal/lsp: update the broken workspace message to mention go.workRobert Findley
2022-08-04internal/lsp/cache: delete KnownMetadata.PkgFilesChangedRobert Findley
2022-08-04internal/lsp/cache: invalid packages should not be workspace packagesRobert Findley
2022-08-04internal/lsp: use directoryFilters in import scanningRobert Findley
2022-08-03internal/lsp/cache: fix data races to view.optionsRobert Findley
2022-08-02internal/lsp: re-send diagnostics on file eventsRobert Findley
2022-07-29internal/lsp/cache: don't set context cancellation as a critical errRobert Findley
2022-07-27internal/lsp/cache: allow network whenever reloading the workspaceRobert Findley
2022-07-27internal/lsp/cache: simplify snapshot.Clone reinitialization logicRobert Findley
2022-07-27internal/lsp/cache: report a critical error when go.work is invalidRobert Findley
2022-07-27internal/lsp/cache: invalidate packages with missing deps when files areRobert Findley
2022-07-26internal/lsp/regtest: allow sharing memoized results across regtestsRobert Findley
2022-07-22gopls/internal/regtest: externalize shouldLoad trackingRobert Findley
2022-07-18internal/lsp: Update FilterDisallow to support matching directories at arbitr...Dylan Le
2022-07-15internal/lsp/cache: delete workspacePackageHandles (dead code)Alan Donovan
2022-07-14internal/memoize: rename Handle to PromiseAlan Donovan
2022-07-13internal/lsp/cache: don't trim unexported struct fieldsAlan Donovan
2022-07-13internal/lsp/cache: follow usual structure for packages, analysis mapsAlan Donovan
2022-07-13internal/lsp/cache: simplify modwhy cacheAlan Donovan
2022-07-13internal/lsp/cache: simplify modtidyAlan Donovan
2022-07-13internal/lsp/cache: move PosTo{Decl,Field} out of cacheAlan Donovan
2022-07-12internal/lsp: wait for ongoing work to complete during server shutdownRobert Findley
2022-07-12internal/lsp/cache: use mod=readonly for process env funcsRobert Findley
2022-07-12Revert "Revert "internal/lsp/cache: don't pin a snapshot to view.importsState"Robert Findley
2022-07-11Revert "internal/lsp/cache: don't pin a snapshot to view.importsState"Robert Findley
2022-07-11internal/lsp/cache: make snapshot reference counting uniformAlan Donovan
2022-07-11internal/lsp/cache: don't pin a snapshot to view.importsStateRobert Findley
2022-07-08internal/memoize: document stateIdle, RefCountedAlan Donovan
2022-07-08internal/memoize: delete Generation and BindAlan Donovan
2022-07-08internal/lsp/cache: simplify ParseGoAlan Donovan
2022-07-08internal/lsp/cache: fail addPackageHandle if metadata is staleRobert Findley
2022-07-07internal/lsp/cache: use GetHandle not Bind for 5 URI-keyed mapsAlan Donovan
2022-07-07internal/lsp/cache: use GetHandle not Bind in astCacheDataAlan Donovan
2022-07-06internal/lsp/cache: use GetHandle not Bind for actionsAlan Donovan
2022-07-06internal/span: make NewRange accept File, not FileSetAlan Donovan
2022-07-06internal/lsp/cache: cache isActiveLocked calculation across snapshotsRuslan Nigmatullin
2022-07-05internal/lsp/cache: persist known subdirsRuslan Nigmatullin