1. 40960b6 internal/lsp/cmd: fix a nil pointer and some minor clean-up by Rebecca Stambler · 5 years ago
  2. 279ab8e internal/lsp, go/packages/packagestest: support testing test files by Rebecca Stambler · 5 years ago
  3. 3792095 internal/lsp: add additional logging for go/packages failures by Rebecca Stambler · 5 years ago
  4. 90c8b4f internal/lsp: handle escaping URIs for files in the module cache by Rebecca Stambler · 5 years ago
  5. 069601f internal/lsp: use interface for diagnostics code by Rebecca Stambler · 5 years ago
  6. 7f7074d godoc: remove leading tabs while formatting text by Agniva De Sarker · 5 years ago
  7. b2f7fe6 cmd/stringer: type check using export data by Jonathan Amsterdam · 5 years ago
  8. d810ce9 cmd/guru: remove Go 1.9 handling, since we no longer support 1.8 by Rebecca Stambler · 5 years ago
  9. 021ffbf internal/lsp: do not return nil identifiers without errors by Rebecca Stambler · 5 years ago
  10. 8a24307 internal/lsp/diff: fix sources listed for diff implementation by Rebecca Stambler · 5 years ago
  11. 7414d4c internal/lsp: rank types higher when completing in return of a function by Andzej Maciusovic · 5 years ago
  12. 718ddee Revert "go/analysis/passes/atomicalign: handle pointers to struct" by Brad Fitzpatrick · 5 years ago
  13. 51e363b internal/lsp: implement diff for computing text edits by Rebecca Stambler · 5 years ago
  14. 0e05534 cmd/tip: delete by Brad Fitzpatrick · 5 years ago
  15. 067a2f3 internal/lsp/cmd: add the definition mode by Ian Cottrell · 5 years ago
  16. 8dbcc66 go/analysis/passes/atomicalign: handle pointers to struct by Aurélien Rainone · 5 years ago
  17. bb1329d godoc/static: update static.go by Rebecca Stambler · 5 years ago
  18. 58ecf64 go/internal/gcimporter: write export data for go/types by Rebecca Stambler · 5 years ago
  19. 9bdeadd godoc/static: inherit textarea color to avoid illegible text by Andrew Bonventre · 5 years ago
  20. cb89afa imports: drop anything after a non identifier rune in package names by Ian Cottrell · 5 years ago
  21. 1c35819 godoc/short: point to new tracking issue for shortlink creation by Dmitri Shuralyov · 5 years ago
  22. a06a922 imports: update zstdlib to Go 1.12 by Josh Bleecher Snyder · 5 years ago
  23. 9cefa67 go/packages: rename name= query and "disable" it by Michael Matloob · 5 years ago
  24. 0a99049 go/vcs: remove go.googlesource.com vcsPath entry by Dmitri Shuralyov · 5 years ago
  25. 3c4dfba cmd/heapview: delete by Michael Matloob · 5 years ago
  26. d66bd3c cmd/godoc: add x/xerrors redirect by Andrew Bonventre · 5 years ago
  27. cc6a436 internal/lsp: refactor definition and hover to share functionality by Ian Cottrell · 5 years ago
  28. 4e35187 go/packages: stop parsing files if the context is canceled by Douglas Danger Manley · 5 years ago
  29. a78a305 go/analysis/passes/composite: add an example to the doc by Michael Matloob · 5 years ago
  30. 78ee07a cmd/gopls/integration: git ignore temporary vscode files by Ian Cottrell · 5 years ago
  31. 0c44af7 godoc/dl: add julieqiu to validUser by Julie Qiu · 5 years ago
  32. 85a87a8 cmd/present: fix CSS when printing slides by tell-k · 5 years ago
  33. 9279ec2 cmd/tip: also fetch x/net repository before building cmd/godoc by Dmitri Shuralyov · 5 years ago
  34. 9c309ee imports: stop using go/packages for modules by Heschi Kreinick · 5 years ago
  35. 2d2e1b1 internal/lsp: do not complete inside comments in functions by Andzej Maciusovic · 5 years ago
  36. b2f1847 go/analysis/internal/checker: correct comment grammar by Ian Lance Taylor · 5 years ago
  37. 24cd39e go/analysis/passes/atomicalign: add atomicalign ckecker by Aurélien Rainone · 5 years ago
  38. 16909d2 imports: remove globals, stop using build.Default by Heschi Kreinick · 5 years ago
  39. 6466e72 imports: don't eagerly guess package names by Heschi Kreinick · 5 years ago
  40. b4b6fe2 go/{analysis,packages}: add TypesSizes by Alan Donovan · 5 years ago
  41. b258f6d cmd/gopls: rename "golsp" to "gopls", as in "Go Please" by Rebecca Stambler · 5 years ago
  42. c3e1567 go/packages: make tests pass with custom GOCACHE by Daniel Martí · 5 years ago
  43. f94e980 internal/lsp: do not complete inside comments by Andzej Maciusovic · 5 years ago
  44. 2e4132e internal/lsp: add a test for completion of builtin types and functions by Rebecca Stambler · 5 years ago
  45. bf09041 internal/lsp: fix a few nil pointer exceptions in definition by Rebecca Stambler · 5 years ago
  46. 36f37f8 go/packages: rename Illtyped to IllTyped in docs by Dmitri Shuralyov · 5 years ago
  47. fc1d57b cmd/golsp: add a debugging tool to connect with golsp on a port by Rebecca Stambler · 5 years ago
  48. 4b7be70 godoc/dl: don't display unstable releases under archive by Dmitri Shuralyov · 5 years ago
  49. 40c2d47 go/analysis: fix typos and update documentation by Agniva De Sarker · 5 years ago
  50. 68c5ac9 go/packages: Load with no patterns should load "." by Daniel Martí · 5 years ago
  51. a2c791a internal/lsp/cache: return error when no packages found by Yasuhiro Matsumoto · 5 years ago
  52. 51295c7 go/packages: update comment on when golist fallback triggers by Michael Matloob · 5 years ago
  53. 158f3dc go/ast/inspector: fix a small typo by Agniva De Sarker · 5 years ago
  54. aa03309 godoc/redirect: display Gerrit/Rietveld CL disambiguation page when needed by Dmitri Shuralyov · 5 years ago
  55. d30e00c splitdwarf: initial working commit by David Chase · 6 years ago
  56. d674b4a cmd/splitdwarf: copy debug/macho by David Chase · 5 years ago
  57. 98df4c7 tools/internal/lsp/protocol: add LocationLink type by Peter Weinberger · 5 years ago
  58. 421f03a Revert "go/packages: make tests pass with custom GOCACHE" by Michael Matloob · 5 years ago
  59. e8d59eb Remove warning stability warning by fREW Schmidt · 5 years ago
  60. 5e40c1c go/analysis/internal/checker: don't clobber error when packages.Load fails by Steven L · 5 years ago
  61. e7b5a6d go/packages: make tests pass with custom GOCACHE by Daniel Martí · 5 years ago
  62. 1bc4919 go/packages: update doc for name= queries by Zac Bergquist · 5 years ago
  63. 7cb465e go/package/gopackages: update gopackages to use the new tool library for its main function by Ian Cottrell · 5 years ago
  64. e063def go/analysis: fix package doc copy-paste typo by Daniel Martí · 5 years ago
  65. d345f29 internal/lsp: fix typo by Emil Hessman · 5 years ago
  66. 3ef6863 go/analysis: fix ambiguous paths in structtag pass by Daniel Martí · 5 years ago
  67. 498d954 go/packages/packagestest: make temp directory writeable by Heschi Kreinick · 5 years ago
  68. 9ea1c20 cmd/godoc: add x/website redirect by Dmitri Shuralyov · 5 years ago
  69. 8a60511 imports: don't look for, or find, empty packages by Heschi Kreinick · 5 years ago
  70. ca9055e cmd/guru: fix incorrect case order in describe.go by Iskander Sharipov · 5 years ago
  71. 52ae6de go/analysis/internal/checker: fix debug flag docs by Steven L · 5 years ago
  72. 7c850e7 godoc/static: update copyright year in static.go by Rebecca Stambler · 5 years ago
  73. 7918643 go/internal/packagesdriver: fix crash when GOARCH and Go compiler can't be determined by Yasuhiro Matsumoto · 5 years ago
  74. d00ac6d internal/lsp: remove unnecessary packagestest.RangePosition type by Rebecca Stambler · 5 years ago
  75. c446015 go/packages/packagestest: fix Expect doc by Zac Bergquist · 5 years ago
  76. 6213810 internal/lsp: fix diagnostics range computation by Rebecca Stambler · 5 years ago
  77. 85a09cd internal/lsp: set file contents through the source.View, not File by Rebecca Stambler · 5 years ago
  78. 54d1bac internal/lsp/server: fix typo in name of method foldingRange by Peter Weinberger · 5 years ago
  79. 3ad2d98 cmd/golsp: log elapsed times in milliseconds rather than microseconds. by Peter Weinberger · 5 years ago
  80. 537d06c imports: use LoadFiles everywhere by Heschi Kreinick · 5 years ago
  81. d12035df go/packages: use -find, add GOPACKAGESDEBUG env var by Heschi Kreinick · 5 years ago
  82. f344c75 internal/lsp: add ranges to some diagnostics messages by Rebecca Stambler · 5 years ago
  83. 3571f65 go/packages: deduplicate roots by Heschi Kreinick · 5 years ago
  84. 92cdcd9 godoc: choose a smaller-output example as help when there are unexpected arguments by Rob Pike · 5 years ago
  85. 6e267b5 internal/lsp: add additional tests for completion by Rebecca Stambler · 5 years ago
  86. 2240b23 go/packages: use packagesdriver to fetch sizes for "go list" by Ian Lance Taylor · 5 years ago
  87. 88e3b26 cmd/godoc: print a helpful error if used for command-line docs by Filippo Valsorda · 5 years ago
  88. d497127 imports: don't remove imports that conflict with globals by Heschi Kreinick · 5 years ago
  89. bbbd951 go/analysis/passes/asmdecl: fix array offsets by Michael McLoughlin · 5 years ago
  90. 13ba8ad go/vcs: use Bitbucket v2 REST API by David Symonds · 5 years ago
  91. a072e66 internal/lsp: refactor the command line handling by Ian Cottrell · 5 years ago
  92. 71d3d86 internal/tool: add a small package to unify the flag handling across all our tools by Ian Cottrell · 5 years ago
  93. ae5b881 go/packages: suppress go list errors when ad-hoc package doesn't exist by Michael Matloob · 5 years ago
  94. 57eff0d8 internal/lsp: add support for running goimports as a code action by Rebecca Stambler · 5 years ago
  95. 17661a9 internal/lsp/source: avoid having build tagged files for uri by Rebecca Stambler · 5 years ago
  96. 728ed46 cmd/golsp: make each log message result from a single call to fmt.Fprintf by pjw · 5 years ago
  97. 3c39ce7 tip: fix, update tip.golang.org by Brad Fitzpatrick · 5 years ago
  98. fe2443f go/internal/gccgoimporter: test fix for older gccgo versions by Than McIntosh · 5 years ago
  99. bbccd8c imports: use go/packages, support modules by Heschi Kreinick · 6 years ago
  100. c779628 go/ssa: convert the objlookup tests to the new marker syntax by Ian Cottrell · 6 years ago