Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@leitzler
Copy link
Member

  • internal/memoize: rename Handle to Promise db8f89b39
  • internal/analysisinternal: move FindBestMatch to internal/lsp/fuzzy a7c53b59a
  • internal/lsp/cache: don't trim unexported struct fields 9b6c01892
  • internal/lsp/cache: follow usual structure for packages, analysis maps 85173cc4b
  • internal/lsp/cache: simplify modwhy cache b2eae7626
  • internal/lsp/cache: simplify modtidy dcb576d3b
  • internal/lsp/cache: move PosTo{Decl,Field} out of cache b230791f2
  • internal/lsp/fake: retry spurious file lock errors on windows 8730184ef
  • internal/lsp/progress: actually close over Context in WorkDoneWriter 459e2b88f
  • go/callgraph/vta: remove interprocedural flows for receiver objects 7c06b01db
  • internal/lsp/regtest: simplify, consolidate, and document settings 6e6f3131e
  • internal/lsp: wait for ongoing work to complete during server shutdown 3db2cdc06
  • internal/lsp/cache: use mod=readonly for process env funcs a5adb0f2c
  • Revert "Revert "internal/lsp/cache: don't pin a snapshot to view.importsState" a79ee0f0f
  • internal/lsp/source: use token.File-agnostic positions to dedupe refs bc957ec62
  • Revert "internal/lsp/cache: don't pin a snapshot to view.importsState" b6e495100
  • internal/lsp/cache: make snapshot reference counting uniform 71dc5e295
  • internal/lsp/cache: don't pin a snapshot to view.importsState 42457a544
  • internal/memoize: document stateIdle, RefCounted d6c099e3c
  • internal/memoize: delete Generation and Bind 53ead67a9
  • internal/lsp/cache: simplify ParseGo 874617721
  • internal/lsp/cache: fail addPackageHandle if metadata is stale 9c2a5567e
  • internal/lsp/cache: use GetHandle not Bind for 5 URI-keyed maps 1dfab61a4
  • internal/lsp: consolidate .go/go.mod link logic 2aef121b8
  • internal/lsp/cache: use GetHandle not Bind in astCacheData 8184d1ff7
  • internal/lsp/cache: use GetHandle not Bind for actions 36430f4b3
  • internal/span: make NewRange accept File, not FileSet b929f3bf4
  • internal/lsp/cache: cache isActiveLocked calculation across snapshots d69bac6d8
  • internal/lsp/cache: persist known subdirs afa4a9562
  • internal/lsp/cache: sort Metadata.Deps, for determinism 698251aaa
  • internal/lsp/cache: clarify buildPackageHandle f79f3aac1
  • internal/lsp/lsppos: reduce allocations in NewMapper e92a18fd1
  • internal/lsp/source: reduce allocation in workspace-symbols f487f3623
  • internal/persistent: no-op deletion from map does not allocate 7b04e8b59
  • internal/memoize: delete Bind(cleanup) hook f042799df
  • internal/lsp/cache: avoid Handle mechanism for workspace dir bec0cf16b
  • lsp/completion: fix ranking of *types.PkgName candidates ffc70b9ac
  • gopls: add range over channel postfix completion 93bf1fcc7
  • internal/memoize: do not iterate all handles on generation destruction 79fefdf61
  • internal/lsp/cache: use persistent map for storing packages in the snapshot fa4babcd9
  • internal/lsp/cache: remove unused function 9358addba
  • gopls: upgrade staticcheck to v0.3.2 c77473fa9
  • internal/lsp/cache: don't construct a new metadata graph if no changes e8e5b3708
  • go/analysis: add suggested fix for unkeyed composite literals 8314b7aa0
  • internal/lsp: add text edits for unkeyed literals 8865782bc
  • internal/lsp/cache: don't build symbol info for non-Go files 1a196f049
  • gopls/doc: regenerate documentation b84d509d6
  • go/analysis/passes/fieldalignment: document "false sharing" c10541a14
  • internal/lsp: respect range for inlay hints 7743d1d94
  • internal/lsp: add additional instrumentation around package loading 024871439
  • internal/lsp: add InlayHint regtests e5b332499
  • go/gcexportdata: fix Find for Go modules 2a900561e

