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

Skip to content

Tags: golang/tools

Tags

v0.37.0

Toggle v0.37.0's commit message
go/analysis/internal/checker: fix panic due to nil Pass

This CL documents that that internal.Pass backdoor accessor
function (renamed to ActionPass for clarity) may return nil
if the action was never executed, and adds defensive checks.

Also, remove go1.22 transitional iterator.

Thanks to cuishang for reporting and investigating.

Fixes golang/go#75358

Change-Id: I59a8ce5bfb6e3a25ba129c35f321930d6786f611
Reviewed-on: https://go-review.googlesource.com/c/tools/+/702375
Reviewed-by: Robert Findley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Alan Donovan <[email protected]>

godoc/v0.1.0-deprecated

Toggle godoc/v0.1.0-deprecated's commit message
godoc: remove replace directive

For golang/go#59056

Change-Id: I6a6a696487b880773fb4623e0f26f46554a80752
Reviewed-on: https://go-review.googlesource.com/c/tools/+/700895
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
Reviewed-by: Michael Matloob <[email protected]>

cmd/godoc/v0.1.0-deprecated

Toggle cmd/godoc/v0.1.0-deprecated's commit message
cmd/godoc: remove replace directive

For golang/go#59056

Change-Id: I6a6a696480b01a4a2f97635dbfeae5b4e12859c4
Reviewed-on: https://go-review.googlesource.com/c/tools/+/701075
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
Reviewed-by: Michael Matloob <[email protected]>

v0.25.1

Toggle v0.25.1's commit message
[release-branch.0.25] gopls: fix the build with go1.25

Turn the compile-time error in AddExistingFiles into a runtime panic,
and avoid it by delegating to the FileSet.AddExistingFiles method on
go1.25.

Also disable broken tests. Fewer test were broken here than in
release-branch.0.24, because this branch include support for the new
export data.

for golang/go#74462

Change-Id: I430209b329ab88da676253e2bf5f66d1792078bd
Reviewed-on: https://go-review.googlesource.com/c/tools/+/697339
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Peter Weinberger <[email protected]>

v0.24.1

Toggle v0.24.1's commit message
[release-branch.0.24] gopls: fix the build with go1.25

Turn the compile-time error in AddExistingFiles into a runtime panic,
and avoid it by delegating to the FileSet.AddExistingFiles method on
go1.25.

Also disable broken tests. Most of the breakage is related to
go/packages or the importer, as there was an export data change that is
not ported to this branch.

for golang/go#74462

Change-Id: I430209b329ab88da676253e2bf5f66d1792078bd
Reviewed-on: https://go-review.googlesource.com/c/tools/+/697337
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Peter Weinberger <[email protected]>

v0.36.0

Toggle v0.36.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: Ifdb28c48f23b927c68daca02b9ebd94a750634ba
Reviewed-on: https://go-review.googlesource.com/c/tools/+/694176
Auto-Submit: Alan Donovan <[email protected]>
Reviewed-by: David Chase <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>

gopls/v0.20.0

Toggle gopls/v0.20.0's commit message
gopls: update go.mod for v0.20.0-pre.2

This is an automated CL which updates the go.mod and go.sum.

For golang/go#74655

Change-Id: I57b541c294a3eb26582e7bea1eca5458948f31c0
Reviewed-on: https://go-review.googlesource.com/c/tools/+/691015
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Alan Donovan <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>

gopls/v0.20.0-pre.2

Toggle gopls/v0.20.0-pre.2's commit message
gopls: update go.mod for v0.20.0-pre.2

This is an automated CL which updates the go.mod and go.sum.

For golang/go#74655

Change-Id: I57b541c294a3eb26582e7bea1eca5458948f31c0
Reviewed-on: https://go-review.googlesource.com/c/tools/+/691015
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Alan Donovan <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>

gopls/v0.20.0-pre.1

Toggle gopls/v0.20.0-pre.1's commit message
gopls: update go.mod for v0.20.0-pre.1

This is an automated CL which updates the go.mod and go.sum.

For golang/go#74655

Change-Id: I2a585b1cf50e54d3f7173b3041618a8c4ce207ae
Reviewed-on: https://go-review.googlesource.com/c/tools/+/688515
Auto-Submit: Alan Donovan <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>

v0.35.0

Toggle v0.35.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I4b1c0e2326b87dff6959536535554c42cfd2e59b
Reviewed-on: https://go-review.googlesource.com/c/tools/+/687336
Reviewed-by: Alan Donovan <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>