Sign in
go
/
tools
/
dc4d64cc1c218497b13df77b099f5c4f806f7260
dc4d64c
gopls: fix non-constant format strings
by Rob Findley
· 5 months ago
c758e54
cmd/callgraph: make vta use internal version of CHA
by Zvonimir Pavlinovic
· 5 months ago
94b564c
go.mod: for consistency with other repos, use 1.22.0 in go.mod
by Rob Findley
· 5 months ago
70f5626
all: with 1.23 out, update Go directive to Go 1.22
by Rob Findley
· 5 months ago
5a3171b
internal/typesinternal: correct spec anchors in comments
by Andrew Pollock
· 5 months ago
c538e2c
go/callgraph/static: avoid ssautil.AllFunctions
by Alan Donovan
· 5 months ago
2db563b
internal/gcimporter: copy over ureader changes
by Tim King
· 5 months ago
09886e0
go/callgraph/vta: allow nil initial call graph
by Zvonimir Pavlinovic
· 5 months ago
e5ae0a9
internal/pkgbits: cleanup pre-Go 1.17 workaround
by Tim King
· 5 months ago
264b4b5
go/callgraph/vta: add return parameter nodes for functions
by Zvonimir Pavlinovic
· 5 months ago
063360f
gopls: update x/telemetry dependency
by Rob Findley
· 5 months ago
28f3bc0
internal/pkgbits: copy over changes for V2
by Tim King
· 5 months ago
fd2067f
go/callgraph/vta: use struct{} instead of bool in sets
by Zvonimir Pavlinovic
· 5 months ago
ce02ccd
gopls/internal/test/marker: simplify completion markers
by Rob Findley
· 5 months ago
4ead70c
gopls: report semantic tokens of top-level type constructor modifiers
by xzb
· 5 months ago
826d8d9
gopls/internal/cache: add a note about GOMEMLIMIT and ballasts
by Rob Findley
· 5 months ago
aaf49f1
gopls/internal/cache: add a 100MB ballast to reduce GC CPU
by Rob Findley
· 5 months ago
12307aa
gopls/internal/util/lru: make lru.Cache generic
by Rob Findley
· 5 months ago
594cdab
gopls: increment the telemetryprompt acceptance counter for each session
by Rob Findley
· 5 months ago
adb7301
internal/versions: disable a test case incompatible with CL 607955
by Michael Matloob
· 5 months ago
0734f62
internal/gcimporter: support type parameterized aliases in indexed format
by Tim King
· 5 months ago
b5f24ec
internal/aliases: add type parameters argument to NewAliases
by Tim King
· 5 months ago
f5c7449
gopls/internal: implement Packages command
by Ethan Reesor
· 6 months ago
e5e8aa8
gopls/internal: implement Modules command
by Ethan Reesor
· 6 months ago
9ef0547
internal/gcimporter: move indexed format docs
by Tim King
· 5 months ago
c7adb63
go/analysis/passes/fieldalignment: fix doc
by Kevin Burke
· 5 months ago
66adacf
internal/pkgbits: improve ureader panic message
by Tim King
· 5 months ago
e104dc8
gopls/internal/settings: rename goTest code action to source.test
by Alan Donovan
· 5 months ago
dfcdf50
go/analysis/passes/copylock: add support for ForStmt
by Tim King
· 11 months ago
136c165
gopls/internal/cache: remove spurious assertions
by Alan Donovan
· 5 months ago
7cc3be7
internal/imports: use a clean GOMODCACHE for the scan root directory
by Rob Findley
· 6 months ago
d47b4fb
internal/testfiles: adjust test so all modules are after 1.21
by Tim King
· 5 months ago
c1241b9
internal/stdlib: update stdlib index for Go 1.23.0
by Gopher Robot
· 5 months ago
e6bef92
gopls/internal/golang: downgrade assertion in methodsets index
by Alan Donovan
· 5 months ago
7f262d6
all: disable tests incompatible with CL 603895
by Michael Matloob
· 5 months ago
a76f882
gopls: enhance read/write access distinction in document highlighting for symbols
by ZHOU Zehua
· 5 months ago
4dc9194
go/callgraph/vta: fix test under GODEBUG=gotypesalias=1
by Alan Donovan
· 6 months ago
28ba991
go/analysis/passes/printf: add missing Unalias call
by Alan Donovan
· 6 months ago
3057be8
go.mod: update golang.org/x dependencies
by Gopher Robot
· 6 months ago
v0.24.0
4653e48
gopls/internal/analysis: add skipped analysis simplify on generated code
by idnandre
· 6 months ago
f855a53
gopls/internal/telemetry/cmd/stacks: use authentication token
by Alan Donovan
· 6 months ago
3ffd605
gopls/doc/features: fix prominent typo
by Alan Donovan
· 6 months ago
a5df6ad
go/analysis/passes/printf: report non-constant format, no args
by Alan Donovan
· 8 months ago
c03e5c2
go/packages: do not nullify Fset when NeedSyntax is set
by Nikolay Edigaryev
· 6 months ago
6a6fd99
go/ssa: substitute type parameterized aliases
by Tim King
· 6 months ago
f6a2390
gopls/doc: delete commands.md
by Alan Donovan
· 7 months ago
2154cbf
gopls/internal/golang: add "Browse gopls features" code action
by Alan Donovan
· 7 months ago
ead76ab
go/analysis: Add modules to Pass
by Tim King
· 10 months ago
55d718e
go/analysis/passes/buildtag: report invalid go versions in build tags.
by Tim King
· 6 months ago
8b51d66
go/types/objectpath: support parameterized type aliases
by Alan Donovan
· 6 months ago
12d2c34
internal/testfiles: consolidate to CopyToTmp
by Tim King
· 6 months ago
444aadd6
gopls/internal/cmd: redesign codeaction subcommand
by Alan Donovan
· 7 months ago
cad260e
internal/pkgbits: remove dead field
by Alan Donovan
· 6 months ago
ec1a81b
gopls/doc/features: more doc tweaks
by Alan Donovan
· 7 months ago
2fb3ebe
txtar: implement fs.FS
by Tim King
· 6 months ago
2cb2f7d
internal/bisect: fix doc comment api links
by Russ Cox
· 6 months ago
25ed04f
LICENSE: update per Google Legal
by Russ Cox
· 6 months ago
da12580
go/packages: NeedTypes implies NeedModule
by Tim King
· 6 months ago
6f4e2a8
gopls: update x/telemetry dependency
by Rob Findley
· 6 months ago
e4550b9
go/analysis/passes/nilness: fix wrong internal code comment
by sato-takehiro
· 7 months ago
d9c6af3
cmd/stress: add -count flag, and print number of active commands in status updates
by Russ Cox
· 10 months ago
ef4d083
gopls/internal/protocol/command: draft Packages/Modules API
by Hana (Hyang-Ah) Kim
· 9 months ago
d29feb5
gopls/completion: prefer rangeable funcs in range statements
by Muir Manders
· 7 months ago
71c5537
gopls/internal/analysis/fillswitch: use qualified type names
by Alan Donovan
· 7 months ago
febceba
copyright: don't skip directories "." or ".." in checkCopyright
by Richard Miller
· 7 months ago
3968e70
go/analysis/internal/checker: allow for Plan 9 reduced exit codes in tests
by Richard Miller
· 7 months ago
33be3ef
go.mod: update golang.org/x dependencies
by Gopher Robot
· 7 months ago
v0.23.0
0e7ccc0
gopls/internal/golang: provide version info for stdlib in pkgdoc
by Hongxiang Jiang
· 7 months ago
fcf5463
gopls/internal/server: add counters to inform v0.17.0
by Rob Findley
· 7 months ago
70a59b2
gopls/doc: respond to Hana's review of CL 583316
by Alan Donovan
· 7 months ago
799a471
gopls/doc: document all of gopls' features
by Alan Donovan
· 9 months ago
2e239ad
gopls/internal/golang: provide version info for stdlib fields
by Hongxiang Jiang
· 7 months ago
bc15dd8
gopls/internal/analysis/fillstruct: use package name (not path) in UI
by Alan Donovan
· 7 months ago
72edac2
internal/typeparams: fix crash in interface hover with empty type set
by Rob Findley
· 7 months ago
c0ae6bb
gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr
by Alan Donovan
· 7 months ago
5cc2d0b
gopls/internal/golang: splitlines: remove workaround for golang/go#68202
by Alan Donovan
· 7 months ago
6916077
gopls/internal/golang: don't panic when findKeyword fails
by Alan Donovan
· 7 months ago
8fa4173
gopls/internal/server: conditionally prompt for telemetry
by Hana (Hyang-Ah) Kim
· 8 months ago
b9a361a
gopls/internal/golang: provide version info for stdlib methods
by Hongxiang Jiang
· 7 months ago
dd9d554
go/ast/astutil: PathEnclosingInterval: add missing FuncType nodes
by Alan Donovan
· 7 months ago
3db1ddb
gopls/internal/golang: provide available version info in stdlib hover
by Hongxiang Jiang
· 7 months ago
008ed2c
gopls/internal/golang/completion: fix package clause completion suffix
by Rob Findley
· 7 months ago
b297f5a
gopls/internal/golang: s/return values/results/
by Alan Donovan
· 7 months ago
b5bfa9c
gopls/internal/fuzzy: move the fuzzy package to gopls
by Rob Findley
· 7 months ago
02912f7
gopls/internal/cache: lift package caching to forEachPackage
by Rob Findley
· 7 months ago
e7f294d
gopls/matcher: don't give bonus to case insensitive match
by Muir Manders
· 7 months ago
480a22d
gopls/completion: don't take address of interfaces for "%p" values
by Muir Manders
· 7 months ago
3151270
gopls/internal: add code action "extract declarations to new file"
by Chiawen Chen
· 7 months ago
850c7c3
gopls: skip failing tests on wasm/wasip1
by Rob Findley
· 7 months ago
dc34122
gopls/internal/golang: fix hovering from the builtin file
by Rob Findley
· 7 months ago
1028e30
gopls/internal/settings: remove fieldalignment analyzer
by Alan Donovan
· 8 months ago
5fefc65
go/analysis/passes/stringintconv: do not generate empty edits
by Lasse Folger
· 7 months ago
1e6c1e2
gopls/internal/golang: strip @v1.2.3 suffix from pkgdoc URLs
by Alan Donovan
· 7 months ago
7de8d0a
gopls/internal/analysis/simplifyrange: reenable on range-over-func
by Alan Donovan
· 7 months ago
c9675c2
internal/refactor/inline: avoid unnecessary import renames
by Alan Donovan
· 8 months ago
f06ed92
gopls/internal/settings: define InlayHints enum
by Alan Donovan
· 7 months ago
833def6
gopls/internal/settings: move CodeActionKind values from protocol
by Alan Donovan
· 7 months ago
47bd819
gopls/internal/server: fix CSS typo
by Ethan Reesor
· 7 months ago
df4e862
gopls/internal/settings: minor cleanups
by Alan Donovan
· 7 months ago
4a26477
internal/refactor/inline: allow duplicable type conversions
by Vladislav Valkov
· 7 months ago
Next »