Sign in
go
/
tools
/
HEAD
33e624f
internal/refactor/inline/analyzer: document
by Jonathan Amsterdam
· 2 days ago
master
70a7d86
internal/refactor/inline/analyzer: use forward for consts
by Jonathan Amsterdam
· 21 hours ago
0556adb
gopls: skip unusedparams for generated files
by Sam Salisbury
· 6 days ago
e9f7be9
internal/astutil/cursor: add Cursor.Child(Node) Cursor
by Alan Donovan
· 3 weeks ago
f912a4f
internal/refactor/inline/analyzer: inline consts into local scopes
by Jonathan Amsterdam
· 6 days ago
0abda08
internal/refactor/inline/analyzer: export only cross-package facts
by Jonathan Amsterdam
· 4 days ago
88d91cb
internal/refactor/inline/analyzer: same-package consts
by Jonathan Amsterdam
· 7 days ago
269282d
go/analysis/passes/stdversion: use Go 1.22 functionality
by Tobias Klauser
· 4 weeks ago
da3a6b2
internal/settings: add inliner to analyses
by Jonathan Amsterdam
· 8 days ago
b3bde13
x/tools: use types.VarKind consistently
by Alan Donovan
· 5 days ago
51f179c
gopls/internal/golang: downgrade bug report in ExtractToNewFile
by Rob Findley
· 5 days ago
5ffcf75
internal/refactor/inline: avoid crash when inlining empty function
by Rob Findley
· 5 days ago
dace8c8
gopls/internal/analysis/modernize: fix bug in slicescontains
by Alan Donovan
· 5 days ago
b781375
gopls/internal/protocol: delete MappedRange
by Alan Donovan
· 5 days ago
bbe00fb
gopls/internal/server: gopls.vulncheck return both vuln report and token
by Hongxiang Jiang
· 8 days ago
058d583
gopls/internal/golang: don't apply edits in codeAction/resolve
by Rob Findley
· 8 days ago
a721d4c
internal/typesinternal: factor out IsPackageLevel
by Jonathan Amsterdam
· 6 days ago
f0ddc4b
gopls/internal/analysis: use Cursor.Edge in two analyzers
by Alan Donovan
· 3 weeks ago
80ffd3c
internal/astutil/cursor: add Cursor.Edge method
by Alan Donovan
· 3 weeks ago
db7fffc
go/ast/inspector: separate stack + event types
by Alan Donovan
· 3 weeks ago
d648f91
go/ast/inspector: fork ast.Inspect
by Alan Donovan
· 3 weeks ago
d68fc51
internal/diff: Merge
by Alan Donovan
· 3 weeks ago
9f450b0
go/analysis/passes/printf: suppress errors for non-const format strings
by Rob Findley
· 6 days ago
e426616
godoc,present,refactor: modernize
by Peter Weinberger
· 8 days ago
8171d94
gopls/internal/analysis/fillstruct: preserve existing formatting
by Madeline Kalilh
· 2 weeks ago
ac81e9f
internal/testenv: RedirectStderr: fix race
by Alan Donovan
· 9 days ago
bce67c4
go/analysis/internal/checker: validate SuggestedFixes
by Alan Donovan
· 2 weeks ago
bb0a9cd
gopls: remove go.sum files from integration tests
by Peter Weinberger
· 11 days ago
edafbe5
tools: fix typos in docs and comments
by Merrick Clay
· 11 days ago
891e3b6
internal/telemetry/cmd/stacks: cmd/compile reopen
by Jonathan Amsterdam
· 12 days ago
4f1e910
internal/telemetry/cmd/stacks: reopen issues
by Jonathan Amsterdam
· 13 days ago
114ac82
go/analysis: preparatory cleanups
by Alan Donovan
· 3 weeks ago
1c9f002
internal/gocommand: add openbsd to the set of GOOS to debug
by Rob Findley
· 12 days ago
f055343
internal/telemetry/cmd/stacks: divert GitHub changes during testing
by Jonathan Amsterdam
· 13 days ago
3e68f53
internal/telemetry/cmd/stacks: add GitHub client
by Jonathan Amsterdam
· 13 days ago
45227b6
internal/modindex: add LookupAll(pkg, names)
by Peter Weinberger
· 2 weeks ago
71c7ff3
gopls: report SemanticHighlight for format string directives
by xzb
· 2 weeks ago
7a015ab
internal/gocommand: send SIGQUIT to hanging go commands on posix
by Rob Findley
· 13 days ago
fcc9d81
internal/telemetry/cmd/stacks: anchored literals
by Jonathan Amsterdam
· 14 days ago
684910f
internal/telemetry/cmd/stacks: fix distinctStacks
by Jonathan Amsterdam
· 14 days ago
d5cd1f8
gopls: add WorkspaceFiles option
by Ellie Ford
· 5 weeks ago
30bd6fd
internal/telemetry/cmd/stacks: move dry run checks down
by Jonathan Amsterdam
· 14 days ago
e4adc38
internal/telemetry/cmd/stacks: remove Issue.predicateText
by Jonathan Amsterdam
· 14 days ago
8bf2b65
gopls/internal/cache: add more debugging for golang/go#64235
by Rob Findley
· 14 days ago
7479e1b
internal/telemetry/cmd/stacks: test predicates
by Jonathan Amsterdam
· 14 days ago
726ba32
internal/telemetry/cmd/stacks: minor tweaks
by Jonathan Amsterdam
· 14 days ago
9f4a509
gopls/internal/telemetry/cmd/stacks: add dry run flag
by Michael Pratt
· 4 weeks ago
38d0631
gopls/internal/test: update hover test to be tolerant proxy changes
by Rob Findley
· 2 weeks ago
b0164fc
gopls/doc/release: add semantic token config change
by Hongxiang Jiang
· 2 weeks ago
96a07bb
gopls/internal/settings: include deprecation message in api-json
by Hongxiang Jiang
· 3 weeks ago
df4e4ef
ssa: fix typo in doc comment for Program.FuncValue
by Merrick Clay
· 2 weeks ago
1261a24
gopls/internal/analysis/modernize: slicesdelete
by Madeline Kalilh
· 4 weeks ago
cab6608
gopls/internal/golang/completion: fix crash adding receiver type params
by Rob Findley
· 3 weeks ago
32c4665
gopls/internal/golang/completion: avoid crash in comment completion
by Rob Findley
· 3 weeks ago
85e8b42
gopls/internal/analysis/modernize: omitzero
by Madeline Kalil
· 5 weeks ago
344e482
golang/internal/highlight: check idx < len before indexing
by xzb
· 3 weeks ago
4828981
gopls/internal/telemetry/cmd/stacks: build compiler from root
by Michael Pratt
· 3 weeks ago
3f87563
go/cfg: remove empty goto (without label) from test case
by Mateusz Poliwczak
· 6 weeks ago
9d9b0b6
go/packages: use go.dev/issue links in comment
by Ian Lance Taylor
· 3 weeks ago
66ef73e
gopls/internal/golang: improve "toggle compiler opt details"
by Alan Donovan
· 5 weeks ago
79cde82
gopls/internal/protocol/command: remove the redundant gopls.test command
by Rob Findley
· 3 weeks ago
7d99ad7
gopls/internal/highlight: DocumentHighlight for format strings
by xzb
· 3 weeks ago
4403100
gopls/internal/golang: customize semantic token types and modifiers
by Hongxiang Jiang
· 4 weeks ago
c9ef861
gopls/internal/telemetry/cmd/stacks: don't forward GOEXPERIMENT from env
by Dmitri Shuralyov
· 3 weeks ago
0933021
go/ssa: remove coretype_test.go
by Tim King
· 4 weeks ago
73a7070
gopls/internal/telemetry/cmd/stacks: paginate issue search
by Michael Pratt
· 3 weeks ago
fec8580
gopls/internal/analysis/modernize: replace loop with slices.Contains
by Alan Donovan
· 5 weeks ago
ee36e77
gopls/internal/telemetry/cmd/stacks: support cmd/compile
by Michael Pratt
· 3 weeks ago
8a5a6d7
gopls/internal/telemetry/cmd/stacks: refactor report processing to support different programs
by Michael Pratt
· 4 weeks ago
5fef1f2
gopls/internal/telemetry/cmd/stacks: add cmd/compile support to readPCLineTable
by Michael Pratt
· 4 weeks ago
1335f05
gopls/internal/util/frob: Decode: improve panic on empty
by Alan Donovan
· 3 weeks ago
0b95e04
gopls: filter out hints for closed files and make modernizers hints
by Rob Findley
· 4 weeks ago
8f9869c
go/ssa: use NormalTerms
by Tim King
· 4 weeks ago
8912752
gopls/internal/protocol: optimized DocumentURI.Path for MODCACHE
by Alan Donovan
· 4 weeks ago
cecec2c
go/ssa: add typeset iteration helper
by Tim King
· 4 weeks ago
1501321
gopls/internal/analysis/modernize: fix bug in minmax
by Alan Donovan
· 4 weeks ago
b31dda4
gopls/internal/analysis/modernize: fix bug in mapsloop
by Alan Donovan
· 4 weeks ago
c1a7fcf
go/analysis/passes/printf: extract operation parsing logic into tools/internal/fmtstr
by xzb
· 4 weeks ago
1b796a9
go/ssa: removing termList type
by Tim King
· 4 weeks ago
6efe0f4
internal/astutil/cursor: Cursor.Ancestors iterator
by Alan Donovan
· 6 weeks ago
df3de6a
gopls: prepare for mod cache index
by Peter Weinberger
· 5 weeks ago
ae303ab
gopls/internal/analysis/modernize: replace WithCancel with t.Cancel
by Rob Findley
· 4 weeks ago
60643c0
go/types/typeutil: clarify what inGenericSig applies to
by Tim King
· 4 weeks ago
248b94e
go/ast/inspector: treat empty type filter like nil
by Alan Donovan
· 4 weeks ago
6016188
cmd: apply modernizers
by Peter Weinberger
· 4 weeks ago
f7fb515
internal/analysisinternal: check for interface recievers
by Tim King
· 4 weeks ago
b4e093e
go/packages: run TestIssue70394 with Go 1.23
by Dmitri Shuralyov
· 5 weeks ago
16f2979
gopls/internal/analysis: unusedvariable
by Madeline Kalilh
· 4 weeks ago
fc2161a
internal/analysis/modernize: minmax: don't reduce to y:=min(x, y)
by Alan Donovan
· 5 weeks ago
155dc6e
gopls/internal/settings: document why unusedvariable is off
by Alan Donovan
· 5 weeks ago
ac8980c
gopls/internal/protocol: modernize to use any
by Peter Weinberger
· 4 weeks ago
2ad5c90
gopls/internal/settings: set severity=Info for modernizers
by Alan Donovan
· 5 weeks ago
7c7f353
gopls/internal/analysis/hostport: report net.Dial("%s:%d") addresses
by Alan Donovan
· 1 year, 1 month ago
8179c75
internal/analysisinternal: factor useful helper functions
by Alan Donovan
· 5 weeks ago
a339e37
gopls/internal/util/persistent: {Map,Set}: use iter.Seq2
by Alan Donovan
· 5 weeks ago
a2408f8
internal/astutil/cursor: Cursor.Children: document invariants
by Alan Donovan
· 4 weeks ago
ee69ea2
go/analysis/analysistest: avoid nil panic from an invalid token.Pos
by Mateusz Poliwczak
· 6 weeks ago
1743d1a
go.mod: update golang.org/x dependencies
by Gopher Robot
· 4 weeks ago
v0.29.0
43ba465
internal/analysis/modernize: minmax: reject IfStmt with Init
by Alan Donovan
· 5 weeks ago
29d66ee
gopls: update toolchain to go1.23.4
by Alan Donovan
· 5 weeks ago
Next »