Sign in
go
/
tools
/
HEAD
3e1cb95
internal/lsp/source: correct workspace symbol logic for unpacking receivers
by Rob Findley
· 20 hours ago
master
397283d
internal/lsp/protocol/typescript: fix lint errors in .ts code
by pjw
· 18 hours ago
d19d8cf
internal/lsp/protocol/typecript: fix type merging
by pjw
· 9 days ago
50ca8d0
all: recognize new error from go command when no go.mod is found
by Jay Conrod
· 2 days ago
2cde57b
internal/lsp: remove redundant didChange notifications
by Rebecca Stambler
· 2 days ago
376db57
internal/lsp: use pre-existing quick fixes for analysis diagnostics
by Heschi Kreinick
· 4 days ago
144d5ce
internal/lsp: run type error analyzers as part of diagnostics
by Heschi Kreinick
· 5 days ago
24439e3
internal/lsp/source: eliminate GetTypeCheckDiagnostics
by Heschi Kreinick
· 6 days ago
dafbee5
internal/lsp: show human-readable const time.Duration as a comment
by Shoshin Nikita
· 3 days ago
9c452d8
internal/lsp/cache: don't rely on related diagnostics if unsupported
by Rob Findley
· 4 days ago
2ac05c8
internal/lsp: key GC details off package ID
by Heschi Kreinick
· 6 days ago
303d8bb
gopls/internal/hooks: compile URL regexp once
by Heschi Kreinick
· 4 days ago
94327d3
internal/lsp/cache: show type errors on parse errors in other files
by Rob Findley
· 4 days ago
16b2c87
gopls/internal/regtest: add a failing test for issue 44736
by Rob Findley
· 4 days ago
7800253
internal/lsp/cache: split up sourceDiagnostics
by Heschi Kreinick
· 8 days ago
47985cf
internal/lsp/cache: refactor Go file parsing
by Heschi Kreinick
· 8 days ago
6422c5c
internal/lsp/cache: invalidate metadata on magic comment changes
by Heschi Kreinick
· 9 days ago
f9c628b
gopls/internal/regtest: add test for bad embed rules
by Heschi Kreinick
· 2 weeks ago
89a9cb6
internal/lsp/cache: parse filenames from go list errors correctly
by Heschi Kreinick
· 2 weeks ago
eb48d3f
internal/lsp/cache: refactor diagnostic suppression
by Heschi Kreinick
· 5 weeks ago
7a079fc
internal/lsp/cache: fix related error processing
by Heschi Kreinick
· 2 weeks ago
f5a4005
cmd/eg: don't do rewrites within the template file itself
by Josh Bleecher Snyder
· 5 months ago
28e7a3b
cmd/eg: use go/packages
by Josh Bleecher Snyder
· 5 months ago
54dc8c5
playground: remove /share registration, add Proxy
by Russ Cox
· 2 weeks ago
24aca17
cmd/guru: adjust describe qualifier function (fix describe test)
by Robert Griesemer
· 9 days ago
0150491
x/tools/internal/fastwalk: fixes "interrupted system call" error
by Ichinose Shogo
· 13 days ago
b4639cc
internal/lsp/protocol: fix vet error in tsprotocol.go
by pjw
· 13 days ago
a43f69b
go/expect: use parser.AllErrors when extracting Notes
by Rob Findley
· 2 weeks ago
f48e60b
add comment and check action type neovim goimports
by stephen
· 11 days ago
b8d1a33
internal/lsp/source: add the unusedwrite analyzer
by Ainar Garipov
· 11 days ago
0e232fa
gopls: add scheme to CodeDescription.href
by Yuki Ito
· 2 weeks ago
2363391
all: go fmt ./...
by Russ Cox
· 2 weeks ago
b369640
all: fmt tests with new gofmt
by Russ Cox
· 2 weeks ago
f6e0443
go/analysis: add unusedwrite pass
by Guodong Li
· 5 weeks ago
bdaa8bf
go/gcexportdata: warn that {Read,Write}Bundle are experimental
by Matthew Dempsky
· 2 weeks ago
f4301d9
internal/imports: update stdlib index for 1.16
by smasher164
· 2 weeks ago
f3748ed
internal/lsp/source: filter out comparable from completion results
by Rob Findley
· 2 weeks ago
f47cb78
go/analysis/passes/buildtag: update check for //go:build
by Russ Cox
· 2 weeks ago
06713c2
go/loader: fix race
by Russ Cox
· 2 weeks ago
1f00549
internal/regtest: fix regtests for the dev.typeparams Go branch
by Rob Findley
· 2 weeks ago
4b19790
txtar: minor fix in unit test input
by Joe Kyo
· 2 weeks ago
9eb3535
internal/lsp: 'go get' packages instead of modules
by Rebecca Stambler
· 2 weeks ago
67e49ef
go/internal/cgo: set pkgdir with -srcdir instead of CWD
by Matthew Dempsky
· 2 weeks ago
19ff21f
go/analysis/unitchecker: tell the user how to list the flags and analyzers
by Rob Pike
· 3 weeks ago
d5b8332
internal/lsp/command: rename package generate to gen
by Rebecca Stambler
· 2 weeks ago
4534fc3
go/internal/gcimporter: reference golang/go#44339 in TODO
by Matthew Dempsky
· 2 weeks ago
35839b7
go/internal/gcimporter: fix tests on darwin
by Matthew Dempsky
· 2 weeks ago
a1db63c
go/internal/gcimporter: add "bundled" export data formats
by Matthew Dempsky
· 3 weeks ago
b79f76f
go/internal/gcimporter: fix reexporting compiler data
by Matthew Dempsky
· 3 weeks ago
7fde01f
go/internal/gcimporter: refactor IExportData tests
by Matthew Dempsky
· 3 weeks ago
6055ccf
go/internal/gcimporter: simplify IExportData API
by Matthew Dempsky
· 3 weeks ago
1e7abac
internal/lsp: refactor go command error handling
by Heschi Kreinick
· 3 weeks ago
ffc2075
internal/lsp: fix nil pointer in hover when (types.Object).Pkg() is nil
by Rebecca Stambler
· 3 weeks ago
fca8992
internal/lsp: handle nil pointer with import shortcut = link
by Rebecca Stambler
· 4 weeks ago
5848b84
internal/typesinternal: sync error codes with go1.16
by Rob Findley
· 3 weeks ago
3a5a051
go/analysis/passes: add sigchanyzer Analyzer
by Cuong Manh Le
· 3 months ago
123adc8
godoc/vfs: add io/fs adapter
by Russ Cox
· 3 weeks ago
68c7d11
go/analysis: extend the loopclosure checker to considering errgroup.Group.Go.
by Guodong Li
· 5 weeks ago
add869b
internal/lsp: always return file handles for nonexistent files
by Rebecca Stambler
· 3 weeks ago
701d142
internal/lsp/cache: build the workspace module deterministically
by Rebecca Stambler
· 3 weeks ago
ed2b1e9
gopls/internal/regtest: exit if small machine
by Rob Findley
· 3 weeks ago
5bd3da9
godoc: convert Markdown files to HTML during serving
by Russ Cox
· 6 months ago
9eba6e1
gopls/internal/regtest: skip known flake TestGCDetails
by Rob Findley
· 3 weeks ago
9f3e226
gopls/internal/regtest/workspace: disable flaky MultiModule_OneBrokenModule test
by Russ Cox
· 3 weeks ago
706a59c
internal/lsp: apply go.mod/sum changes via workspace edits
by Heschi Kreinick
· 4 weeks ago
8316e56
internal/lsp/command: stub out the ListKnownPackages and AddImport commands
by Rob Findley
· 3 weeks ago
51f72a1
internal/lsp: address Rob's comments from CL 289772
by Rebecca Stambler
· 3 weeks ago
d459050
internal/lsp: apply go.sum fixes to all modules in multi-module module
by Rebecca Stambler
· 4 weeks ago
5fbed49
internal/lsp/command: pass Context to commands
by Rob Findley
· 4 weeks ago
1bc371e
gopls/doc: add argument documentation for commands
by Rob Findley
· 4 weeks ago
8aef11f
internal/lsp: switch to the new command API
by Rob Findley
· 4 weeks ago
a30116d
internal/lsp: eliminate funcs from commands, and refactor
by Rob Findley
· 4 weeks ago
fd2f9f3
internal/lsp/command: use a build tag to avoid broken generation
by Rob Findley
· 4 weeks ago
553f4ba
internal/lsp/command: rename commands to align with current naming
by Rob Findley
· 4 weeks ago
86984b8
internal/lsp/command: add an interface for workspace/executeCommand
by Rob Findley
· 4 weeks ago
d2671c4
internal/lsp: move some per-command set-up into a helper
by Rob Findley
· 5 weeks ago
94fce4d
internal/lsp/cache: remove stray debug logging
by Heschi Kreinick
· 4 weeks ago
6140657
godoc: show earliest version when identifier was added
by Dmitri Shuralyov
· 4 weeks ago
5ab06b0
internal/lsp/source: sort commands alphabetically
by Rob Findley
· 4 weeks ago
5941677
go/analysis: fix path to example-test.go
by sanposhiho
· 4 weeks ago
ef80cdb
internal/lsp/completion: fix untyped int type inference
by Muir Manders
· 4 weeks ago
b30482d
internal/lsp/cache: allow fixing multiple syntax errors
by Muir Manders
· 4 weeks ago
513be0a
internal/lsp/cache: disable network for mod tidy diagnostics
by Heschi Kreinick
· 6 weeks ago
8938cee
internal/lsp/completion: fix invalid struct literal field snippet
by Muir Manders
· 4 weeks ago
c3a8a1d
internal/lsp/completion: fix untyped ints to match floats
by Muir Manders
· 4 weeks ago
842a928
gopls/internal/regtest: only run in 'singleton' mode on certain GOOS
by Rob Findley
· 4 weeks ago
bd8508e
gopls/internal/regtest/codelens: increase the timeout on TestGCDetails
by Rob Findley
· 4 weeks ago
6d19fbf
internal/lsp/cache: fix AllowModfileModifications on 1.16
by Heschi Kreinick
· 4 weeks ago
6baea3f
internal/jsonrpc2: remove unused invalidID constant
by Koichi Shiraishi
· 5 weeks ago
ed97357
all: upgrade all dependencies, if possible
by Rebecca Stambler
· 5 weeks ago
e7dfe02
internal/lsp: remove redundant fields/code after source.Error deletion
by Heschi Kreinick
· 5 weeks ago
51ce837
internal/lsp: remove the source.Error type
by Heschi Kreinick
· 5 weeks ago
5659e49
internal/lsp/protocol/typescript: update LSP generating code
by pjw
· 6 weeks ago
ddc05f8
internal/lsp: enable semantic tokens as part of all experiments
by Rebecca Stambler
· 5 weeks ago
c3402e3
internal/lsp: update to latest version of LSP protocol
by pjw
· 6 weeks ago
2ab2386
internal/lsp: stop using structured errors
by Heschi Kreinick
· 5 weeks ago
9b8df07
internal/lsp: enable -mod=readonly in workspace module mode
by Heschi Kreinick
· 6 weeks ago
f1f686b
internal/lsp: re-enable upgrades for individual dependencies
by Heschi Kreinick
· 6 weeks ago
d8a2a07
go/packages: improve go invocation errors
by Heschi Kreinick
· 6 weeks ago
19db92e
internal/lsp/cache: remove mod upgrade code
by Heschi Kreinick
· 6 weeks ago
Next »