Sign in
go
/
tools
/
HEAD
1ca4aa2
internal/gcimporter: refine golang/go#76222 crash
by Alan Donovan
· 17 hours ago
master
73ff4bd
internal/analysis: rename analysisinternal
by Alan Donovan
· 13 hours ago
fd2b1c9
gopls/internal/golang: fix crash in canExtractVariable
by Alan Donovan
· 16 hours ago
b019204
internal/analysisinternal/analyzerutil: FileUsesGoVersion
by Alan Donovan
· 13 hours ago
967f079
internal/analysisinternal: rationalize dependencies
by Alan Donovan
· 6 days ago
86286a9
x/tools: go fix
by Alan Donovan
· 4 days ago
b321b16
go/analysis/passes/modernize: respect bootstrap toolchain version
by Alan Donovan
· 4 days ago
4cf8d34
internal/stdlib: IsBootstrap and BootstrapVersion
by Alan Donovan
· 4 days ago
2458b74
go/analysis/passes/inline: skip on dedicated test of target func
by Alan Donovan
· 6 days ago
102c174
gopls/internal/mcp: add go_rename_symbol MCP tool
by Madeline Kalil
· 6 days ago
b648f73
internal/astutil/free: handle receiver type params correctly
by Alan Donovan
· 6 days ago
ca7a362
go/analysis/passes/modernize: use strings.Contains in strings.Cut modernizer
by Madeline Kalil
· 4 days ago
b3039ca
go/analysis/passes/modernize: slicecontains: fix bad fix
by Alan Donovan
· 4 days ago
e49b577
go/analysis/passes/inline: rename files
by Alan Donovan
· 6 days ago
30def9c
x/tools: remove unused parameters
by Alan Donovan
· 5 days ago
277e1b1
internal/astutil/free: support FuncDecl
by Alan Donovan
· 7 days ago
ce95316
go/analysis/internal/analysisflags: -fix: remove unused imports
by Alan Donovan
· 12 days ago
b74c098
go/ssa: exploit "noreturn" info to prune spurious CFG edges
by Alan Donovan
· 11 days ago
655fb07
gopls/internal/filewatcher: synthesize events after watching a dir
by Hongxiang Jiang
· 13 days ago
0a420c7
gopls/internal/golang: Extract variable: simplify using Cursor
by Alan Donovan
· 12 days ago
c84854a
gopls/internal/test/marker: another test case for golang/go#76144
by Alan Donovan
· 8 days ago
f16791f
internal/refactor/inline: make soleUse asymptotically faster
by Alan Donovan
· 7 days ago
61c1b28
go/analysis/passes/modernize: newexpr: add //go:fix inline directives
by Alan Donovan
· 12 days ago
eebe4d7
internal/refactor/inline: check caller/callee file Go versions
by Alan Donovan
· 12 days ago
f8a6b84
internal/server: add instrumentation to track gopls command usage
by Ethan Lee
· 5 weeks ago
70d65ec
all: minor improvement for docs
by cuishuang
· 10 days ago
5ac454b
gopls/internal/filewatcher: read and process event in separate goroutine
by Hongxiang Jiang
· 14 days ago
9d65a90
go/ssa: print dominator tree
by Alan Donovan
· 11 days ago
7086838
gopls/internal/golang: Extract function: simplify using Cursor
by Alan Donovan
· 12 days ago
63a7b87
go/analysis/passes/modernize: fix illegal byte argument error produced in stringscut modernizer
by Madeline Kalil
· 12 days ago
1980517
imports: restore VendorlessPath(ipath string)
by Peter Weinberger
· 4 weeks ago
ed067b1
internal/astutil/free: move inline.freeishNames into its own package
by Alan Donovan
· 12 days ago
f0b71b2
go/analysis/passes/fieldalignment: fix data race
by Alan Donovan
· 12 days ago
9222b43
go/analysis: tweak Diagnostic.SuggestedFixes doc
by Alan Donovan
· 12 days ago
154b4e7
gopls/internal/analysis/modernize: add strings.Cut modernizer
by Madeline Kalil
· 7 weeks ago
b9df2bb
gopls/internal/mcp: fix NPE in file diagnostics
by Rob Findley
· 13 days ago
ac9dfe4
gopls/internal: drop import name internalastutil
by Alan Donovan
· 13 days ago
aaa2972
gopls: replace snapshot.FindFile by ReadFile
by Peter Weinberger
· 2 weeks ago
1385a78
gopls/internal/golang: support hover over selected expression
by Hongxiang Jiang
· 3 weeks ago
736b438
gopls/internal/golang: Hover: show field info for embedded fields too
by Alan Donovan
· 3 weeks ago
1008eef
gopls/internal/golang: change hover handling from position to range
by Hongxiang Jiang
· 5 weeks ago
c9ea558
gopls/internal/golang: Hover: use Cursor throughout
by Alan Donovan
· 3 weeks ago
c0daa7f
gopls/internal/settings: introduce ModeVulncheckPrompt as default value for VulncheckMode setting
by Ethan Lee
· 7 weeks ago
5889d2a
gopls/internal/golang: add navigation to doc links in hovers
by Hongxiang Jiang
· 8 weeks ago
25c4275
internal/astutil: add Range type
by Alan Donovan
· 3 weeks ago
b53508c
gopls/internal/golang: CallHierarchy: only funcs
by Alan Donovan
· 3 weeks ago
95d9ec2
go/ast/inspector: FindByPos: fix bug in FuncDecl.Type
by Alan Donovan
· 3 weeks ago
1ee38c9
gopls/internal/golang: typeDefinition: allow any expression
by Alan Donovan
· 3 weeks ago
ec60e18
all: fix some typos in comment
by cuishuang
· 4 weeks ago
df501f0
gopls/internal/analysis/yield: handle booleans better
by Alan Donovan
· 4 weeks ago
6d92aa4
gopls/go.mod: update staticcheck to 8273271
by Alan Donovan
· 3 weeks ago
b89c4fe
cmd/deadcode: suppress marker interface method reporting
by Filbert Cia
· 3 weeks ago
c2e7979
go/analysis/passes/modernize: fix the potential deadlock issues in bloop
by cuishuang
· 4 weeks ago
bea5215
gopls/internalanalysis: DeleteStmt deletes comments
by Peter Weinberger
· 5 weeks ago
b2d9e77
gopls/internal/analysis/yield: improve diagnostic
by Alan Donovan
· 4 weeks ago
e0917dc
gopls/internal/test/integration/workspace: fix broken test
by Alan Donovan
· 4 weeks ago
828a107
go/packages: use correct "std" heuristic
by Alan Donovan
· 4 weeks ago
7d9453c
go/analysis/internal/analysisflags: update help message
by Alan Donovan
· 4 weeks ago
59d5230
gopls/internal/golang: fix panic in inlineOneVariable
by Alan Donovan
· 4 weeks ago
9bc1825
go/analysis/passes/internal/analysisutil: delete package
by Alan Donovan
· 4 weeks ago
47123ba
internal/typesinternal: merge HasSideEffects -> NoEffects
by Alan Donovan
· 4 weeks ago
95e71b9
go/analysis/passes/assign: use refactor.DeleteStmt
by Alan Donovan
· 4 weeks ago
0d2befa
go/analysis/passes/unreachable: use refactor.DeleteStmt
by Alan Donovan
· 4 weeks ago
3e909b6
gopls/internal/analysis/unusedfunc: use refactor.Delete* operators
by Alan Donovan
· 4 weeks ago
f811b39
go/analysis/passes/modernize: plusbuild: remove +build comments
by Alan Donovan
· 4 weeks ago
1b3cb5c
go/analysis/passes/buildtag: revert "suggest fix to remove +build lines"
by Alan Donovan
· 4 weeks ago
1daaaca
go/analysis/passes/modernize: reflecttypefor: remove orphaned var
by Alan Donovan
· 5 weeks ago
f8608b7
internal/typesinternal: implement VarKind compatibility shim
by Alan Donovan
· 5 weeks ago
f1d1a69
all: make function comment match function name
by cuishuang
· 4 weeks ago
d2096d1
internal/analysisinternal: move more stuff out
by Alan Donovan
· 5 weeks ago
4321df7
go/analysis/unitchecker: minor cleanups
by Alan Donovan
· 5 weeks ago
96d2e44
go/packages/internal/linecount: add -nonblank flag
by Alan Donovan
· 3 months ago
d507345
x/tools: use new astutil.EnclosingFile helper
by Alan Donovan
· 5 weeks ago
a22b5e8
go.mod: update golang.org/x dependencies
by Gopher Robot
· 5 weeks ago
v0.38.0
4bbcc9f
all: use reflect.TypeFor instead of reflect.TypeOf when we have known the type
by cuishuang
· 5 weeks ago
122c93a
internal/refactor: AddImport: remove unnecessary result
by Alan Donovan
· 5 weeks ago
76aace8
internal/analysisinternal: rationalize
by Alan Donovan
· 5 weeks ago
8cf2d63
gopls/internal/golang: add condition for enabling package move
by Madeline Kalil
· 5 weeks ago
1f054fd
x/tools: downgrade token.FileSet parameters to token.File
by Alan Donovan
· 5 weeks ago
44e71e5
go/analysis/passes/printf: check anonymous functions too
by Alan Donovan
· 7 weeks ago
9095e9b
internal/analysisinternal: extract DeleteVar
by Alan Donovan
· 5 weeks ago
62a1b26
internal/analysisinternal: IsChildOf(Cursor, edge.Kind) bool
by Alan Donovan
· 6 weeks ago
d32fb50
internal/analysisinternal: export EnclosingFile
by Alan Donovan
· 6 weeks ago
03ab8a0
internal/astutil: add EqualSyntax, moved from modernize
by Alan Donovan
· 6 weeks ago
92fdfda
go/analysis/passes/modernize: errorsastype: errors.As -> AsType[T]
by Alan Donovan
· 6 weeks ago
133beb8
go/analysis/passes/modernize: modernizer for iterator APIs
by Alan Donovan
· 6 weeks ago
077f385
gopls/internal/server: produce DocumentChange list in golang.Rename
by Madeline Kalil
· 6 weeks ago
9e69d8b
go/analysis/checker: make test hermetic
by Alan Donovan
· 5 weeks ago
4ee8992
gopls/internal/test/integration/completion: make test more go1.26-robust
by Damien Neil
· 5 weeks ago
a03a1c2
gopls/internal: prompt with full package path in preparerename
by Madeline Kalil
· 6 weeks ago
4b2fd2a
gopls/internal/analysis/modernize: pass to use go1.26 new(x)
by Alan Donovan
· 7 weeks ago
2e5e03c
internal/mod: disable legacy CodeLensRunGovulncheck conditionally
by Ethan Lee
· 7 weeks ago
9f84208
gopls/unimported: prefer packages in go.mod
by Peter Weinberger
· 6 weeks ago
9447ff9
go/analysis/passes/modernize: directly remove user-defined min/max functions
by cuishuang
· 6 weeks ago
1605eae
internal/diff/lcs: use min
by Kir Kolyshkin
· 6 weeks ago
2aea3dc
txtar: handle crlf line endings
by paskozdilar
· 6 weeks ago
433eba3
inline, modernize: drop -test, add -fix
by Kir Kolyshkin
· 6 weeks ago
dd7b2c1
gopls/internal/golang: add package rename counter
by Madeline Kalil
· 7 weeks ago
371f639
gopls/internal/server: fix typo in RunGovulncheck
by Ethan Lee
· 6 weeks ago
24b5a14
internal/server: prevent duplicate RunGovulncheck calls
by Ethan Lee
· 7 weeks ago
Next »