Sign in
go
/
tools
/
b297f5a4df64a4a9707b002478328a63d35a74c0
/
go
850c7c3
gopls: skip failing tests on wasm/wasip1
by Rob Findley
· 7 months ago
1028e30
gopls/internal/settings: remove fieldalignment analyzer
by Alan Donovan
· 7 months ago
5fefc65
go/analysis/passes/stringintconv: do not generate empty edits
by Lasse Folger
· 7 months ago
c9675c2
internal/refactor/inline: avoid unnecessary import renames
by Alan Donovan
· 8 months ago
db513b0
go/ssa: wait for shared functions to finish building
by Tim King
· 7 months ago
8a45e6c
go/analysis/passes/asmdecl: define register-ABI result registers for loong64
by Guoqi Chen
· 7 months ago
dfdfa49
go/types/objectpath: support Signature.RecvTypeParams
by Alan Donovan
· 7 months ago
f2d2ebe
go/analysis/passes/buildtag: retire Go 1.15 support
by Dmitri Shuralyov
· 7 months ago
977f6f7
go/packages: move getSizesForArgs back
by Alan Donovan
· 7 months ago
b59dd37
go/analysis: document interpretation of multiple diagnostics
by Alan Donovan
· 7 months ago
4419f4f
go/analysis/passes/stringintconv: offer fix of fmt.Sprint(x)
by Alan Donovan
· 7 months ago
e4b0a18
internal/checker: run despite all errors
by Zvonimir Pavlinovic
· 7 months ago
dddd55d
go/ssa: fixing Named type substitution
by Tim King
· 9 months ago
a9021a5
go/ssa: export Defer.DeferStack field
by Tim King
· 7 months ago
ae52477
cmd/deadcode: fix nil panic in Edge.Site.Pos
by Alan Donovan
· 7 months ago
1767b14
go/ssa: remove code with no effect
by Alan Donovan
· 7 months ago
4478db0
go/analysis/passes/copylock: suppress error in ill-typed code
by Alan Donovan
· 7 months ago
1e9d12d
go/packages: pass -overlay to all 'go list' invocations
by Alan Donovan
· 8 months ago
da9cad4
go/packages: avoid unnecessary "realpath" on pwd
by Alan Donovan
· 7 months ago
71b7fa9
go/callgraph/vta: save some heap allocations in the trie implementation
by John Dethridge
· 8 months ago
2f8e378
go/callgraph/vta: remove graph successors method
by Zvonimir Pavlinovic
· 8 months ago
624dbd0
go/analysis/passes/stringintconv: post gotypesalias=1 tweak
by Alan Donovan
· 9 months ago
d017f4a
go/packages/internal/drivertest: a package for a fake go/packages driver
by Rob Findley
· 8 months ago
e229045
go/callgraph/vta: avoid some temporary data structures using callbacks
by John Dethridge
· 8 months ago
0215a5b
go/packages: document fields that are part of JSON schema
by Alan Donovan
· 8 months ago
7045d2e
go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam)
by Alan Donovan
· 9 months ago
34db5bc
gopls: initial support for godebug directive in go.mod and go.work
by Rob Findley
· 8 months ago
c3aae99
gopls/doc: tidy up analyzer documentation
by Alan Donovan
· 8 months ago
499663e
all: fix function names in comment
by cuishuang
· 8 months ago
528484d
gopls/internal/cache: support overlays
by Alan Donovan
· 8 months ago
0006edc
go/ssa: support range-over-func
by Tim King
· 1 year ago
3b13d03
gopls/internal/cache: fix bug.Report converting Diagnostic positions
by Alan Donovan
· 9 months ago
e35e4cc
go/ssa: compile range-over-func to panic
by Alan Donovan
· 8 months ago
b426bc7
go/packages/packagestest: reflect new modules.txt requirements
by Sam Thanawalla
· 9 months ago
a943a14
go/analysis/passes/directive: do not report adjoining //go:debug
by Tim King
· 10 months ago
b020bdb
go/callgraph/vta: add type alias test
by Zvonimir Pavlinovic
· 9 months ago
c16c816
go/analysis/passes/stdversion: test *.go < go.mod version
by Alan Donovan
· 8 months ago
629a7be
go/analysis/analysistest: stricter errors and GOWORK setting
by Alan Donovan
· 8 months ago
4db1697
go/packages/packagestest: fold modules_111.go into modules.go
by Michael Matloob
· 9 months ago
74c9cfe
go/analysis: add Pass.ReadFile
by Alan Donovan
· 9 months ago
a363d11
go/types/typeutil: replace interface{} with any (cleanup)
by Rob Findley
· 9 months ago
e8c9d81
go/analysis/passes/tests: Use ReportRangef to refactor some code in checkTest
by Ho Cheung
· 9 months ago
97ea816
all: fix some typos in comments
by racequite
· 9 months ago
2debfbe
internal/testfiles: add a helper package for test files
by Tim King
· 9 months ago
ee61fb0
go/packages: fix issue number typo in TestIssue37629
by Michael Matloob
· 9 months ago
dd0410f
go/packages: stop loading packages when context is done
by Tim King
· 9 months ago
9cef8b1
go/callgraph/cha: more precise resolution of unexported methods
by John Dethridge
· 10 months ago
da3408b
go/analysis/passes/printf: elaborate the documentation
by Alan Donovan
· 9 months ago
3520955
go/types/typeutil: implement correct hashing of aliases
by Alan Donovan
· 9 months ago
c0ab013
go/packages: doc: type symbols are consistent only within one Load
by Alan Donovan
· 9 months ago
41a9213
go/packages: report type errors unconditionally
by Tim King
· 10 months ago
904c6ba
gopls/internal/settings: enable "unusedwrite" analyzer
by Alan Donovan
· 10 months ago
9551398
go/callgraph: keep instantiations in DeleteSyntheticNodes
by Zvonimir Pavlinovic
· 10 months ago
11b4b5e
go/analysis/passes/nilness: add longer example to doc
by Alan Donovan
· 10 months ago
db5d12b
go/types/internal/play: display method receiver type
by Alan Donovan
· 10 months ago
71acab9
internal/typesparams: add Deref
by Alan Donovan
· 11 months ago
3f9badb
go/ssa: types.Unalias() cleanup.
by Tim King
· 11 months ago
e5cf370
internal/typeparams: factor 2 copies of isParameterized
by Alan Donovan
· 10 months ago
e0a9567
all: fix some comments
by vitalmotif
· 10 months ago
c3544e2
go/analysis/passes/httpresponse: fix ReceiverNamed usage
by Tim King
· 10 months ago
dd52646
go/ssa: create fewer goroutines
by Alan Donovan
· 10 months ago
6af0295
go/analysis/passes/stdversion: publish
by Alan Donovan
· 10 months ago
29d17a0
go/cfg: publish (*CFG).Dot method
by Alan Donovan
· 10 months ago
03f7b7b
x/tools/go/packages: fix Load's "argument list too long" error
by Ihar Suvorau
· 1 year, 1 month ago
656fcde
go/callgraph/vta: use core type for channels
by John Dethridge
· 10 months ago
9a6aed9
internal/typeparams: delete OriginMethod
by Alan Donovan
· 10 months ago
070fcfb
internal/typesinternal: delete SetGoVersion
by Alan Donovan
· 10 months ago
029c4ea
go/analysis/passes/slog: detect unsatifiable interface args
by Jonathan Amsterdam
· 11 months ago
d10b068
go/ssa: handle labeled statements with blank labels
by John Dethridge
· 10 months ago
4c85bed
all: remove redundant words in comments and fix typo
by cui fliter
· 10 months ago
283fce2
x/tools: drop go1.18 support
by Alan Donovan
· 11 months ago
7f348c7
internal/versions: updates the meaning of FileVersions.
by Tim King
· 11 months ago
38b0e9b
x/tools: add explicit Unalias operations
by Alan Donovan
· 11 months ago
97c51a2
go/analysis/passes/shift: support constants in float syntax
by Tim King
· 11 months ago
fb020a0
go/cfg: record block kind and associated statement
by Alan Donovan
· 1 year ago
054c06d
gopls: rationalize "deref" helpers
by Alan Donovan
· 11 months ago
c111c4d
internal/typesinternal: add ReceiverNamed helper
by Alan Donovan
· 11 months ago
3f67f80
go/packages/gopackages: display module
by Alan Donovan
· 11 months ago
451218f
x/tools: address review of CL 564515 (CombinedOutput)
by Alan Donovan
· 11 months ago
2bd7949
x/tools: don't parse CombinedOutput
by Alan Donovan
· 11 months ago
5de9cbe
go/ssa: show instruction line numbers in -build=FS mode
by Alan Donovan
· 11 months ago
0f0698e
go/analysis/passes/nilness: improve "for range []T(nil)" error
by Alan Donovan
· 11 months ago
314368d
go/analysis/passes/deepequalerrors: audit for types.Alias safety
by Alan Donovan
· 11 months ago
5fcc627
go/analysis/passes/nilness: handle type assertions too
by Alan Donovan
· 11 months ago
e3f1180
gopls/internal/cache: fix crash in analysis
by Alan Donovan
· 11 months ago
7f80389
go/analysis/passes/stringintconv: audit for types.Alias safety
by Alan Donovan
· 11 months ago
0d87589
go/types/typeutil: audit for types.Alias safety
by Alan Donovan
· 11 months ago
a297bfd
go/callgraph/rta: audit for types.Alias safety
by Alan Donovan
· 11 months ago
3403ce1
go/internal/gccgoimporter: recognize "any" as a builtin type
by Ian Lance Taylor
· 1 year, 3 months ago
afe5265
go/packages: wait for sizes goroutine on all control paths
by Alan Donovan
· 11 months ago
1efbdde
cmd/stringer, go/loader: use testenv.NeedsTool(t, "cgo")
by Dmitri Shuralyov
· 11 months ago
5f90691
go/buildutil: permit comma delimiters in build tags
by Jason Smith
· 12 months ago
816dcdf
go/packages: add test for flake observed on Android
by Alan Donovan
· 12 months ago
7f6ec23
go/ssa: suppress go/packages-based test on android
by Alan Donovan
· 12 months ago
a987ef7
go/packages: publish Driver{Request,Response}
by Alan Donovan
· 12 months ago
e1555a3
go/ssa: add Function.DomPostorder
by Alan Donovan
· 12 months ago
d0930db
gopls/internal/lsp/cache: fix bug reports from toGobDiagnostics
by Rob Findley
· 12 months ago
525acd1
go/analysis/internal/analysisflags: add RelatedInformation JSON
by Alan Donovan
· 12 months ago
ba8672b
go/analysis/passes/unusedresult: add functions from slices package
by Alan Donovan
· 1 year ago
a6819f4
go/callgraph/vta: fix handling of comma map lookups
by Zvonimir Pavlinovic
· 1 year, 1 month ago
Next »