Sign in
go
/
tools
/
HEAD
8111118
go/analysis/internal/facts: fix cycle in importMap.
by Tim King
· 1 year, 3 months ago
master
dd1c468
gopls/internal/lsp/source: simplify extracting object hover doc
by Robert Findley
· 4 days ago
66f8f71
gopls/internal/lsp/source: use syntax alone in FormatVarType
by Robert Findley
· 5 days ago
30f191f
internal/imports: update stdlib index for Go 1.20
by Gopher Robot
· 3 days ago
4e98188
internal/imports: use go/packages instead of cmd/api to compute symbols
by Dmitri Shuralyov
· 3 days ago
4e8ff89
internal/imports: update stdlib index for 1.20
by Brad Fitzpatrick
· 4 days ago
6bd0d00
gopls/internal/lsp: go to definition from linkname directive
by Viktor Blomqvist
· 10 days ago
0cfddb3
gopls/internal/lsp: enable clear builtin completion test
by Cuong Manh Le
· 4 days ago
41adf8d
gopls/internal/lsp/tests: remove StripSubscripts
by Robert Findley
· 4 days ago
86fdadc
gopls/internal/lsp/safetoken: delete safetoken.Range
by Alan Donovan
· 6 days ago
c276ee5
internal/robustio: fix signature of getFileID on plan9
by Robert Findley
· 5 days ago
e170d45
gopls/internal/lsp: add clear builtin
by Cuong Manh Le
· 2 weeks ago
2ea4b81
go/ast/inspector: skip ranges that do not contain a node type
by Tim King
· 7 weeks ago
407bbed
go/analysis: improve error message on duplicate fixes
by Tim King
· 8 weeks ago
bd5dfbb
all: fix some comments
by cui fliter
· 5 days ago
072fca5
gopls/protocol: use the current definition of the lsp
by Peter Weinberger
· 6 days ago
aa633e7
tools/gopls: provide markdown for completion and signature help
by Peter Weinbergr
· 11 days ago
684a1c0
go/analysis/internal/analysisflags: use os.Executable for program path
by Tim King
· 4 weeks ago
bd5e595
gopls/internal/lsp/cache: add missing mutex
by Alan Donovan
· 6 days ago
2683128
gopls/internal/lsp: differentiate govulncheck/vulncheck imports diags
by Hana (Hyang-Ah) Kim
· 4 weeks ago
d1e92d6
gopls/internal/lsp/mod: reorder vulncheck quick fixes
by Hana (Hyang-Ah) Kim
· 4 weeks ago
87d00e6
gopls/internal/lsp: separate some requests from source.Identifier
by Robert Findley
· 9 days ago
ae242ec
gopls: fix windows file corruption
by Robert Findley
· 2 weeks ago
6f65213
gopls/internal/lsp/protocol: Mapper.NodeMappedRange
by Alan Donovan
· 6 days ago
e260368
gopls/semantic: report type parameters in the type of a receiver
by Peter Weinbergr
· 11 days ago
b62cbb6
internal/lockedfile: fix build constraints on solaris
by Bryan C. Mills
· 9 days ago
1aa7e72
gopls/internal/lsp/source: avoid qualifiedObjectsAtProtocolPos
by Alan Donovan
· 9 days ago
5ed33df
gopls/internal/lsp/source: rename: prep for incrementality
by Alan Donovan
· 9 days ago
e0659d1
gopls/internal/lsp/source: simplify legacy 'references' func
by Alan Donovan
· 10 days ago
1edcfe7
gopls/internal/regtest/diagnostics: require cgo for TestGoListErrors
by Robert Findley
· 10 days ago
f052158
gopls/internal/lsp/protocol: move TestBytesOffset
by Alan Donovan
· 10 days ago
d093a13
gopls/internal/lsp/protocol: LocationTextDocumentPositionParams
by Alan Donovan
· 10 days ago
bcb677e
gopls/internal/regtest: make RegexpSearch return a Location
by Alan Donovan
· 10 days ago
60782e9
gopls/internal/lsp/source: eliminate a couple uses of posToMappedRange
by Robert Findley
· 11 days ago
031e6e6
gopls/internal/lsp/source: eliminate ResolveImportPath
by Robert Findley
· 11 days ago
f2cd9ef
gopls/internal/lsp/source: reduce usage of TypecheckWorkspace
by Robert Findley
· 11 days ago
f10e7d5
gopls/internal/lsp/cache: remove package dependence on packages.Config
by Robert Findley
· 3 weeks ago
8270757
gopls/internal/lsp/source: switch call hierarchy to references v2
by Alan Donovan
· 6 weeks ago
37c69d8
gopls/internal/lsp/source: references: support exported methods
by Alan Donovan
· 2 weeks ago
f3c36a2
gopls/internal/lsp/cmd/test: delete marker-based tests of gopls cmd
by Alan Donovan
· 11 days ago
c224aae
gopls/internal/lsp/cmd/test: new integration test for gopls command
by Alan Donovan
· 11 days ago
deeb64b
gopls/internal/lsp/source/xrefs: allow Lookup of a set
by Alan Donovan
· 2 weeks ago
f269f53
gopls/internal/lsp: remove Server.processModifications
by Robert Findley
· 3 weeks ago
fcd57eb
gopls: allow 'any' and 'comparable' in completion results
by Robert Findley
· 13 days ago
aae3642
gopls/internal/lsp/source: referencesV2: support unexported methods
by Alan Donovan
· 2 weeks ago
b5d65e0
tools/gopls: register semantic tokens statically
by Peter Weinberger
· 3 weeks ago
51abc5b
gopls/internal/lsp/source: stub: don't panic when encountering 'error'
by Alan Donovan
· 2 weeks ago
ce28f40
gopls/internal/regtest: add a test demonstrating confusion following an
by Robert Findley
· 2 weeks ago
c4c6aa6
internal/lsp/cache: don't panic in Snapshot on a shutdown view
by Robert Findley
· 2 weeks ago
1faecd3
tools/internal/diff: fix off-by-one error in computing diffs
by Peter Weinbergr
· 6 weeks ago
a7f033a
gopls/internal/lsp: consolidate the FileHandle API
by Robert Findley
· 2 weeks ago
271e621
internal/lockedfile/internal/filelock: fix aix build tag
by Alan Donovan
· 2 weeks ago
ff9bea5
gopls/internal/lsp/cmd/test: signpost future cleanups
by Alan Donovan
· 2 weeks ago
7d4ba2f
gopls/release: remove unused functionality from release script
by Robert Findley
· 2 weeks ago
46b6958
gopls/internal/lsp/source: delete source_test
by Alan Donovan
· 2 weeks ago
bcc7794
go/analysis/passes/directive: add directive analyzer
by Russ Cox
· 3 weeks ago
33d416e
gopls/internal/lsp: add missing comments on 3x tests.Test impls
by Alan Donovan
· 2 weeks ago
afea272
gopls/internal/lsp/source: make implementations2 work on embedded fields
by Alan Donovan
· 2 weeks ago
bb7c440
gopls/internal/lsp/filecache: use file locking, not rename
by Alan Donovan
· 3 weeks ago
561a9be
gopls/internal/lsp/filecache: actually delete files
by Alan Donovan
· 3 weeks ago
9682b0d
gopls/internal/lsp/source: delete IsInterface
by Alan Donovan
· 3 weeks ago
7a7b699
go/analysis/passes/loopclosure: avoid panic in new parallel subtest check when t.Run has single argument
by thepudds
· 3 weeks ago
3e6f71b
gopls/internal/regtest: use AfterChange in more places
by Robert Findley
· 3 weeks ago
9ff31a5
x/tools/go/analysis/passes/printf: revert URL in error message
by Russ Cox
· 3 weeks ago
2fa6ca1
gopls/internal/lsp/source/impls: a new "implementations" index
by Alan Donovan
· 5 weeks ago
957bec5
gopls/protocol: new versions of generated LSP files
by Peter Weinberger
· 3 weeks ago
f0e2d5c
internal/gcimporter: discard position info for unneeded lines
by Alan Donovan
· 3 weeks ago
5bedd86
cmd/digraph: use ReadString rather than bufio.Scanner
by Fumitoshi Ukai
· 3 weeks ago
f6ea009
gopls/internal/lsp: remove the experimentalWatchedFileDelay setting
by Robert Findley
· 3 weeks ago
f46e418
gopls/internal/lsp/source: include ITVs in global references
by Alan Donovan
· 3 weeks ago
f3e53e5
internal/jsonrpc2_v2: fix typos
by kouler
· 4 weeks ago
d958e85
internal/gcimporter: use two-level file index
by Alan Donovan
· 3 weeks ago
8aba49b
internal/gcimporter: preserve column and line in shallow iexport
by Alan Donovan
· 4 weeks ago
d7fc4e7
gopls: new LSP stub generator
by Peter Weinberger
· 9 weeks ago
5c176b1
internal/robustio: skip os.Link test on android
by Alan Donovan
· 3 weeks ago
d34a055
go/ssa: sanity check the types of phi nodes
by Tim King
· 3 weeks ago
6f095b4
go/callgraph/vta: add flows for receiver function types
by Zvonimir Pavlinovic
· 3 weeks ago
8e94967
cmd/fiximports: do not assume go list -json unmarshals into build.Package
by Russ Cox
· 3 weeks ago
e035d0c
go/ssa: fix phi node type in slice to array conversion
by Cuong Manh Le
· 3 weeks ago
03eac81
go/expect: remove testdata go.mod to go.fake.mod
by Michael Pratt
· 3 weeks ago
1e819a3
gopls/internal/regtest: follow-ups to review comments from earlier CLs
by Robert Findley
· 3 weeks ago
9ba8bb1
gopls/internal/regtest: clean up workspace symbol helpers
by Robert Findley
· 3 weeks ago
91b6070
gopls/internal/regtest: eliminate DiagnosticAtRegexp
by Robert Findley
· 3 weeks ago
bd48b9a
gopls/internal/regtest: eliminate DiagnosticsAtRegexpWithMessage
by Robert Findley
· 3 weeks ago
5d65394
gopls/internal/regtest: eliminate DiagnosticAt
by Robert Findley
· 3 weeks ago
27dfeb2
gopls/internal/regtest: replace NoDiagnostics with NoMatchingDiagnostics
by Robert Findley
· 3 weeks ago
87092c8
gopls/internal/lsp/fake: use protocol types for the fake editor
by Robert Findley
· 3 weeks ago
672a036
gopls/internal/regtest: simplify OnceMet expressions with an env helper
by Robert Findley
· 3 weeks ago
ab7b5b2
gopls/internal/regtest: eliminate GoSumDiagnostic
by Robert Findley
· 3 weeks ago
331a1c6
gopls/internal/regtest: add a simpler API for diagnostic expectations
by Robert Findley
· 3 weeks ago
c9b82f2
gopls/internal/regtest: eliminate EmptyDiagnostics
by Robert Findley
· 3 weeks ago
e81af27
gopls: update golang.org/x/vuln@6ad3e3d
by Hana (Hyang-Ah) Kim
· 4 weeks ago
d19e3d1
internal/regtest/bench: fix BenchmarkRename and add more benchmark tests for gopls
by Dung Le
· 3 weeks ago
2be1a9a
gopls/internal/regtest: rename EmptyOrNoDiagnostics to NoDiagnostics
by Robert Findley
· 3 weeks ago
7ec05ac
gopls/internal/regtest: eliminate NoDiagnostics
by Robert Findley
· 3 weeks ago
e956495
gopls/internal/regtest: eliminate DiagnosticsFor
by Robert Findley
· 3 weeks ago
8087911
gopls: remove the experimentalWorkspaceModule mode
by Robert Findley
· 7 weeks ago
5b300bd
gopls/internal/lsp/cache: clean up view workspace information
by Robert Findley
· 5 weeks ago
97d5de5
gopls/internal/cache: don't mark initialized after cancellation
by Robert Findley
· 4 weeks ago
58691bc
gopls/internal/lsp/glob: add an LSP compliant glob implementation
by Robert Findley
· 4 weeks ago
Next »