Sign in
go
/
tools
/
9d6e1a67e7804fd3b8bd500d325911ab5624bcfb
/
gopls
/
internal
/
golang
cbd92b1
gopls/internal: stubcalledfunction: improve logic of selecting insert position
by xzb
· 5 months ago
9f3c646
gopls/internal/cache: memoize cache keys
by Rob Findley
· 5 months ago
454be60
x/tools: be defensive after types.Info.Types[expr] lookups
by Alan Donovan
· 5 months ago
244a31e
gopls/internal: CodeAction: quickfix to generate missing method
by xzb
· 5 months ago
915132c
internal/typesinternal: add NamedOrAlias type
by Tim King
· 5 months ago
f21a1dc
gopls: add initial support for pull diagnostics
by Rob Findley
· 5 months ago
a30b207
internal/versions: remove InitFileVersions
by Tim King
· 5 months ago
2683c79
gopls/internal/golang/stubmethods: rename analysis/stubmethods
by Alan Donovan
· 5 months ago
efd951d
gopls/internal/analysis/stubmethods: merge into CodeAction
by Alan Donovan
· 5 months ago
ce2a33e
gopls/internal: fix extract refactor for cases with anonymous functions
by Chiawen Chen
· 5 months ago
60b6bcd
gopls/rename: include filename in error message
by Chiawen Chen
· 6 months ago
66afc1a
gopls/completion: tweak fuzz handling to make its own MethodSet
by Muir Manders
· 9 months ago
edfeacf
internal/golang: fix panic in signatureHelp over builtin name
by Rob Findley
· 6 months ago
d911e4a
gopls: disable ast.Object resolution wherever possible
by Alan Donovan
· 6 months ago
31fdc78
gopls/internal/server: allow suppression of showDocument
by Ethan Reesor
· 6 months ago
752860b
gopls/internal/protocol/command: simplify ApplyFix
by Alan Donovan
· 6 months ago
fadcea5
gopls/internal/golang: CodeAction: split into producers
by Alan Donovan
· 6 months ago
1d5e334
internal/aliases: remove Alias and Unalias
by Alan Donovan
· 6 months ago
bea7373
gopls/internal/protocol/command: remove nuisance error handling
by Alan Donovan
· 6 months ago
5aac53c
gopls/internal/golang: Definition: jump to assembly
by Alan Donovan
· 6 months ago
91d4bdb
gopls: rm GofumptFormat from internal/settings
by Kir Kolyshkin
· 6 months ago
beed481
gopls/internal/settings: use CodeActionKind hierarchy
by Alan Donovan
· 7 months ago
15b8886
SignatureHelp: report signature of Ident if no enclosing CallExpr
by xizi
· 6 months ago
4e8d5c8
gopls: bump gofumpt to 0.7.0
by Kir Kolyshkin
· 6 months ago
5157118
gopls/internal/lsp/source: put testing.T/B first when extracting
by Viktor Stanchev
· 6 months ago
2884375
gopls/internal/golang: Definitions: support renaming imports in doc links
by Alan Donovan
· 6 months ago
8ba9169
gopls/internal/golang: Highlight: work around go/types bug
by Alan Donovan
· 6 months ago
c2e057b
gopls: use Func.Signature everywhere
by Alan Donovan
· 6 months ago
9d7d14e
x/tools/gopls: delete code obsoleted by go1.23
by Alan Donovan
· 6 months ago
4bcf6a3
internal/golang: add a fast path for FormatVarType with gopls at 1.23
by Rob Findley
· 6 months ago
9f9b7e3
gopls/internal/settings: add missing deep cloning in Options.Clone
by Rob Findley
· 7 months ago
dc4d64c
gopls: fix non-constant format strings
by Rob Findley
· 6 months ago
4ead70c
gopls: report semantic tokens of top-level type constructor modifiers
by xzb
· 7 months ago
136c165
gopls/internal/cache: remove spurious assertions
by Alan Donovan
· 7 months ago
e6bef92
gopls/internal/golang: downgrade assertion in methodsets index
by Alan Donovan
· 7 months ago
a76f882
gopls: enhance read/write access distinction in document highlighting for symbols
by ZHOU Zehua
· 7 months ago
2154cbf
gopls/internal/golang: add "Browse gopls features" code action
by Alan Donovan
· 9 months ago
d29feb5
gopls/completion: prefer rangeable funcs in range statements
by Muir Manders
· 9 months ago
0e7ccc0
gopls/internal/golang: provide version info for stdlib in pkgdoc
by Hongxiang Jiang
· 9 months ago
2e239ad
gopls/internal/golang: provide version info for stdlib fields
by Hongxiang Jiang
· 9 months ago
bc15dd8
gopls/internal/analysis/fillstruct: use package name (not path) in UI
by Alan Donovan
· 9 months ago
c0ae6bb
gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr
by Alan Donovan
· 9 months ago
5cc2d0b
gopls/internal/golang: splitlines: remove workaround for golang/go#68202
by Alan Donovan
· 9 months ago
6916077
gopls/internal/golang: don't panic when findKeyword fails
by Alan Donovan
· 9 months ago
b9a361a
gopls/internal/golang: provide version info for stdlib methods
by Hongxiang Jiang
· 9 months ago
3db1ddb
gopls/internal/golang: provide available version info in stdlib hover
by Hongxiang Jiang
· 9 months ago
008ed2c
gopls/internal/golang/completion: fix package clause completion suffix
by Rob Findley
· 9 months ago
b297f5a
gopls/internal/golang: s/return values/results/
by Alan Donovan
· 9 months ago
b5bfa9c
gopls/internal/fuzzy: move the fuzzy package to gopls
by Rob Findley
· 9 months ago
480a22d
gopls/completion: don't take address of interfaces for "%p" values
by Muir Manders
· 9 months ago
3151270
gopls/internal: add code action "extract declarations to new file"
by Chiawen Chen
· 9 months ago
850c7c3
gopls: skip failing tests on wasm/wasip1
by Rob Findley
· 9 months ago
dc34122
gopls/internal/golang: fix hovering from the builtin file
by Rob Findley
· 9 months ago
1e6c1e2
gopls/internal/golang: strip @v1.2.3 suffix from pkgdoc URLs
by Alan Donovan
· 9 months ago
f06ed92
gopls/internal/settings: define InlayHints enum
by Alan Donovan
· 9 months ago
833def6
gopls/internal/settings: move CodeActionKind values from protocol
by Alan Donovan
· 9 months ago
99779e9
gopls/internal/settings: move CodeLensSource from protocol
by Alan Donovan
· 9 months ago
1239d04
gopls/internal/golang: Hover: use internal pkg doc viewer
by Alan Donovan
· 12 months ago
6ece8fb
gopls/internal/golang: improve ergonomics of "Browse documentation"
by Alan Donovan
· 9 months ago
6a8bc5f
gopls/internal/lsp/source: ignore lambdas in call hierarchy
by Alan Donovan
· 1 year, 3 months ago
b5dbe8b
gopls/internal/golang: s/View/Browse/ for browser-based features
by Alan Donovan
· 9 months ago
46928a5
gopls: fix StmtToInsertVarBefore for switch stmts
by ssd71
· 9 months ago
bffeaaa
gopls/internal/golang: s/Show/View/ for web-based reports
by Alan Donovan
· 9 months ago
413a491
gopls/internal/golang: factor the 3 web reports
by Alan Donovan
· 9 months ago
f41a407
gopls/internal/golang: Web, an abstraction of server.web
by Alan Donovan
· 9 months ago
f5a26d2
gopls/internal/server: simplify FreeSymbols plumbing
by Alan Donovan
· 9 months ago
15d13c3
gopls/internal/golang: add "Show assembly of f" code action
by Alan Donovan
· 10 months ago
a35b054
gopls/internal/test/integration: style tweaks to CodeAction
by Alan Donovan
· 9 months ago
5e0f1d8
gopls/internal/server: fix regression in organize imports code action
by Hana (Hyang-Ah) Kim
· 9 months ago
7522327
gopls/rename: Fix spurious package name conflicts.
by toad
· 10 months ago
b623539
gopls/internal/cache: suppress "internal" import check on Bazel
by Alan Donovan
· 10 months ago
019da39
gopls/internal/golang: OutgoingCalls: fix crash on unsafe.Slice
by Alan Donovan
· 10 months ago
f10a0f1
gopls/internal/golang: skip TestFreeRefs on js
by Rob Findley
· 10 months ago
d940b33
gopls/internal/server: support InsertReplaceEdit completion
by Hana (Hyang-Ah) Kim
· 10 months ago
e635bfa
gopls/internal/golang: unexport more declarations
by Alan Donovan
· 10 months ago
bc5e086
gopls/internal/golang: unexport several functions
by Alan Donovan
· 10 months ago
41211c8
gopls/internal/golang: fix bug in freeRefs algorithm
by Alan Donovan
· 10 months ago
788d39e
gopls/internal/golang: "Show free symbols" code action
by Alan Donovan
· 1 year, 4 months ago
f73683e
gopls/internal/golang: remove test debugging aix-ppc64 issue
by Rob Findley
· 10 months ago
0b4dca1
gopls/internal/protocol: separate CodeLens from Command; document
by Alan Donovan
· 10 months ago
de1032b
gopls: remove dead code
by Alan Donovan
· 10 months ago
c184dd7
internal/test/marker: skip basiclit.txt on ppc64
by Rob Findley
· 10 months ago
af36634
gopls/internal/protocol: rename DocumentChange{s,}
by Alan Donovan
· 10 months ago
42d564a
gopls: support four kinds of DocumentChanges
by Alan Donovan
· 10 months ago
528484d
gopls/internal/cache: support overlays
by Alan Donovan
· 10 months ago
487737a
gopls/internal/golang: fix another crash in RenderPackageDoc
by Alan Donovan
· 10 months ago
4cfd180
gopls/internal/golang: RenderPackageDoc: fix param truncation crash
by Alan Donovan
· 10 months ago
24f3b32
gopls/internal/golang: show struct tag when hovering over fields
by Quentin Quaadgras
· 10 months ago
e149e84
gopls: rationalize code generation
by Alan Donovan
· 10 months ago
ff28778
gopls/internal/protocol: rationalize edit helpers
by Alan Donovan
· 10 months ago
5daf157
gopls/internal/golang: simplify "rewrite" code actions
by Alan Donovan
· 10 months ago
1718e2d
gopls/internal/cache: simplify Snapshot Go commands
by Robert Findley
· 11 months ago
e2a352c
internal/refactor/inline: extensible API
by Alan Donovan
· 11 months ago
ccdef3c
gopls/internal/golang: fix nil panic in InlayHint
by Alan Donovan
· 11 months ago
5ef4fc9
gopls/internal/golang/completion: fix the isEmptyInterface predicate
by Rob Findley
· 11 months ago
3c49bb7
gopls: normalize logging attributes
by Robert Findley
· 11 months ago
2fa621c
gopls/internal/golang: fix resolution of in-package implementations
by Robert Findley
· 11 months ago
8db95b7
gopls/internal/golang: check the comment range before emiting semantic tokens
by rogeryk
· 11 months ago
c17402c
gopls: fix a couple places where temporary files are not removed
by Rob Findley
· 11 months ago
7c7d7db
gopls/internal/golang: allow "query" CodeActions on generated files
by Alan Donovan
· 11 months ago
Next »