* internal/memoize: rename Handle to Promise db8f89b39
* internal/analysisinternal: move FindBestMatch to internal/lsp/fuzzy a7c53b59a
* internal/lsp/cache: don't trim unexported struct fields 9b6c01892
* internal/lsp/cache: follow usual structure for packages, analysis maps 85173cc4b
* internal/lsp/cache: simplify modwhy cache b2eae7626
* internal/lsp/cache: simplify modtidy dcb576d3b
* internal/lsp/cache: move PosTo{Decl,Field} out of cache b230791f2
* internal/lsp/fake: retry spurious file lock errors on windows 8730184ef
* internal/lsp/progress: actually close over Context in WorkDoneWriter 459e2b88f
* go/callgraph/vta: remove interprocedural flows for receiver objects 7c06b01db
* internal/lsp/regtest: simplify, consolidate, and document settings 6e6f3131e
* internal/lsp: wait for ongoing work to complete during server shutdown 3db2cdc06
* internal/lsp/cache: use mod=readonly for process env funcs a5adb0f2c
* Revert "Revert "internal/lsp/cache: don't pin a snapshot to view.importsState" a79ee0f0f
* internal/lsp/source: use token.File-agnostic positions to dedupe refs bc957ec62
* Revert "internal/lsp/cache: don't pin a snapshot to view.importsState" b6e495100
* internal/lsp/cache: make snapshot reference counting uniform 71dc5e295
* internal/lsp/cache: don't pin a snapshot to view.importsState 42457a544
* internal/memoize: document stateIdle, RefCounted d6c099e3c
* internal/memoize: delete Generation and Bind 53ead67a9
* internal/lsp/cache: simplify ParseGo 874617721
* internal/lsp/cache: fail addPackageHandle if metadata is stale 9c2a5567e
* internal/lsp/cache: use GetHandle not Bind for 5 URI-keyed maps 1dfab61a4
* internal/lsp: consolidate .go/go.mod link logic 2aef121b8
* internal/lsp/cache: use GetHandle not Bind in astCacheData 8184d1ff7
* internal/lsp/cache: use GetHandle not Bind for actions 36430f4b3
* internal/span: make NewRange accept File, not FileSet b929f3bf4
* internal/lsp/cache: cache isActiveLocked calculation across snapshots d69bac6d8
* internal/lsp/cache: persist known subdirs afa4a9562
* internal/lsp/cache: sort Metadata.Deps, for determinism 698251aaa
* internal/lsp/cache: clarify buildPackageHandle f79f3aac1
* internal/lsp/lsppos: reduce allocations in NewMapper e92a18fd1
* internal/lsp/source: reduce allocation in workspace-symbols f487f3623
* internal/persistent: no-op deletion from map does not allocate 7b04e8b59
* internal/memoize: delete Bind(cleanup) hook f042799df
* internal/lsp/cache: avoid Handle mechanism for workspace dir bec0cf16b
* lsp/completion: fix ranking of *types.PkgName candidates ffc70b9ac
* gopls: add range over channel postfix completion 93bf1fcc7
* internal/memoize: do not iterate all handles on generation destruction 79fefdf61
* internal/lsp/cache: use persistent map for storing packages in the snapshot fa4babcd9
* internal/lsp/cache: remove unused function 9358addba
* gopls: upgrade staticcheck to v0.3.2 c77473fa9
* internal/lsp/cache: don't construct a new metadata graph if no changes e8e5b3708
* go/analysis: add suggested fix for unkeyed composite literals 8314b7aa0
* internal/lsp: add text edits for unkeyed literals 8865782bc
* internal/lsp/cache: don't build symbol info for non-Go files 1a196f049
* gopls/doc: regenerate documentation b84d509d6
* go/analysis/passes/fieldalignment: document "false sharing" c10541a14
* internal/lsp: respect range for inlay hints 7743d1d94
* internal/lsp: add additional instrumentation around package loading 024871439
* internal/lsp: add InlayHint regtests e5b332499
* go/gcexportdata: fix Find for Go modules 2a900561e
@leitzler leitzler merged commit abfd5d5 into main Jul 15, 2022
@leitzler leitzler deleted the deps_tools_db8f89b39 branch July 15, 2022 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants