1. d87e9bb internal/lsp: limit concurrent file reads by Sander van Harmelen · 6 years ago
  2. 9065c18 internal/lsp: fix bug renaming local vars with test files present by Suzy Mueller · 6 years ago
  3. ea41424 internal/imports: merge import declarations by Suzy Mueller · 6 years ago
  4. 578fe56 internal/imports: use the resolver to load exports by Suzy Mueller · 6 years ago
  5. 4cb0cfd internal/imports: test exported functions with nil args by Suzy Mueller · 6 years ago
  6. 9fae7b2 go/packages: work around another case where go list doesn't respect -e by Michael Matloob · 6 years ago
  7. f60b6e7 go/packages: add test case for golang/go#33462 by Rebecca Stambler · 6 years ago
  8. 5b18234 go/packages: set -mod=readonly when processing overlays in module mode by Michael Matloob · 6 years ago
  9. 597f577 go/packages: handle more errors that 'go list' prints to stderr by Dominik Honnef · 6 years ago
  10. 60bb302 internal/lsp: fix race condition in caching by Rebecca Stambler · 6 years ago
  11. 2adf828 internal/lsp: add fuzzy completion matching by Muir Manders · 6 years ago
  12. 9dba7ca internal/lsp: show generated warning on didChange, not didOpen by Rebecca Stambler · 6 years ago
  13. 62ee034 internal/lsp: use memoize package to cache source.Packages by Rebecca Stambler · 6 years ago
  14. 41f3357 internal/lsp: don't deep complete struct field names by Muir Manders · 6 years ago
  15. 97f12d7 go/analysis: add a "-fix" flag to checker to apply suggested fixes by Michael Matloob · 6 years ago
  16. 528a298 internal/lsp: fix data race in cmd tests by Ian Cottrell · 6 years ago
  17. afc3694 go/packages: add a test case for golang/go#32499 by Rebecca Stambler · 6 years ago
  18. 2ad8dc8 internal/imports: return initialized options by Suzy Mueller · 6 years ago
  19. 1e8b33d internal/lsp: ignore files that begin with underscores by Rebecca Stambler · 6 years ago
  20. 89a01ca internal/lsp: support an experimental structured hover format by Rebecca Stambler · 6 years ago
  21. 0d62d44 internal/lsp: change ordering of hover depending on hoverKind by Rebecca Stambler · 6 years ago
  22. 4147ede internal/imports: fix setting default options by Suzy Mueller · 6 years ago
  23. f07d81a internal/lsp: fix documentation for completion items by Rebecca Stambler · 6 years ago
  24. 6d4652c digraph: add transpose by Jean de Klerk · 6 years ago
  25. a4e10e6 digraph: refactor somepath to print an adjacency list by Jean de Klerk · 6 years ago
  26. e713427 go/analysis: remove +experimental build tag from suggested fixes by Michael Matloob · 6 years ago
  27. a804cf8 go/packages: handle ad-hoc overlays with sources outside modules by Michael Matloob · 6 years ago
  28. 128824a internal/lsp: prevent too much open files issues by Sander van Harmelen · 6 years ago
  29. b346f7f x/tools/cmd/gopls: prevent nil pointer dereferences by Sander van Harmelen · 6 years ago
  30. 8be58fb internal/lsp: minor refactoring for source.Identifier by Rebecca Stambler · 6 years ago
  31. cae9aa5 internal/lsp: show "do not edit" message when user opens generated file by Rebecca Stambler · 6 years ago
  32. 88ddfce go/packages: add a test for ad-hoc packages in overlays by Rebecca Stambler · 6 years ago
  33. 9fb8e5c internal/lsp/testdata: delete nodisk/newdisk_exists.go by Michael Matloob · 6 years ago
  34. 6743d40 go/packages: rewrite Go 1.11's no such directory err to look like 1.13's by Michael Matloob · 6 years ago
  35. be5259f internal/lsp: use x/xerrors to create new errors by Jan Steinke · 6 years ago
  36. 249e2b9 internal/lsp/cmd: handle errors when adding a file by Rebecca Stambler · 6 years ago
  37. 73d7085 internal/lsp/cmd: remove unused isRace global variable in cmd by Rebecca Stambler · 6 years ago
  38. 1dcc99b internal/lsp: do not show errors for code actions on go.mod files by Rebecca Stambler · 6 years ago
  39. 982211f internal/lsp: support single-line hover for LSP clients like Vim by Rebecca Stambler · 6 years ago
  40. 35ef268 go/analysis: change AllObjectFacts and AllPackageFacts to filter facts by Michael Matloob · 6 years ago
  41. c5a2fd3 go/packages: handle case when go list returns absolute ImportPath by Michael Matloob · 6 years ago
  42. e1fc249 internal/lsp/telemetry/ocagent: add convertAnnotation tests by Emmanuel T Odeke · 6 years ago
  43. 2756c52 internal/lsp: format files that parse in packages with parse errors by Rebecca Stambler · 6 years ago
  44. 773fe55 gopls: return file error if file open fails by Albert Teoh · 6 years ago
  45. 1d17272 go/analysis/passes/printf: improve support for %w by Damien Neil · 6 years ago
  46. 43c5e4c internal/lsp: handle potential nil pointers in GetToken by Rebecca Stambler · 6 years ago
  47. e9bb7d3 internal/gopathwalk: fix typo ("nonexistant" → "nonexistent") by Anthony Fok · 6 years ago
  48. 5f95ed5 internal/imports, internal/lsp: quick fix import errors by Suzy Mueller · 6 years ago
  49. 1e85ed8 internal/imports: fix typos in documentation by Suzy Mueller · 6 years ago
  50. 5a5cfef x/tools/internal/imports: don't load package names for empty list by Jay Conrod · 6 years ago
  51. c001e47 internal/lsp: extra telemetry tagging of files and packages by Ian Cottrell · 6 years ago
  52. dddb761 internal/lsp: fix watched file protocol constants by Muir Manders · 6 years ago
  53. 09f9cfa internal/lsp: set initialized state by Billie Cleek · 6 years ago
  54. a81e99d internal/lsp: find import errors for named imports by Suzy Mueller · 6 years ago
  55. ed3277d internal/lsp: use correct desc for annotation by Odin Ugedal · 6 years ago
  56. 7deaedd internal/lsp/cache: clean up parse.go by Edward Muller · 6 years ago
  57. ff9f140 internal/lsp/source: fix renaming of SuggestedFixes in experimental file by Michael Matloob · 6 years ago
  58. fc6e205 internal/lsp: process configuration per workspace folder by Ian Cottrell · 6 years ago
  59. db2fa46 internal/lsp: compare mod file versions used in imports by Suzy Mueller · 6 years ago
  60. 1bd5602 internal/lsp: format files in packages with errors by Suzy Mueller · 6 years ago
  61. 2e34cfc internal/import: strings.Trim expects a cutset, not a string by Christian Muehlhaeuser · 6 years ago
  62. 8aa4eac gopls: update x/tools vesion in mod file by Ian Cottrell · 6 years ago
  63. 4e8ec5a internal/lsp: swallow hover error over identifier not found by Jorge Araya · 6 years ago
  64. 8bb11ff internal/lsp: fix lockup for packages with many files by Ian Cottrell · 6 years ago
  65. e377ae9 internal/lsp: add an ocagent exporter for the telemetry system by Ian Cottrell · 6 years ago
  66. 5ec2366 go/cfg: stop once we've found the fallthrough target by Dominik Honnef · 6 years ago
  67. 72478f3 internal/imports: disable go/packages-incompatible tests by Rebecca Stambler · 6 years ago
  68. 87e9253 internal/lsp: the json wire format of the open cencus agent by Ian Cottrell · 6 years ago
  69. 625c92e internal/lsp: have tests report a different application name to the main gopls binary by Ian Cottrell · 6 years ago
  70. 38daa65 internal/lsp: new tracing system by Ian Cottrell · 6 years ago
  71. 82a3ea8 internal/imports: save scanned module cache results by Suzy Mueller · 6 years ago
  72. c81b748 go/packages, internal/lsp: modify tests to expose overlays bug by Rebecca Stambler · 6 years ago
  73. 7caf811 internal/lsp: purge the remains of the xlog system now it is not used by Ian Cottrell · 6 years ago
  74. 73497f0 internal/lsp: convert logging calls by Ian Cottrell · 6 years ago
  75. 7ec096a internal/lsp: add a new telemetry based logging system by Ian Cottrell · 6 years ago
  76. f283855 internal/lsp: use a background context for the background worker by Ian Cottrell · 6 years ago
  77. 128ec6d internal/lsp: fixed broken tracing by Ian Cottrell · 6 years ago
  78. e98af23 go/packages: add debug logging via the packages.Config by Rebecca Stambler · 6 years ago
  79. fdb8f0b internal/lsp: cache the imports ProcessEnv across imports calls by Suzy Mueller · 6 years ago
  80. b0712d6 internal/lsp: fix the incomplete and broken commit by Ian Cottrell · 6 years ago
  81. b667c4c internal/lsp: cache the *ast.File and *token.File on the package by Rebecca Stambler · 6 years ago
  82. 502543d internal/jsonrpc2: move stats and logging across to gopls by Ian Cottrell · 6 years ago
  83. 0b5a7f8 internal/lsp: add tracing to the didOpen call by Ian Cottrell · 6 years ago
  84. 919acb9 internal/lsp: add continue to source_test by Rebecca Stambler · 6 years ago
  85. fefcef0 digraph: refactor allpaths to print an adjacency list by Jean de Klerk · 6 years ago
  86. 9b2cb0e internal/lsp: add temporary file to fix bug with tip go by Ian Cottrell · 6 years ago
  87. a0f5e6c internal/lsp: sort rename results by Suzy Mueller · 6 years ago
  88. 9e48ab1 go/loader: normalize cycle to remove flake by Michael Matloob · 6 years ago
  89. 607ca05 internal/lsp: fix panics in loading, add more logging by Rebecca Stambler · 6 years ago
  90. ef8e083 internal/lsp: add an rpc summary debug page using the metrics by Ian Cottrell · 6 years ago
  91. 5654929 internal/lsp: remove the non context xlog path by Ian Cottrell · 6 years ago
  92. 1b7e409 internal/lsp: convert all logging calls to the context version by Ian Cottrell · 6 years ago
  93. c8ecc75 interal/lsp: add context based version of xlog by Ian Cottrell · 6 years ago
  94. 8b92790 internal/jsonrpc2: extract logic to handler hooks by Ian Cottrell · 6 years ago
  95. b32ec66 internal/jsonrpc2: cleanup the jsonrpc2 callbacks by Ian Cottrell · 6 years ago
  96. f4b4e63 internal/lsp: fix unnecessary error logging by litleleprikon · 6 years ago
  97. 128c804 internal/lsp: handle language ID in didOpen calls by Rebecca Stambler · 6 years ago
  98. 8308f91 internal/lsp: add links search in comments and string literals by litleleprikon · 6 years ago
  99. 63f37bb internal/lsp: fix some cases of stuck files by Muir Manders · 6 years ago
  100. d5f4554 go/analysis: update internal/facts and unit checker to support all(Package|Object)Facts methods by Michael Matloob · 6 years ago