1. c4a336e internal/lsp: support renaming of import spec by Suzy Mueller · 4 years, 9 months ago
  2. aa644d2 x/tools/cmd/stringer: document -linecomment in the GoDoc by Anderson Queiroz · 4 years, 9 months ago
  3. b1e2c8e cmd/getgo/server: update to go112 GAE runtime by Andrew Bonventre · 4 years, 9 months ago
  4. 71f556f internal/lsp: use the explicit import spec name as ident by Suzy Mueller · 4 years, 9 months ago
  5. fc82fb2 internal/lsp: return error when renaming within an import spec by Suzy Mueller · 4 years, 9 months ago
  6. 65e3620 internal/telemetry: add the ability to flush telemetry data by Ian Cottrell · 4 years, 9 months ago
  7. fa80cb5 internal/telemetry: pass the http.Client to the ocagent by Ian Cottrell · 4 years, 9 months ago
  8. 547ecf7 internal/lsp: use protocol.Range in completion items by Rebecca Stambler · 4 years, 9 months ago
  9. 3aeeb25 internal/lsp: unlabel context, log errors when canceled by Rebecca Stambler · 4 years, 9 months ago
  10. 324b353 internal/imports: save information about the module cache by Suzy Mueller · 4 years, 10 months ago
  11. f0be937 internal/lsp: speed up deep completion search by Muir Manders · 4 years, 9 months ago
  12. 85edb9e internal/lsp: abstract the diff library so it can be substituted by Ian Cottrell · 4 years, 9 months ago
  13. d9ab56a internal/telemetry: change concurrency model by Ian Cottrell · 4 years, 9 months ago
  14. 15fda70 internal/lsp: test adding imports for package statements with comments by Suzy Mueller · 4 years, 9 months ago
  15. d308a98 internal/lsp: prefer inserting imports into existing blocks by Suzy Mueller · 4 years, 9 months ago
  16. 6889da9 internal/lsp: separate out getMapper function by Rebecca Stambler · 4 years, 9 months ago
  17. caa95bb internal/lsp: add completions of unimported std lib pkgs by Suzy Mueller · 4 years, 9 months ago
  18. a857023 internal/lsp: use protocol.Range for diagnostics instead of span.Span by Rebecca Stambler · 4 years, 9 months ago
  19. d5940c8 internal/lsp: return rename errors for one package only by Suzy Mueller · 4 years, 9 months ago
  20. d0b4265 internal/imports: get candidate imports by Suzy Mueller · 4 years, 10 months ago
  21. 5b08f89 internal/telemetry: clean up the exporter api by Ian Cottrell · 4 years, 9 months ago
  22. 2562441 internal/lsp: propagate hoverKind to completion documentation by Rebecca Stambler · 4 years, 9 months ago
  23. 3100af0 internal/lsp: label context cancellation errors by Rebecca Stambler · 4 years, 9 months ago
  24. 922a4ee internal/telemetry: extract units to their own package by Ian Cottrell · 4 years, 10 months ago
  25. 156eb2a internal/lsp: split the telemetry library out by Ian Cottrell · 4 years, 10 months ago
  26. d87e9bb internal/lsp: limit concurrent file reads by Sander van Harmelen · 4 years, 9 months ago
  27. 9065c18 internal/lsp: fix bug renaming local vars with test files present by Suzy Mueller · 4 years, 9 months ago
  28. ea41424 internal/imports: merge import declarations by Suzy Mueller · 4 years, 10 months ago
  29. 578fe56 internal/imports: use the resolver to load exports by Suzy Mueller · 4 years, 10 months ago
  30. 4cb0cfd internal/imports: test exported functions with nil args by Suzy Mueller · 4 years, 10 months ago
  31. 9fae7b2 go/packages: work around another case where go list doesn't respect -e by Michael Matloob · 4 years, 9 months ago
  32. f60b6e7 go/packages: add test case for golang/go#33462 by Rebecca Stambler · 4 years, 10 months ago
  33. 5b18234 go/packages: set -mod=readonly when processing overlays in module mode by Michael Matloob · 4 years, 10 months ago
  34. 597f577 go/packages: handle more errors that 'go list' prints to stderr by Dominik Honnef · 4 years, 10 months ago
  35. 60bb302 internal/lsp: fix race condition in caching by Rebecca Stambler · 4 years, 9 months ago
  36. 2adf828 internal/lsp: add fuzzy completion matching by Muir Manders · 4 years, 10 months ago
  37. 9dba7ca internal/lsp: show generated warning on didChange, not didOpen by Rebecca Stambler · 4 years, 10 months ago
  38. 62ee034 internal/lsp: use memoize package to cache source.Packages by Rebecca Stambler · 4 years, 11 months ago
  39. 41f3357 internal/lsp: don't deep complete struct field names by Muir Manders · 4 years, 10 months ago
  40. 97f12d7 go/analysis: add a "-fix" flag to checker to apply suggested fixes by Michael Matloob · 4 years, 10 months ago
  41. 528a298 internal/lsp: fix data race in cmd tests by Ian Cottrell · 4 years, 10 months ago
  42. afc3694 go/packages: add a test case for golang/go#32499 by Rebecca Stambler · 4 years, 10 months ago
  43. 2ad8dc8 internal/imports: return initialized options by Suzy Mueller · 4 years, 10 months ago
  44. 1e8b33d internal/lsp: ignore files that begin with underscores by Rebecca Stambler · 4 years, 10 months ago
  45. 89a01ca internal/lsp: support an experimental structured hover format by Rebecca Stambler · 4 years, 10 months ago
  46. 0d62d44 internal/lsp: change ordering of hover depending on hoverKind by Rebecca Stambler · 4 years, 10 months ago
  47. 4147ede internal/imports: fix setting default options by Suzy Mueller · 4 years, 10 months ago
  48. f07d81a internal/lsp: fix documentation for completion items by Rebecca Stambler · 4 years, 10 months ago
  49. 6d4652c digraph: add transpose by Jean de Klerk · 4 years, 10 months ago
  50. a4e10e6 digraph: refactor somepath to print an adjacency list by Jean de Klerk · 4 years, 10 months ago
  51. e713427 go/analysis: remove +experimental build tag from suggested fixes by Michael Matloob · 4 years, 10 months ago
  52. a804cf8 go/packages: handle ad-hoc overlays with sources outside modules by Michael Matloob · 4 years, 10 months ago
  53. 128824a internal/lsp: prevent too much open files issues by Sander van Harmelen · 4 years, 10 months ago
  54. b346f7f x/tools/cmd/gopls: prevent nil pointer dereferences by Sander van Harmelen · 4 years, 10 months ago
  55. 8be58fb internal/lsp: minor refactoring for source.Identifier by Rebecca Stambler · 4 years, 10 months ago
  56. cae9aa5 internal/lsp: show "do not edit" message when user opens generated file by Rebecca Stambler · 4 years, 10 months ago
  57. 88ddfce go/packages: add a test for ad-hoc packages in overlays by Rebecca Stambler · 4 years, 10 months ago
  58. 9fb8e5c internal/lsp/testdata: delete nodisk/newdisk_exists.go by Michael Matloob · 4 years, 10 months ago
  59. 6743d40 go/packages: rewrite Go 1.11's no such directory err to look like 1.13's by Michael Matloob · 4 years, 10 months ago
  60. be5259f internal/lsp: use x/xerrors to create new errors by Jan Steinke · 4 years, 10 months ago
  61. 249e2b9 internal/lsp/cmd: handle errors when adding a file by Rebecca Stambler · 4 years, 10 months ago
  62. 73d7085 internal/lsp/cmd: remove unused isRace global variable in cmd by Rebecca Stambler · 4 years, 10 months ago
  63. 1dcc99b internal/lsp: do not show errors for code actions on go.mod files by Rebecca Stambler · 4 years, 10 months ago
  64. 982211f internal/lsp: support single-line hover for LSP clients like Vim by Rebecca Stambler · 4 years, 10 months ago
  65. 35ef268 go/analysis: change AllObjectFacts and AllPackageFacts to filter facts by Michael Matloob · 4 years, 10 months ago
  66. c5a2fd3 go/packages: handle case when go list returns absolute ImportPath by Michael Matloob · 4 years, 10 months ago
  67. e1fc249 internal/lsp/telemetry/ocagent: add convertAnnotation tests by Emmanuel T Odeke · 4 years, 10 months ago
  68. 2756c52 internal/lsp: format files that parse in packages with parse errors by Rebecca Stambler · 4 years, 10 months ago
  69. 773fe55 gopls: return file error if file open fails by Albert Teoh · 4 years, 10 months ago
  70. 1d17272 go/analysis/passes/printf: improve support for %w by Damien Neil · 5 years ago
  71. 43c5e4c internal/lsp: handle potential nil pointers in GetToken by Rebecca Stambler · 4 years, 10 months ago
  72. e9bb7d3 internal/gopathwalk: fix typo ("nonexistant" → "nonexistent") by Anthony Fok · 4 years, 10 months ago
  73. 5f95ed5 internal/imports, internal/lsp: quick fix import errors by Suzy Mueller · 4 years, 10 months ago
  74. 1e85ed8 internal/imports: fix typos in documentation by Suzy Mueller · 5 years ago
  75. 5a5cfef x/tools/internal/imports: don't load package names for empty list by Jay Conrod · 4 years, 10 months ago
  76. c001e47 internal/lsp: extra telemetry tagging of files and packages by Ian Cottrell · 4 years, 11 months ago
  77. dddb761 internal/lsp: fix watched file protocol constants by Muir Manders · 4 years, 10 months ago
  78. 09f9cfa internal/lsp: set initialized state by Billie Cleek · 4 years, 10 months ago
  79. a81e99d internal/lsp: find import errors for named imports by Suzy Mueller · 4 years, 10 months ago
  80. ed3277d internal/lsp: use correct desc for annotation by Odin Ugedal · 4 years, 10 months ago
  81. 7deaedd internal/lsp/cache: clean up parse.go by Edward Muller · 4 years, 10 months ago
  82. ff9f140 internal/lsp/source: fix renaming of SuggestedFixes in experimental file by Michael Matloob · 4 years, 10 months ago
  83. fc6e205 internal/lsp: process configuration per workspace folder by Ian Cottrell · 4 years, 10 months ago
  84. db2fa46 internal/lsp: compare mod file versions used in imports by Suzy Mueller · 4 years, 11 months ago
  85. 1bd5602 internal/lsp: format files in packages with errors by Suzy Mueller · 4 years, 10 months ago
  86. 2e34cfc internal/import: strings.Trim expects a cutset, not a string by Christian Muehlhaeuser · 4 years, 10 months ago
  87. 8aa4eac gopls: update x/tools vesion in mod file by Ian Cottrell · 4 years, 10 months ago
  88. 4e8ec5a internal/lsp: swallow hover error over identifier not found by Jorge Araya · 4 years, 10 months ago
  89. 8bb11ff internal/lsp: fix lockup for packages with many files by Ian Cottrell · 4 years, 10 months ago
  90. e377ae9 internal/lsp: add an ocagent exporter for the telemetry system by Ian Cottrell · 4 years, 10 months ago
  91. 5ec2366 go/cfg: stop once we've found the fallthrough target by Dominik Honnef · 4 years, 10 months ago
  92. 72478f3 internal/imports: disable go/packages-incompatible tests by Rebecca Stambler · 4 years, 10 months ago
  93. 87e9253 internal/lsp: the json wire format of the open cencus agent by Ian Cottrell · 4 years, 10 months ago
  94. 625c92e internal/lsp: have tests report a different application name to the main gopls binary by Ian Cottrell · 4 years, 10 months ago
  95. 38daa65 internal/lsp: new tracing system by Ian Cottrell · 5 years ago
  96. 82a3ea8 internal/imports: save scanned module cache results by Suzy Mueller · 4 years, 10 months ago
  97. c81b748 go/packages, internal/lsp: modify tests to expose overlays bug by Rebecca Stambler · 4 years, 10 months ago
  98. 7caf811 internal/lsp: purge the remains of the xlog system now it is not used by Ian Cottrell · 4 years, 10 months ago
  99. 73497f0 internal/lsp: convert logging calls by Ian Cottrell · 4 years, 11 months ago
  100. 7ec096a internal/lsp: add a new telemetry based logging system by Ian Cottrell · 4 years, 11 months ago