- fc660e5 go.mod: update golang.org/x dependencies by Gopher Robot · 12 months ago
- 7656c4c go.mod: update golang.org/x dependencies by Gopher Robot · 1 year ago v0.19.0
- 283fce2 x/tools: drop go1.18 support by Alan Donovan · 1 year, 1 month ago
- a6c03c8 x/tools: update telemetry import (new Start API) by Alan Donovan · 1 year, 1 month ago
- a7407fa gopls: update telemetry by Alan Donovan · 1 year, 1 month ago
- f4fa7a7 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago
- c07f927 cmd/deadcode: enable crash reporting by Alan Donovan · 1 year, 2 months ago
- 25a0e9d go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago
- a9ef4cf go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.16.0
- f60f2e6 all: replace all usages of golang.org/x/sys/execabs with os/exec by Sebastiaan van Stijn · 1 year, 4 months ago
- 729e159 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.15.0
- 3f4194e go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 5 months ago v0.14.0
- fe324ac all: tidy with -compat=1.18 by Dmitri Shuralyov · 1 year, 6 months ago
- a807ccf go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago
- f91c023 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago
- 675bf3c go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago v0.11.0
- 27dbf85 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago
- 6219726 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 10 months ago
- c5f768a go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago
- c0742f5 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago
- d0863f0 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 1 month ago v0.6.0
- 7db99dd go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago v0.5.0
- fe60148 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 3 months ago
- 502c634 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 4 months ago v0.3.0
- 2b29c66 internal/gcimporter: API for shallow export data by Alan Donovan · 2 years, 5 months ago
- f112c43 go.mod: update golang.org/x dependencies by Heschi Kreinick · 2 years, 5 months ago v0.2.0
- 649df2e go.mod: mark as requiring -compat 1.16 by Heschi Kreinick · 2 years, 5 months ago
- a630751 x/tools: update go.mod following moving LSP code to x/tools/gopls by Robert Findley · 2 years, 6 months ago
- 8b47d4e all: update dependencies by Robert Findley · 2 years, 8 months ago
- 3d474c8 internal/lsp/diff: new diff implementation to replace go-diff by Peter Weinberger · 3 years ago
- 48a2cc8 x/tools: remove dependency on golang.org/x/xerrors by Robert Findley · 2 years, 11 months ago
- 77f5fa5 internal/lsp/cache: replace old go.work parser with x/mod by Robert Findley · 3 years, 2 months ago
- 9626607 all: update dependencies post-release by Rebecca Stambler · 3 years, 5 months ago
- cd7c003 internal/lsp: add support for hovering runes by Jean-Hadrien Chabran · 3 years, 11 months ago
- bf6c7f2 all: update dependencies after gopls/v0.7.1 release by Rebecca Stambler · 3 years, 7 months ago
- 9cddb0e all: update all dependencies except for sergi/go-diff and golang.org/x/net by Rebecca Stambler · 3 years, 11 months ago
- 19b1717 go.mod: upgrade to Go 1.17 by Bryan C. Mills · 3 years, 11 months ago
- a1fbb68 all: upgrade go.mod files to Go 1.16 by Bryan C. Mills · 3 years, 11 months ago
- ec686a2 all: upgrade all dependencies except for go-diff by Rebecca Stambler · 4 years ago
- ed97357 all: upgrade all dependencies, if possible by Rebecca Stambler · 4 years, 1 month ago
- fe37c9e all: replace all usages of os/exec with golang.org/x/sys/execabs by Roland Shoemaker · 4 years, 2 months ago v0.1.0
- 9cf592e all: update all dependencies to latest pseudoversions by Rebecca Stambler · 4 years, 5 months ago
- 2b477fa tools, gopls: update Go versions in go.mod files to 1.12 by Rebecca Stambler · 4 years, 6 months ago
- 5a2aa26 all: update dependencies in tools and gopls modules by Rebecca Stambler · 4 years, 7 months ago
- 682c454 all: update dependencies in go.mod file by Rebecca Stambler · 4 years, 9 months ago
- ac2e956 go.mod: upgrade goldmark dependency to fix js/wasm build by Bryan C. Mills · 5 years ago
- 8ac058e present: accept Markdown in present files by Russ Cox · 5 years ago
- 658b03b all: upgrade outdated dependencies by Rebecca Stambler · 5 years ago
- 56463cc internal/lsp: create parseModHandle for storing go.mod data by Rohan Challa · 5 years ago
- be5259f internal/lsp: use x/xerrors to create new errors by Jan Steinke · 6 years ago
- d5de6b6 tools: update go.mod by Rebecca Stambler · 6 years ago
- 0707a68 all: go mod tidy all modules under x/tools by Paul Jolly · 6 years ago
- e8e6be9 internal/lsp: plumb suggested fixes through the LSP by Michael Matloob · 6 years ago
- b97706b internal/lsp: add debug page serving by Ian Cottrell · 6 years ago
- 15bbd99 all: run go mod tidy by Jay Conrod · 6 years ago
- 1195517 all: update golang.org/x/net dependency in go.mod by Michael Matloob · 6 years ago
- 6a08e31 playground: use stdlib instead of appengine packages by Dmitri Shuralyov · 6 years ago
- 97f80cd godoc/dl, godoc/proxy, godoc/short, internal/memcache: delete by Dmitri Shuralyov · 6 years ago
- b4f3f03 cmd/godoc: remove golang.org serving code by Dmitri Shuralyov · 6 years ago
- 8dcb7bc all: add a go.mod file by Michael Matloob · 6 years ago