1. 0c44af7 godoc/dl: add julieqiu to validUser by Julie Qiu · 6 years ago
  2. 85a87a8 cmd/present: fix CSS when printing slides by tell-k · 6 years ago
  3. 9279ec2 cmd/tip: also fetch x/net repository before building cmd/godoc by Dmitri Shuralyov · 6 years ago
  4. 9c309ee imports: stop using go/packages for modules by Heschi Kreinick · 6 years ago
  5. 2d2e1b1 internal/lsp: do not complete inside comments in functions by Andzej Maciusovic · 6 years ago
  6. b2f1847 go/analysis/internal/checker: correct comment grammar by Ian Lance Taylor · 6 years ago
  7. 24cd39e go/analysis/passes/atomicalign: add atomicalign ckecker by Aurélien Rainone · 6 years ago
  8. 16909d2 imports: remove globals, stop using build.Default by Heschi Kreinick · 6 years ago
  9. 6466e72 imports: don't eagerly guess package names by Heschi Kreinick · 6 years ago
  10. b4b6fe2 go/{analysis,packages}: add TypesSizes by Alan Donovan · 6 years ago
  11. b258f6d cmd/gopls: rename "golsp" to "gopls", as in "Go Please" by Rebecca Stambler · 6 years ago
  12. c3e1567 go/packages: make tests pass with custom GOCACHE by Daniel Martí · 6 years ago
  13. f94e980 internal/lsp: do not complete inside comments by Andzej Maciusovic · 6 years ago
  14. 2e4132e internal/lsp: add a test for completion of builtin types and functions by Rebecca Stambler · 6 years ago
  15. bf09041 internal/lsp: fix a few nil pointer exceptions in definition by Rebecca Stambler · 6 years ago
  16. 36f37f8 go/packages: rename Illtyped to IllTyped in docs by Dmitri Shuralyov · 6 years ago
  17. fc1d57b cmd/golsp: add a debugging tool to connect with golsp on a port by Rebecca Stambler · 6 years ago
  18. 4b7be70 godoc/dl: don't display unstable releases under archive by Dmitri Shuralyov · 6 years ago
  19. 40c2d47 go/analysis: fix typos and update documentation by Agniva De Sarker · 6 years ago
  20. 68c5ac9 go/packages: Load with no patterns should load "." by Daniel Martí · 6 years ago
  21. a2c791a internal/lsp/cache: return error when no packages found by Yasuhiro Matsumoto · 6 years ago
  22. 51295c7 go/packages: update comment on when golist fallback triggers by Michael Matloob · 6 years ago
  23. 158f3dc go/ast/inspector: fix a small typo by Agniva De Sarker · 6 years ago
  24. aa03309 godoc/redirect: display Gerrit/Rietveld CL disambiguation page when needed by Dmitri Shuralyov · 6 years ago
  25. d30e00c splitdwarf: initial working commit by David Chase · 6 years ago
  26. d674b4a cmd/splitdwarf: copy debug/macho by David Chase · 6 years ago
  27. 98df4c7 tools/internal/lsp/protocol: add LocationLink type by Peter Weinberger · 6 years ago
  28. 421f03a Revert "go/packages: make tests pass with custom GOCACHE" by Michael Matloob · 6 years ago
  29. e8d59eb Remove warning stability warning by fREW Schmidt · 6 years ago
  30. 5e40c1c go/analysis/internal/checker: don't clobber error when packages.Load fails by Steven L · 6 years ago
  31. e7b5a6d go/packages: make tests pass with custom GOCACHE by Daniel Martí · 6 years ago
  32. 1bc4919 go/packages: update doc for name= queries by Zac Bergquist · 6 years ago
  33. 7cb465e go/package/gopackages: update gopackages to use the new tool library for its main function by Ian Cottrell · 6 years ago
  34. e063def go/analysis: fix package doc copy-paste typo by Daniel Martí · 6 years ago
  35. d345f29 internal/lsp: fix typo by Emil Hessman · 6 years ago
  36. 3ef6863 go/analysis: fix ambiguous paths in structtag pass by Daniel Martí · 6 years ago
  37. 498d954 go/packages/packagestest: make temp directory writeable by Heschi Kreinick · 6 years ago
  38. 9ea1c20 cmd/godoc: add x/website redirect by Dmitri Shuralyov · 6 years ago
  39. 8a60511 imports: don't look for, or find, empty packages by Heschi Kreinick · 6 years ago
  40. ca9055e cmd/guru: fix incorrect case order in describe.go by Iskander Sharipov · 6 years ago
  41. 52ae6de go/analysis/internal/checker: fix debug flag docs by Steven L · 6 years ago
  42. 7c850e7 godoc/static: update copyright year in static.go by Rebecca Stambler · 6 years ago
  43. 7918643 go/internal/packagesdriver: fix crash when GOARCH and Go compiler can't be determined by Yasuhiro Matsumoto · 6 years ago
  44. d00ac6d internal/lsp: remove unnecessary packagestest.RangePosition type by Rebecca Stambler · 6 years ago
  45. c446015 go/packages/packagestest: fix Expect doc by Zac Bergquist · 6 years ago
  46. 6213810 internal/lsp: fix diagnostics range computation by Rebecca Stambler · 6 years ago
  47. 85a09cd internal/lsp: set file contents through the source.View, not File by Rebecca Stambler · 6 years ago
  48. 54d1bac internal/lsp/server: fix typo in name of method foldingRange by Peter Weinberger · 6 years ago
  49. 3ad2d98 cmd/golsp: log elapsed times in milliseconds rather than microseconds. by Peter Weinberger · 6 years ago
  50. 537d06c imports: use LoadFiles everywhere by Heschi Kreinick · 6 years ago
  51. d12035df go/packages: use -find, add GOPACKAGESDEBUG env var by Heschi Kreinick · 6 years ago
  52. f344c75 internal/lsp: add ranges to some diagnostics messages by Rebecca Stambler · 6 years ago
  53. 3571f65 go/packages: deduplicate roots by Heschi Kreinick · 6 years ago
  54. 92cdcd9 godoc: choose a smaller-output example as help when there are unexpected arguments by Rob Pike · 6 years ago
  55. 6e267b5 internal/lsp: add additional tests for completion by Rebecca Stambler · 6 years ago
  56. 2240b23 go/packages: use packagesdriver to fetch sizes for "go list" by Ian Lance Taylor · 6 years ago
  57. 88e3b26 cmd/godoc: print a helpful error if used for command-line docs by Filippo Valsorda · 6 years ago
  58. d497127 imports: don't remove imports that conflict with globals by Heschi Kreinick · 6 years ago
  59. bbbd951 go/analysis/passes/asmdecl: fix array offsets by Michael McLoughlin · 6 years ago
  60. 13ba8ad go/vcs: use Bitbucket v2 REST API by David Symonds · 6 years ago
  61. a072e66 internal/lsp: refactor the command line handling by Ian Cottrell · 6 years ago
  62. 71d3d86 internal/tool: add a small package to unify the flag handling across all our tools by Ian Cottrell · 6 years ago
  63. ae5b881 go/packages: suppress go list errors when ad-hoc package doesn't exist by Michael Matloob · 6 years ago
  64. 57eff0d8 internal/lsp: add support for running goimports as a code action by Rebecca Stambler · 6 years ago
  65. 17661a9 internal/lsp/source: avoid having build tagged files for uri by Rebecca Stambler · 6 years ago
  66. 728ed46 cmd/golsp: make each log message result from a single call to fmt.Fprintf by pjw · 6 years ago
  67. 3c39ce7 tip: fix, update tip.golang.org by Brad Fitzpatrick · 6 years ago
  68. fe2443f go/internal/gccgoimporter: test fix for older gccgo versions by Than McIntosh · 6 years ago
  69. bbccd8c imports: use go/packages, support modules by Heschi Kreinick · 6 years ago
  70. c779628 go/ssa: convert the objlookup tests to the new marker syntax by Ian Cottrell · 6 years ago
  71. 7529026 go/internal/gccgoimporter: update package to match std lib version by Than McIntosh · 6 years ago
  72. 49db546 internal/lsp/source: Use file:///C:/ on Windows file system by Yasuhiro Matsumoto · 6 years ago
  73. b620e9e internal/lsp: use rootURI as config.Dir in packages.Load by Rebecca Stambler · 6 years ago
  74. 4d6773f godoc/dl: serve "go get" meta for golang.org/dl/gotip by Filippo Valsorda · 6 years ago
  75. 5f4a60f imports: fix renamed sibling imports more by Heschi Kreinick · 6 years ago
  76. 837e805 godoc/proxy: remove use of httputil.ReverseProxy for /share by Chris Broadfoot · 6 years ago
  77. 59cd96f go/packages: add doc for the current state of overlays by Michael Matloob · 6 years ago
  78. 2b6afc6 internal/lsp/protocol: use correct JSON name for RootURI by Elias Naur · 6 years ago
  79. 6a3e9aa imports: fix renamed sibling imports by Heschi Kreinick · 6 years ago
  80. feaab94 cmd/golsp/integration/vscode: add language server client for testing by Rebecca Stambler · 6 years ago
  81. 1d424db imports: clean up customization seam by Heschi Kreinick · 6 years ago
  82. 4c53570 imports: ignore globals in different packages by Heschi Kreinick · 6 years ago
  83. 85346a3 cmd/golsp: enable logging to a default location by Rebecca Stambler · 6 years ago
  84. e00c069 go/internal/packagesdriver: expose function to return sizes by Michael Matloob · 6 years ago
  85. 4c874b9 go/packages/packagestest: allow tests to also specify overlay contents by Ian Cottrell · 6 years ago
  86. 8634b1e internal/lsp: improve handling of code completion snippets by Rebecca Stambler · 6 years ago
  87. 8bc39b9 go/packages: an empty overlay does not force source mode by Ian Cottrell · 6 years ago
  88. bcd4e47 go/packages: check for containing files after overlay is processed by Michael Matloob · 6 years ago
  89. 3576414 internal/lsp: refactor source package to use an interface by Rebecca Stambler · 6 years ago
  90. 62e1d13 internal/lsp: add basic support for hover by Rebecca Stambler · 6 years ago
  91. 22934f0 go/...: use recommended issue tracker URLs by Alan Donovan · 6 years ago
  92. 555fafe go/internal/gccgoimporter: update package to match std lib version by Than McIntosh · 6 years ago
  93. 3832e27 internal/lsp: implement type definitions by Rebecca Stambler · 6 years ago
  94. 65c3061 go/analysis: remove "experimental" warning by Alan Donovan · 6 years ago
  95. 47a17e0 go/analysis/unitchecker: use importer.ForCompiler under go1.12 by Alan Donovan · 6 years ago
  96. e5f3ab7 go/analysis: fix more printf pointer bugs by Daniel Martí · 6 years ago
  97. 99b2a93 go/analysis/unitchecker: improve error message for go tool vet by Ian Lance Taylor · 6 years ago
  98. ee45598 imports: create named imports for name/path mismatches (again) by Heschi Kreinick · 6 years ago
  99. 5bbcdc1 imports: redesign fixImports by Heschi Kreinick · 6 years ago
  100. d0ca393 cmd/bundle: change the behavior of the -underscore flag by Brad Fitzpatrick · 6 years ago