Sign in
go
/
tools
/
HEAD
698251a
internal/lsp/cache: sort Metadata.Deps, for determinism
by Alan Donovan
· 13 hours ago
master
f79f3aa
internal/lsp/cache: clarify buildPackageHandle
by Alan Donovan
· 2 weeks ago
e92a18f
internal/lsp/lsppos: reduce allocations in NewMapper
by Alan Donovan
· 14 hours ago
f487f36
internal/lsp/source: reduce allocation in workspace-symbols
by Alan Donovan
· 14 hours ago
7b04e8b
internal/persistent: no-op deletion from map does not allocate
by Ruslan Nigmatullin
· 9 days ago
f042799
internal/memoize: delete Bind(cleanup) hook
by Alan Donovan
· 16 hours ago
bec0cf1
internal/lsp/cache: avoid Handle mechanism for workspace dir
by Alan Donovan
· 4 days ago
ffc70b9
lsp/completion: fix ranking of *types.PkgName candidates
by Muir Manders
· 27 hours ago
93bf1fc
gopls: add range over channel postfix completion
by Davide Masserut
· 6 days ago
79fefdf
internal/memoize: do not iterate all handles on generation destruction
by Ruslan Nigmatullin
· 2 weeks ago
fa4babc
internal/lsp/cache: use persistent map for storing packages in the snapshot
by Ruslan Nigmatullin
· 3 weeks ago
9358add
internal/lsp/cache: remove unused function
by Robert Findley
· 3 days ago
c77473f
gopls: upgrade staticcheck to v0.3.2
by Robert Findley
· 35 hours ago
e8e5b37
internal/lsp/cache: don't construct a new metadata graph if no changes
by Rob Findley
· 2 days ago
8314b7a
go/analysis: add suggested fix for unkeyed composite literals
by Suzy Mueller
· 4 days ago
8865782
internal/lsp: add text edits for unkeyed literals
by Suzy Mueller
· 3 days ago
1a196f0
internal/lsp/cache: don't build symbol info for non-Go files
by Rob Findley
· 2 days ago
b84d509
gopls/doc: regenerate documentation
by Alan Donovan
· 3 days ago
c10541a
go/analysis/passes/fieldalignment: document "false sharing"
by Alan Donovan
· 3 days ago
7743d1d
internal/lsp: respect range for inlay hints
by Suzy Mueller
· 2 weeks ago
0248714
internal/lsp: add additional instrumentation around package loading
by Robert Findley
· 3 days ago
e5b3324
internal/lsp: add InlayHint regtests
by Suzy Mueller
· 2 weeks ago
2a90056
go/gcexportdata: fix Find for Go modules
by Russ Cox
· 4 days ago
7404bd2
all: gofmt some recent file changes
by Robert Findley
· 4 days ago
ec0831a
refactor/satisfy: don't crash on type parameters
by Alan Donovan
· 7 days ago
66bbba3
internal/memoize: remove unused Store.generations map
by Alan Donovan
· 5 days ago
56116ec
internal/memoize: don't destroy reference counted handles
by Robert Findley
· 5 days ago
10494c7
cmd/digraph: fix typo
by Ben Sarah Golightly
· 7 days ago
93a03c2
internal/lsp/cache: invalidate reverse closure when loading packages
by Robert Findley
· 8 days ago
c36379b
internal/lsp/cache: don't set new metadata if existing is valid
by Robert Findley
· 8 days ago
e1ec1f3
internal/imports: use a module resolver if GOWORK is set
by Robert Findley
· 7 days ago
60ca636
internal/lsp: use camel case for inlay hint config fields
by Jamal Carvalho
· 8 days ago
2994e99
internal/persistent: change map to use set/get as method names
by Ruslan Nigmatullin
· 8 days ago
22ab253
internal/lsp: rename viewport to range
by Suzy Mueller
· 9 days ago
3f5f798
internal/lsp/cache: use persistent map for storing files in the snapshot
by Ruslan Nigmatullin
· 3 weeks ago
f60e9bc
internal/lsp/cache: use persistent map for storing gofiles in the snapshot
by Ruslan Nigmatullin
· 10 days ago
871637b
internal/lsp: add settings for inlay hints and enable
by Suzy Mueller
· 3 weeks ago
a44cc76
cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax
by Tormod Erevik Lea
· 2 weeks ago
4e231cb
internal/lsp/cache: don't prune unreachable metadata on clone
by Robert Findley
· 11 months ago
a2de635
internal/lsp/cache: honor the go.work for computing workspace packages
by Robert Findley
· 3 months ago
cbb8e8e
internal/span: optimise URI.Filename to avoid allocation
by Alan Donovan
· 3 weeks ago
63d8015
internal/lsp/cache: minor simplifications to Symbols
by Alan Donovan
· 2 weeks ago
59bd4fa
internal/lsp: find references to package
by Dylan Le
· 5 weeks ago
a1303c8
internal/lsp: remove tooltip from inlay hints
by Jamal Carvalho
· 11 days ago
641b30b
internal/lsp: add inlay hints for inferred type params
by Jamal Carvalho
· 2 weeks ago
70ccf57
go/packages: fix loading single file when outside of GOPATH, module
by aarzilli
· 7 months ago
381ac87
internal/lsp/debug: reduce critical sections in trace
by Alan Donovan
· 2 weeks ago
1e14d99
internal/lsp: add inlay hints for composite literal types
by Suzy Mueller
· 3 weeks ago
e987015
internal/lsp/cache: symbolize in parallel
by Alan Donovan
· 2 weeks ago
88325aa
internal/memoize: add trace region for Handle.run
by Alan Donovan
· 2 weeks ago
c353b05
internal/lsp/cache: delete checkSnapshotLocked
by Rob Findley
· 11 months ago
567c98b
internal/lsp/cache: don't walk URIs to invalidate metadata
by Rob Findley
· 11 months ago
dffd645
internal/lsp/cache: only clone metadata if something changed
by Rob Findley
· 11 months ago
4ba3d22
internal/lsp/cache: clone the metadata graph when clearing ShouldLoad
by Robert Findley
· 4 months ago
39d3d49
internal/lsp/cache: use metadataGraph.Clone in snapshot.clone
by Rob Findley
· 11 months ago
8a92078
internal/lsp/cache: build a new metadata graph on load
by Rob Findley
· 11 months ago
9f38ef7
internal/lsp/cache: derive workspace packages from metadata
by Rob Findley
· 11 months ago
041035c
Revert "internal/lsp/cache: reduce critical sections"
by Alan Donovan
· 2 weeks ago
d097bc9
gopls/internal/vulncheck: include nonaffecting vulnerability info
by Hana (Hyang-Ah) Kim
· 2 weeks ago
e8b9ff1
gopls/internal/govulncheck: sync x/vuln@4eb5ba4
by Hana (Hyang-Ah) Kim
· 2 weeks ago
654a14b
internal/lsp/cache: reduce critical sections
by Alan Donovan
· 2 weeks ago
27db7f4
gopls: update golang.org/x/vuln to latest @4eb5ba4
by Hana (Hyang-Ah) Kim
· 3 weeks ago
c993be6
go/analysis/internal/checker: log codeFact error, remove unused action.inputs
by Hana (Hyang-Ah) Kim
· 4 weeks ago
ed27611
internal/lsp/cache: cache known subdirs pattern
by Ruslan Nigmatullin
· 3 weeks ago
ebc084a
internal/lsp: add inlay hints count to test summary
by Suzy Mueller
· 3 weeks ago
c15c045
internal/lsp: enable inlay hint tests
by Suzy Mueller
· 3 weeks ago
0343989
internal/lsp: fix error message for inlay hints
by Suzy Mueller
· 3 weeks ago
a41fc98
internal/lsp/cache: use [256]byte Hash instead of hex digit string
by Alan Donovan
· 3 weeks ago
c41ddce
internal/lsp: include padding in inlay hint marker tests
by Jamal Carvalho
· 3 weeks ago
5e48d26
internal/lsp: add inlay hints for composite literal names
by Jamal Carvalho
· 3 weeks ago
83b0675
internal/lsp: add inlay hints for constant values
by Jamal Carvalho
· 3 weeks ago
ecc1479
internal/lsp: add inlay hints for variable types
by Jamal Carvalho
· 3 weeks ago
65c0181
internal/lsp: support textDocument/inlayHint for parameter names
by Jamal Carvalho
· 3 weeks ago
9651276
internal/lsp/cache: optimize Snapshot.clone
by Alan Donovan
· 3 weeks ago
697795d
internal/lsp/regtest: don't run the connection on the test context
by Rob Findley
· 11 months ago
ad756c7
internal/lsp: initial test set up for inlay hints
by Suzy Mueller
· 3 weeks ago
1d19788
internal/lsp/cache: always compute IsIntermediateTestVariant
by Rob Findley
· 11 months ago
v0.1.11
4a8620f
internal/lsp/cache: move metadata fields to a new metadataGraph type
by Rob Findley
· 11 months ago
a3d129c
internal/lsp/cache: extract module load errors when go.work is used
by Robert Findley
· 4 months ago
6bfd3a4
Revert "internal: temporarily disable tests so we can land CL 410955"
by Robert Griesemer
· 3 weeks ago
5ca4cc8
internal: temporarily disable tests so we can land CL 410955
by Robert Griesemer
· 3 weeks ago
63dfc2d
internal/lsp/cache: two minor optimizations
by Alan Donovan
· 4 weeks ago
030812f
internal: remove unneeded FileSets
by Alan Donovan
· 4 weeks ago
2417911
go/analysis/internal/checker: add -test flag for single/multi-checkers
by Hana (Hyang-Ah) Kim
· 4 weeks ago
43cce67
go/analysis: document need for deterministic Fact encoding
by Alan Donovan
· 4 weeks ago
af82757
cmd/callgraph: add test of -algo=vta
by Alan Donovan
· 4 weeks ago
76325da
internal/lsp/progress: detach context for all progress notifications
by Robert Findley
· 4 weeks ago
b2fbc38
cmd/callgraph: add -algo=vta option
by Alan Donovan
· 4 weeks ago
d68628a
go/ast/astutil: clarify PathEnclosingInterval
by Alan Donovan
· 4 weeks ago
3dd056a
internal/lsp/mod: fix broken assumptions about file base
by Robert Findley
· 4 weeks ago
0cdf4b5
internal/lsp/source: eliminate ColumnMapper.PointSpan in favor of Pos
by Robert Findley
· 5 weeks ago
9d7bf95
internal/lsp: factor out column mapper construction from content
by Robert Findley
· 7 weeks ago
9e1d19b
internal/span: eliminate TokenConverter
by Robert Findley
· 7 weeks ago
dae3f4b
internal/lsp/diff: remove unused TokenConverter parameters
by Robert Findley
· 6 weeks ago
de3ef4a
internal/lsp/source: remove workaround for newline terminated files
by Robert Findley
· 6 weeks ago
6b760fc
internal/lsp/source: remove ineffectual memoization in MappedRange
by Robert Findley
· 5 weeks ago
ea60815
internal/lsp: use the correct converter for mapped range offsets
by Robert Findley
· 6 weeks ago
1ff52e2
gopls/internal/vulncheck: use internal/govulncheck
by Jonathan Amsterdam
· 6 weeks ago
2bb78cf
internal/lsp: add missing bug reporting, and panic during marker tests
by Robert Findley
· 6 weeks ago
0e859af
go/analysis/analysistest: use listed mode instead of deprecated const
by Koichi Shiraishi
· 5 weeks ago
Next »