Sign in
go
/
tools
/
HEAD
c8d229c
all: fix spelling errors
by Hana (Hyang-Ah) Kim
· 16 hours ago
master
8db9562
go/ssa: update public doc of CreatePackage
by xieyuschen
· 3 days ago
bea7373
gopls/internal/protocol/command: remove nuisance error handling
by Alan Donovan
· 2 days ago
18a3f05
go/ssa: remove outdated any normalizer setting up in test
by xieyuschen
· 30 hours ago
0355013
go/ssa: sanity check for package transient fields
by xieyuschen
· 3 days ago
2aabc4f
go/analysis/passes/printf: return when suppressing a non-constant diagnostic
by Tim King
· 2 days ago
5cb6eeb
txtar: use slices.Clone instead of copy
by Stavros Panakakis
· 2 days ago
e603756
gopls/internal/cache: add telemetry counter for GOPACKAGESDRIVER
by Alan Donovan
· 3 months ago
42b921c
gopls/internal/test/integration: skip BenchmarkPackages with -short
by Rob Findley
· 2 days ago
a58d83b
gopls/internal/cache: build the import map lazily during type checking
by Rob Findley
· 3 days ago
765ea95
go/analysis/passes/printf: add global to disable new diagnostics
by Tim King
· 3 days ago
a319a85
gopls/internal/telemetry/cmd/stacks: display closed issues white
by Alan Donovan
· 3 days ago
5aac53c
gopls/internal/golang: Definition: jump to assembly
by Alan Donovan
· 6 days ago
8fcd92f
gopls/internal/telemetry/cmd/stacks: predicate de-duplication
by Alan Donovan
· 6 days ago
7891473
gopls/internal/telemetry/cmd/stacks: fix two bugs
by Alan Donovan
· 6 days ago
91d4bdb
gopls: rm GofumptFormat from internal/settings
by Kir Kolyshkin
· 7 days ago
198986d
go/ssa: go/ssa: disable TestTypeparamTest on wasm
by Tim King
· 7 days ago
3e49191
gopls/internal/telemetry/cmd/stacks: generate CodeSearch links
by Alan Donovan
· 8 days ago
beed481
gopls/internal/settings: use CodeActionKind hierarchy
by Alan Donovan
· 5 weeks ago
15b8886
SignatureHelp: report signature of Ident if no enclosing CallExpr
by xizi
· 7 days ago
4e8d5c8
gopls: bump gofumpt to 0.7.0
by Kir Kolyshkin
· 7 days ago
6a387a4
go/ssa: require 1.23 for TestCycles
by Tim King
· 8 days ago
42a6477
go/ssa: disable TestTypeparamTest/chan.go on wasm
by Tim King
· 8 days ago
5157118
gopls/internal/lsp/source: put testing.T/B first when extracting
by Viktor Stanchev
· 8 days ago
94ac686
go/ssa: pop targets stack on range-over-func
by xieyuschen
· 9 days ago
2884375
gopls/internal/golang: Definitions: support renaming imports in doc links
by Alan Donovan
· 9 days ago
b0f680c
go/ssa: reenable TestStdlib
by Alan Donovan
· 9 days ago
b7af269
go/ssa: improve sanity checking
by xieyuschen
· 9 days ago
fd7ab2d
gopls/internal/server: fix build following semantic merge conflict
by Rob Findley
· 9 days ago
dc4c525
gopls/internal: test discovery
by Ethan Reesor
· 9 weeks ago
8ba9169
gopls/internal/golang: Highlight: work around go/types bug
by Alan Donovan
· 10 days ago
bfc94c9
go/ssa: extract type recursion into a helper package
by Alan Donovan
· 2 weeks ago
1dc949f
internal/settings: simplify linking now that we only build with 1.23
by Rob Findley
· 10 days ago
c055e89
x/tools: deprecate astutil.Unparen
by Alan Donovan
· 10 days ago
c2e057b
gopls: use Func.Signature everywhere
by Alan Donovan
· 10 days ago
6b0cfff
internal/test/marker: support multi-line locations
by Rob Findley
· 10 days ago
9d7d14e
x/tools/gopls: delete code obsoleted by go1.23
by Alan Donovan
· 10 days ago
4bcf6a3
internal/golang: add a fast path for FormatVarType with gopls at 1.23
by Rob Findley
· 10 days ago
7398f36
all: fix some symbols error in comment
by cuishuang
· 10 days ago
v0.25.0
f111c72
go/callgraph/rta: skip test on js platform
by Alan Donovan
· 13 days ago
9f9b7e3
gopls/internal/settings: add missing deep cloning in Options.Clone
by Rob Findley
· 4 weeks ago
ce7eed4
doc/generate: minor cleanup
by Rob Findley
· 13 days ago
075ae7d
go/callgraph/vta: add basic tests for range-over-func
by Zvonimir Pavlinovic
· 13 days ago
2c7aaab
go/ssa: skip failing test
by Alan Donovan
· 14 days ago
1b5663f
go/callgraph/vta: perform minor cleanups
by Zvonimir Pavlinovic
· 14 days ago
0a49883
gopls/go.mod: update the go directive to 1.23.1
by Rob Findley
· 14 days ago
ad366a8
go.mod: update golang.org/x dependencies
by Gopher Robot
· 14 days ago
4fb36d1
go/callgraph/rta: add rta analysis test case for multiple go packages
by xieyuschen
· 2 weeks ago
dc4d64c
gopls: fix non-constant format strings
by Rob Findley
· 2 weeks ago
c758e54
cmd/callgraph: make vta use internal version of CHA
by Zvonimir Pavlinovic
· 2 weeks ago
94b564c
go.mod: for consistency with other repos, use 1.22.0 in go.mod
by Rob Findley
· 2 weeks ago
70f5626
all: with 1.23 out, update Go directive to Go 1.22
by Rob Findley
· 2 weeks ago
5a3171b
internal/typesinternal: correct spec anchors in comments
by Andrew Pollock
· 2 weeks ago
c538e2c
go/callgraph/static: avoid ssautil.AllFunctions
by Alan Donovan
· 2 weeks ago
2db563b
internal/gcimporter: copy over ureader changes
by Tim King
· 3 weeks ago
09886e0
go/callgraph/vta: allow nil initial call graph
by Zvonimir Pavlinovic
· 4 weeks ago
e5ae0a9
internal/pkgbits: cleanup pre-Go 1.17 workaround
by Tim King
· 3 weeks ago
264b4b5
go/callgraph/vta: add return parameter nodes for functions
by Zvonimir Pavlinovic
· 4 weeks ago
063360f
gopls: update x/telemetry dependency
by Rob Findley
· 3 weeks ago
28f3bc0
internal/pkgbits: copy over changes for V2
by Tim King
· 3 weeks ago
fd2067f
go/callgraph/vta: use struct{} instead of bool in sets
by Zvonimir Pavlinovic
· 3 weeks ago
ce02ccd
gopls/internal/test/marker: simplify completion markers
by Rob Findley
· 3 weeks ago
4ead70c
gopls: report semantic tokens of top-level type constructor modifiers
by xzb
· 3 weeks ago
826d8d9
gopls/internal/cache: add a note about GOMEMLIMIT and ballasts
by Rob Findley
· 3 weeks ago
aaf49f1
gopls/internal/cache: add a 100MB ballast to reduce GC CPU
by Rob Findley
· 3 weeks ago
12307aa
gopls/internal/util/lru: make lru.Cache generic
by Rob Findley
· 3 weeks ago
594cdab
gopls: increment the telemetryprompt acceptance counter for each session
by Rob Findley
· 4 weeks ago
adb7301
internal/versions: disable a test case incompatible with CL 607955
by Michael Matloob
· 3 weeks ago
0734f62
internal/gcimporter: support type parameterized aliases in indexed format
by Tim King
· 5 weeks ago
b5f24ec
internal/aliases: add type parameters argument to NewAliases
by Tim King
· 4 weeks ago
f5c7449
gopls/internal: implement Packages command
by Ethan Reesor
· 6 weeks ago
e5e8aa8
gopls/internal: implement Modules command
by Ethan Reesor
· 9 weeks ago
9ef0547
internal/gcimporter: move indexed format docs
by Tim King
· 4 weeks ago
c7adb63
go/analysis/passes/fieldalignment: fix doc
by Kevin Burke
· 4 weeks ago
66adacf
internal/pkgbits: improve ureader panic message
by Tim King
· 6 weeks ago
e104dc8
gopls/internal/settings: rename goTest code action to source.test
by Alan Donovan
· 5 weeks ago
dfcdf50
go/analysis/passes/copylock: add support for ForStmt
by Tim King
· 7 months ago
136c165
gopls/internal/cache: remove spurious assertions
by Alan Donovan
· 5 weeks ago
7cc3be7
internal/imports: use a clean GOMODCACHE for the scan root directory
by Rob Findley
· 6 weeks ago
d47b4fb
internal/testfiles: adjust test so all modules are after 1.21
by Tim King
· 5 weeks ago
c1241b9
internal/stdlib: update stdlib index for Go 1.23.0
by Gopher Robot
· 5 weeks ago
e6bef92
gopls/internal/golang: downgrade assertion in methodsets index
by Alan Donovan
· 5 weeks ago
7f262d6
all: disable tests incompatible with CL 603895
by Michael Matloob
· 5 weeks ago
a76f882
gopls: enhance read/write access distinction in document highlighting for symbols
by ZHOU Zehua
· 6 weeks ago
4dc9194
go/callgraph/vta: fix test under GODEBUG=gotypesalias=1
by Alan Donovan
· 6 weeks ago
28ba991
go/analysis/passes/printf: add missing Unalias call
by Alan Donovan
· 6 weeks ago
3057be8
go.mod: update golang.org/x dependencies
by Gopher Robot
· 6 weeks ago
v0.24.0
4653e48
gopls/internal/analysis: add skipped analysis simplify on generated code
by idnandre
· 9 weeks ago
f855a53
gopls/internal/telemetry/cmd/stacks: use authentication token
by Alan Donovan
· 6 weeks ago
3ffd605
gopls/doc/features: fix prominent typo
by Alan Donovan
· 6 weeks ago
a5df6ad
go/analysis/passes/printf: report non-constant format, no args
by Alan Donovan
· 4 months ago
c03e5c2
go/packages: do not nullify Fset when NeedSyntax is set
by Nikolay Edigaryev
· 7 weeks ago
6a6fd99
go/ssa: substitute type parameterized aliases
by Tim King
· 7 weeks ago
f6a2390
gopls/doc: delete commands.md
by Alan Donovan
· 2 months ago
2154cbf
gopls/internal/golang: add "Browse gopls features" code action
by Alan Donovan
· 3 months ago
ead76ab
go/analysis: Add modules to Pass
by Tim King
· 5 months ago
55d718e
go/analysis/passes/buildtag: report invalid go versions in build tags.
by Tim King
· 2 months ago
8b51d66
go/types/objectpath: support parameterized type aliases
by Alan Donovan
· 8 weeks ago
12d2c34
internal/testfiles: consolidate to CopyToTmp
by Tim King
· 9 weeks ago
444aadd6
gopls/internal/cmd: redesign codeaction subcommand
by Alan Donovan
· 3 months ago
Next »