- 003c81d internal/diff: eliminate duplicate code with generics by qiulaidongfeng · 4 days ago master
- 5e672e2 gopls/internal/lsp/source: add test for rename spurious shadowing by Alan Donovan · 3 weeks ago
- 9dce7c1 Revert "gopls/internal/server: rewrite the server diagnostic tracking" by Robert Findley · 4 days ago
- c8cb6a3 gopls/doc: add a note updating the original design doc by Rob Findley · 5 days ago
- 184d2a7 gopls/internal/server: rewrite the server diagnostic tracking by Rob Findley · 7 days ago
- 625a693 gopls/internal/lsp/cache: move gc_details toggle state to the snapshot by Rob Findley · 7 days ago
- 7e4a1ff internal/lsp/command: allow //go:generate command access network by rogeryk · 7 days ago
- c7cadca gopls/internal/cmd: remove gopls.run_vulncheck example by Alan Donovan · 6 days ago
- 79d4e32 gopls/internal/lsp/cache/parsego: clamp positions when fixing statements by Rob Findley · 6 days ago
- 58556d1 gopls/internal/lsp/protocol/generate: restore indentation by Alan Donovan · 6 days ago
- c4f958a gopls/internal/cmd: add 'execute' command by Alan Donovan · 7 days ago
- d146c60 gopls/internal/test/marker: move ExitIfSmallMachine back to TestMain by Rob Findley · 7 days ago
- b74ea80 gopls/internal/lsp/source/completion: support more postfix completion for map and slice (len, for, forr) by rogeryk · 7 days ago
- ca243bd gopls/internal/server: simplify snapshot diagnostics by Rob Findley · 8 days ago
- c0305a8 gopls/internal/lsp/server: simplify logic for diagnosing changed files by Rob Findley · 8 days ago
- ee21c63 gopls/internal/test: move the tests by Alan Donovan · 8 days ago
- 83512c4 internal/lsp/source/completion/snippet: move from lsp/snippet by Alan Donovan · 8 days ago
- c21f267 gopls/internal/lsp: remove lsp path segment by Alan Donovan · 8 days ago
- 5995d31 gopls/internal/util: more renamings by Alan Donovan · 8 days ago
- 8c1b662 gopls/internal/analysis: rename lsp/analysis -> analysis by Alan Donovan · 8 days ago
- d599a86 gopls: move marker tests to internal/test/marker by Alan Donovan · 8 days ago
- 6dd3b2b gopls/internal/server: superficial clean up of diagnostics by Rob Findley · 8 days ago
- 5fb3132 gopls/internal/lsp: delete dead code by Alan Donovan · 8 days ago
- 1b1e4da internal/imports: remove duplicate unused imports by Sean Hildebrand · 2 years, 8 months ago
- 42c4470 gopls/protocol/generate: files to generate lsp stubs by Peter Weinberger · 11 days ago
- f291bf8 gopls: update lsp stubs by Peter Weinberger · 4 weeks ago
- db5acf6 gopls/internal/util: move lru,frob,bug,{ast,types,path}util here by Alan Donovan · 9 days ago
- 147b88d internal/server: factor protocol.NonNilSlice by Alan Donovan · 9 days ago
- 6e052bb gopls/internal/server: rename from lsp by Alan Donovan · 9 days ago
- 30c5d24 gopls/internal/lsp/cache/metadata: rename Metadata to Package by Rob Findley · 9 days ago
- 8cd8121 gopls/internal/regtest: avoid file segments ending in a period by Alan Donovan · 10 days ago
- c8019b9 gopls/internal/lsp/cache: move ignoreFilter onto View by Rob Findley · 10 days ago
- f930faf gopls/internal/lsp: remove analysisMode, and other unused params by Rob Findley · 10 days ago
- c04fbc0 gopls/internal/lsp: cleanups to view logic by Alan Donovan · 10 days ago
- 64f8a68 gopls: remove unnecessary conversions by Rob Findley · 9 days ago
- 12b4de1 gopls/internal/lsp/source: fix hover for objects in unsafe by Rob Findley · 2 weeks ago
- 4cbc053 gopls/internal/lsp: invert the import between cache and source by Rob Findley · 10 days ago
- ad85a67 gopls/internal/lsp/source: eliminate AnalyzerErrorKind by Rob Findley · 2 weeks ago
- 2c02506 gopls/internal/lsp/cache: clean up more references to the source package by Rob Findley · 2 weeks ago
- 0454d64 gopls/internal/lsp/source/typerefs: move to ../cache/typerefs by Rob Findley · 2 weeks ago
- d2ba90b gopls/internal/lsp/source/methodsets: move to ../cache/methodsets by Rob Findley · 2 weeks ago
- e3785e8 gopls/internal/lsp/source/xrefs: move to ../cache/xrefs by Rob Findley · 2 weeks ago
- ef6cba8 gopls/internal/lsp/cache: move parsing types / algorithm to parsego by Rob Findley · 2 weeks ago
- b9a0354 gopls/internal/lsp/cache: split metadata related types into a package by Rob Findley · 2 weeks ago
- 87aa71c gopls/internal/lsp/cache: move load diagnostics to packageHandle by Rob Findley · 2 weeks ago
- b405134 gopls/internal/telemetry/cmd/stacks: skip gopls@devel by Alan Donovan · 11 days ago
- 73e70de gopls/internal/lsp: factor showMessage calls by Alan Donovan · 4 weeks ago
- 1896879 gopls: enable telemetry uploading only with 'serve' by Hana (Hyang-Ah) Kim · 10 days ago
- eee280c gopls/internal/lsp/protocol: reject non-'file' scheme DocumentURIs by Alan Donovan · 3 weeks ago
- 72ee4f8 gopls/internal/lsp/source/extract: don't assume Scope.Pos by Alan Donovan · 10 days ago
- 781b218 gopls/internal/lsp/source: move NodeContains into the astutil pkg by Rob Findley · 2 weeks ago
- 2d18617 gopls/internal/lsp/cache: clean up unnecessary type checking indirection by Rob Findley · 6 weeks ago
- 98d026b go/analysis/analysistest: allow End=0 (meaning End=Pos) in RunWithSuggestedFixes by Uffy · 2 weeks ago
- 67f59a0 gopls/internal/lsp/cache: don't rebuild filters for each modcache dir by Rob Findley · 2 weeks ago
- a9ef4cf go.mod: update golang.org/x dependencies by Gopher Robot · 11 days ago v0.16.0
- d9b9452 gopls/internal/lsp/cache: move quick-fix bundling logic to the cache pkg by Rob Findley · 2 weeks ago
- 1733061 go/analysis/passes/testinggoroutine: report by enclosing regions by Tim King · 4 weeks ago
- b19be0f gopls/internal/cmd/help_test.go: document by Alan Donovan · 2 weeks ago
- daa4aa5 gopls/internal/lsp/source: stubmethods: fix out-of-bounds index by Alan Donovan · 3 weeks ago
- a586d0d go/types/internal/play: show more types.Scope detail by Alan Donovan · 2 weeks ago
- 53ad329 gopls/internal/lsp/source: move edit logic into the protocol package by Rob Findley · 2 weeks ago
- 3c677e3 gopls/internal/lsp/cache: move SuggestedFixFromCommand into cache by Rob Findley · 2 weeks ago
- ab6af7d gopls/internal/lsp/source: extract InDir to a new pathutil package by Rob Findley · 2 weeks ago
- e7d61d9 gopls/internal/lsp/cache: simplify named error values by Rob Findley · 2 weeks ago
- 3a915e4 gopls/internal/lsp/cache: use local aliases for all source objects by Rob Findley · 3 weeks ago
- be332ea gopls/internal/lsp/cache: avoid problematic use of goCommandInvocation by Rob Findley · 3 weeks ago
- dfa5cbb gopls/internal/lsp/cache: remove workspaceMode by Rob Findley · 3 weeks ago
- a98c076 gopls: remove the "tempModFile" setting by Rob Findley · 3 weeks ago
- 3510b4f gopls/internal/lsp: simplify mod update commands by Rob Findley · 3 weeks ago
- fdf06f2 gopls: simplify the Snapshot and View interfaces by Rob Findley · 3 weeks ago
- 8966034 gopls/internal/lsp/cache: export Snapshot by Rob Findley · 3 weeks ago
- bd215c0 gopls/internal/lsp/source: remove View.Snapshot by Rob Findley · 3 weeks ago
- fdce3cd gopls: remove the "chattyDiagnostics" setting by Rob Findley · 3 weeks ago
- 6b2c993 gopls: remove the LiteralCompletions option by Rob Findley · 3 weeks ago
- cc42fd3 gopls/internal/lsp/cache: move go.work parsing into the view by Rob Findley · 3 weeks ago
- a5e8bb0 Revert "gopls/internal/lsp/source: fix rename spurious shadowing error" by Alan Donovan · 3 weeks ago
- 2529481 gopls/internal/lsp: eliminate server code generation by Alan Donovan · 3 weeks ago
- e0a64c2 gopls/internal/lsp/source: fix rename spurious shadowing error by Alan Donovan · 5 months ago
- 00ec6da gopls/test: eliminate, by moving tests to more appropriate places by Alan Donovan · 3 weeks ago
- 42d9779 gopls: move settings to a settings package by Rob Findley · 3 weeks ago
- c823488 gopls: move file-related types to a 'file' package by Rob Findley · 3 weeks ago
- 98b4b14 gopls/internal/lsp/source: make source.Analyzer pure configuration by Rob Findley · 3 weeks ago
- 80a4166 gopls/internal/lsp/source: fix panic in definition(error.Error) by Alan Donovan · 3 weeks ago
- 00a4006 gopls/internal/lsp: remove redundant conversions by Alan Donovan · 3 weeks ago
- 1b54dd7 gopls/internal/lsp/fake: inline fake.toURI away by Alan Donovan · 3 weeks ago
- 553e9d1 gopls/internal/lsp/protocol: delete $GOROOT hack in URIFromPath by Alan Donovan · 3 weeks ago
- 1cab127 gopls/internal/lsp/protocol: rename URI.Filename -> Path by Alan Donovan · 3 weeks ago
- 21a46d4 gopls/internal/lsp/protocol: inline .SpanURI() away by Alan Donovan · 3 weeks ago
- 27abf64 gopls/internal/lsp/protocol: inline URIFromSpanURI away by Alan Donovan · 3 weeks ago
- ccacebc gopls/internal/lsp/span: inline URI away by Alan Donovan · 3 weeks ago
- 369d0ee gopls/internal/span: inline URIFromPath away by Alan Donovan · 3 weeks ago
- e162395 gopls/internal/telemetry/cmd/stacks: create GH issues from telemetry by Alan Donovan · 3 weeks ago
- 057c099 gopls/internal/cmd: remove "span" import, make Span private by Alan Donovan · 3 weeks ago
- 979df5b gopls/internal/span: identify span.URI and protocol.DocumentURI by Alan Donovan · 3 weeks ago
- 65d7356 go/analysis/internal/checker: allow End=0 (meaning End=Pos) in fix by Alan Donovan · 3 weeks ago
- 2bdbb88 go/analysis/internal/checker: clean up tests by Alan Donovan · 3 weeks ago
- 5025441 gopls/internal/lsp: add code action for conversion between raw and interpreted string by rogeryk · 3 weeks ago
- 048e15e gopls/internal/lsp/cache: rename workspaceInformation to viewDefinition by Rob Findley · 4 weeks ago
- 1db3c37 gopls/internal/lsp/cache: remove unused Session.ModifyFiles by Rob Findley · 4 weeks ago
- 35549c6 gopls/internal/lsp/cache: move upgrades and vulns onto the snapshot by Rob Findley · 4 weeks ago