Sign in
go
/
tools
/
4cfd18098bc9ef6e8127f3fa5dc870ced2f73f56
4cfd180
gopls/internal/golang: RenderPackageDoc: fix param truncation crash
by Alan Donovan
· 10 months ago
3e9beb6
gopls/doc/release: add release notes for struct tag hover info
by Rob Findley
· 10 months ago
24f3b32
gopls/internal/golang: show struct tag when hovering over fields
by Quentin Quaadgras
· 10 months ago
9795fac
gopls/internal/server: discard non-file scheme workspace folder URIs
by Hana (Hyang-Ah) Kim
· 10 months ago
3b13d03
gopls/internal/cache: fix bug.Report converting Diagnostic positions
by Alan Donovan
· 11 months ago
7f3a258
gopls/internal/test/integration/misc: disable another staticcheck test
by Alan Donovan
· 10 months ago
8483344
gopls/internal/settings: add framepointer,sigchanyzer analyzers
by Alan Donovan
· 10 months ago
8f9d159
gopls/internal/test/integration/misc: disable staticcheck test
by Alan Donovan
· 10 months ago
f38ac9b
gopls/internal/test: avoid std assumptions in range-over-func test
by Alan Donovan
· 10 months ago
e35e4cc
go/ssa: compile range-over-func to panic
by Alan Donovan
· 10 months ago
e149e84
gopls: rationalize code generation
by Alan Donovan
· 10 months ago
ff28778
gopls/internal/protocol: rationalize edit helpers
by Alan Donovan
· 11 months ago
5daf157
gopls/internal/golang: simplify "rewrite" code actions
by Alan Donovan
· 11 months ago
1718e2d
gopls/internal/cache: simplify Snapshot Go commands
by Robert Findley
· 11 months ago
a432b16
gopls/internal/analysis: disable ssa/ir analyzers on range-over-func
by Alan Donovan
· 10 months ago
b426bc7
go/packages/packagestest: reflect new modules.txt requirements
by Sam Thanawalla
· 11 months ago
a943a14
go/analysis/passes/directive: do not report adjoining //go:debug
by Tim King
· 1 year ago
b020bdb
go/callgraph/vta: add type alias test
by Zvonimir Pavlinovic
· 11 months ago
cc29c91
go.mod: update golang.org/x dependencies
by Gopher Robot
· 10 months ago
v0.21.0
397fef9
gopls/internal/protocol: add links to LSP spec
by Alan Donovan
· 11 months ago
e2a352c
internal/refactor/inline: extensible API
by Alan Donovan
· 11 months ago
c16c816
go/analysis/passes/stdversion: test *.go < go.mod version
by Alan Donovan
· 11 months ago
629a7be
go/analysis/analysistest: stricter errors and GOWORK setting
by Alan Donovan
· 11 months ago
4db1697
go/packages/packagestest: fold modules_111.go into modules.go
by Michael Matloob
· 11 months ago
ccdef3c
gopls/internal/golang: fix nil panic in InlayHint
by Alan Donovan
· 11 months ago
74c9cfe
go/analysis: add Pass.ReadFile
by Alan Donovan
· 11 months ago
5ef4fc9
gopls/internal/golang/completion: fix the isEmptyInterface predicate
by Rob Findley
· 11 months ago
77f691b
internal/gcimporter: use Alias.Rhs, not unsafe hack
by Alan Donovan
· 11 months ago
0b45163
gopls/internal/cache: use language versions when validating Go version
by Robert 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
bcec099
internal/refactor/inline: remove eta abstraction inlining assignments
by Rob Findley
· 11 months ago
fcea13b
toolstash: errors output should match errors guarded
by ardnew
· 11 months ago
b00d49e
internal/refactor/inline: don't assume strings.Index calls internal/bytealg
by Damien Neil
· 11 months ago
1523441
gopls/internal/cache: add more assertions for golang/go#60890
by Alan Donovan
· 11 months ago
440f3c3
internal/aliases: expose Enabled
by Alan Donovan
· 11 months ago
a363d11
go/types/typeutil: replace interface{} with any (cleanup)
by Rob Findley
· 11 months ago
e8c9d81
go/analysis/passes/tests: Use ReportRangef to refactor some code in checkTest
by Ho Cheung
· 11 months ago
97ea816
all: fix some typos in comments
by racequite
· 11 months ago
8db95b7
gopls/internal/golang: check the comment range before emiting semantic tokens
by rogeryk
· 11 months ago
daf9460
Revert "gopls/internal/test/integration/misc: reenable staticcheck test"
by Alan Donovan
· 11 months ago
618670d
gopls/internal/test/integration/misc: reenable staticcheck test
by Alan Donovan
· 11 months ago
2debfbe
internal/testfiles: add a helper package for test files
by Tim King
· 11 months ago
c17402c
gopls: fix a couple places where temporary files are not removed
by Rob Findley
· 11 months ago
ee61fb0
go/packages: fix issue number typo in TestIssue37629
by Michael Matloob
· 11 months ago
3735585
gopls/internal/settings: deprecate "allowImplicitNetworkAccess"
by Robert Findley
· 11 months ago
f4888c5
gopls/internal/settings: remove support for "allowModfileModifications"
by Robert Findley
· 11 months ago
d857e85
gopls/internal/settings: enable semantic tokens by default
by Robert Findley
· 11 months ago
3f74dc5
gopls/internal/settings: remove experiments
by Robert Findley
· 11 months ago
e716599
cmd/goimports: support workspace vendoring
by tamayika
· 12 months ago
7c7d7db
gopls/internal/golang: allow "query" CodeActions on generated files
by Alan Donovan
· 11 months ago
cb134f5
gopls/internal/golang: RenderPkgDoc: elide parameters 4+ in index
by Alan Donovan
· 11 months ago
c5094cc
internal/imports: a step towards making tests hermetic
by Peter Weinberger
· 11 months ago
5e04895
gopls/internal/settings: update stale documentation for "symbolScope"
by Robert Findley
· 11 months ago
0c3722a
doc: enforce gotypesalias=0 behavior until go1.23
by Alan Donovan
· 11 months ago
dd0410f
go/packages: stop loading packages when context is done
by Tim King
· 11 months ago
dcccb2d
x/tools: make tests agnostic as to whether gotypesalias="" => 0 or 1
by Alan Donovan
· 11 months ago
46a0401
gopls: eliminate the hooks package
by Robert Findley
· 11 months ago
e388fff
gopls/internal/server: don't reset views if configuration did not change
by Robert Findley
· 11 months ago
d034ae1
gopls/internal/cmd: check: print RelatedInformation
by Alan Donovan
· 12 months ago
3c000ca
gopls/doc: relnote for hover & definition over doc links
by Alan Donovan
· 11 months ago
c859ee9
gopls/internal/test/marker: fix {hover/def}/comment tests
by Alan Donovan
· 11 months ago
9cef8b1
go/callgraph/cha: more precise resolution of unexported methods
by John Dethridge
· 12 months ago
0cc2ffd
gopls/internal/cache: fail loudly on command-line-arguments modules
by Robert Findley
· 11 months ago
c3c5164
gopls/internal/golang: support hover and definition operations over doc links
by rogeryk
· 1 year, 2 months ago
da3408b
go/analysis/passes/printf: elaborate the documentation
by Alan Donovan
· 11 months ago
198a0a8
imports: prefer math/rand/v2 over math/rand
by Peter Weinberger
· 12 months ago
79df971
gopls/internal/server: avoid duplicate diagnoses and loads
by Robert Findley
· 11 months ago
bcd607e
gopls/internal/cache: don't log packages when selectively reloading
by Robert Findley
· 11 months ago
6f92c83
gopls: reduce noisy error messages
by Robert Findley
· 11 months ago
c4c0bf9
gopls/internal/test: skip integration tests on linux-ppc64-power9osu
by Robert Findley
· 11 months ago
b4b8186
internal/apidiff: support materialized aliases
by Alan Donovan
· 11 months ago
3520955
go/types/typeutil: implement correct hashing of aliases
by Alan Donovan
· 11 months ago
f6298eb
gopls/internal/cache: add debug assertions to refine golang/go#66732
by Alan Donovan
· 11 months ago
f41d27e
gopls/internal/cache: avoid panic when the primary diagnostic is broken
by Robert Findley
· 11 months ago
c0ab013
go/packages: doc: type symbols are consistent only within one Load
by Alan Donovan
· 11 months ago
564c0e9
gopls/internal/telemetry/cmd/stacks: improve summary
by Alan Donovan
· 11 months ago
de6db98
internal/check: filter out too-new Go versions for type checking
by Robert Findley
· 11 months ago
5c3c2ff
gopls/internal/golang: RenderPkgDoc: fix anchors for promoted methods
by Alan Donovan
· 11 months ago
8a0c6e2
gopls/internal/server: report HTTP panics via telemetry
by Alan Donovan
· 11 months ago
c7b6b8d
gopls/internal/cache: analysis: repair start/end and refine bug report
by Alan Donovan
· 12 months ago
cb3eb43
internal/test/integration: parse flags earlier
by Robert Findley
· 11 months ago
4794229
gopls/internal/golang: RenderPkgDoc: add <title> element
by Alan Donovan
· 11 months ago
2db5a34
gopls/internal/golang: RenderPkgDoc: navigational <select>
by Alan Donovan
· 12 months ago
11c692e
gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm
by Alan Donovan
· 12 months ago
v0.20.0
fc660e5
go.mod: update golang.org/x dependencies
by Gopher Robot
· 12 months ago
6590f47
internal/gcimporter: renable tests of issue50259.go
by Alan Donovan
· 12 months ago
f1d5252
gopls/internal/golang: Hover: show wasted % of struct space
by Alan Donovan
· 12 months ago
951bb40
gopls/internal/test/integration/misc: fix flaky test
by Alan Donovan
· 12 months ago
c9b0c65
gopls/internal/analysis/fillreturns: skip test if gotypesalias=1
by Alan Donovan
· 12 months ago
c623a28
gopls/internal/cache: fix crash in snapshot.Analyze with patch versions
by Robert Findley
· 12 months ago
f345449
gopls/internal/server: filter diagnostics to "best" views
by Robert Findley
· 12 months ago
42d590c
gopls/internal/test/integration: add a WriteGoSum run option
by Robert Findley
· 12 months ago
53d35a5
gopls/internal/golang: RenderPackageDoc: fix doc links
by Alan Donovan
· 12 months ago
222cdde
internal/analysisinternal: ZeroValue: support materialized aliases
by Alan Donovan
· 12 months ago
0a4fc72
internal/gcimporter: support materialized aliases
by Alan Donovan
· 12 months ago
85b6527
gopls/internal/test: temporarily disable staticcheck with gotypesalias=1
by Alan Donovan
· 12 months ago
118b98b
gopls/internal/golang: RenderPackageDoc: emit anchors for var/const
by Alan Donovan
· 12 months ago
1e68fee
gopls/internal/server: "view package doc" of package under test
by Alan Donovan
· 12 months ago
b303e13
gopls/internal/golang: view pkg doc: display when "disconnected"
by Alan Donovan
· 12 months ago
Next »