1. 7922491 go/packages/packagestest: make Export skip tests involving unsupported links by Bryan C. Mills · 4 years, 11 months ago
  2. be4aaae all: update tests to use 'go mod download all' to populate go.sum by Jay Conrod · 3 years, 11 months ago
  3. 50ca8d0 all: recognize new error from go command when no go.mod is found by Jay Conrod · 4 years, 1 month ago
  4. 2363391 all: go fmt ./... by Russ Cox · 4 years, 1 month ago
  5. f4301d9 internal/imports: update stdlib index for 1.16 by smasher164 · 4 years, 1 month ago
  6. fe37c9e all: replace all usages of os/exec with golang.org/x/sys/execabs by Roland Shoemaker · 4 years, 3 months ago v0.1.0
  7. 88ba5d0 internal/imports: handle un-downloaded modules by Heschi Kreinick · 4 years, 3 months ago
  8. 9277847 all: add copyright notices to files that are missing them by Rebecca Stambler · 4 years, 3 months ago
  9. 1dfd70e internal/imports: prevent panic in imports GOMODCACHE logic by Rebecca Stambler · 4 years, 4 months ago
  10. 6d1a7fa internal/imports: handle out of range panic in modInfo by Rebecca Stambler · 4 years, 5 months ago
  11. e84cfc6 all: clear GOMODCACHE in tests by Heschi Kreinick · 4 years, 5 months ago
  12. b894a32 all: use explicit -mod, -modfile fields for gocommand.Invocation by Heschi Kreinick · 4 years, 6 months ago
  13. 64a9e34 internal/imports: dedupe import paths for standard library packages by Danish Dua · 4 years, 6 months ago
  14. c16b75f internal/imports: bump relevance for modules with higher major versions by Danish Dua · 4 years, 6 months ago
  15. 3791637 all: fix tests in preparation for GO111MODULE=on by default by Jay Conrod · 4 years, 6 months ago
  16. 0511c4c internal/imports: use ProcessEnv to filter files by Heschi Kreinick · 4 years, 6 months ago
  17. 63098cc internal/imports: don't set Context.WorkingDir, which was renamed by Jay Conrod · 4 years, 6 months ago
  18. 84ab570 internal/lsp: add completion suggestions for import statements by Danish Dua · 4 years, 7 months ago
  19. 9283e6a internal/imports: support completing import paths by Heschi Kreinick · 4 years, 7 months ago
  20. 8ca64c5 internal/imports: fix crash when adding stdlib imports by Heschi Kreinick · 4 years, 8 months ago
  21. 25c5b13 internal/imports: update stdlib index for 1.15 by smasher164 · 4 years, 8 months ago
  22. 416e8f4 internal/imports: require valid options, move LocalPrefix up by Heschi Kreinick · 4 years, 9 months ago
  23. e31c80b all: rework goimports environment, support GOMODCACHE by Heschi Kreinick · 4 years, 9 months ago
  24. 54c614f internal/imports: continue past parse errors by Heschi Kreinick · 4 years, 10 months ago
  25. 6eec81c cmd/godoc: support automatic vendoring by Agniva De Sarker · 5 years ago
  26. af9456b all: remove version-specific test files by Heschi Kreinick · 4 years, 10 months ago
  27. 8e7acdb all: replace build tags in tests with testenv helper by Heschi Kreinick · 4 years, 10 months ago
  28. 444c5ef internal/imports: only check first segment for . by Heschi Kreinick · 4 years, 11 months ago
  29. 978e26b internal/imports: update stdlib index for 1.14 by smasher164 · 5 years ago
  30. 46bd65c internal/lsp/cache: add concurrency error check for go cmds by Rohan Challa · 5 years ago
  31. 2b0b585 internal/imports: don't set a logger unless the user has provided it by Rebecca Stambler · 5 years ago
  32. 5bcca83 internal: rationalize debug logging by Heschi Kreinick · 5 years ago
  33. c5cec67 all: consolidate invokeGo implementations by Heschi Kreinick · 5 years ago
  34. 6bd7a38 internal/imports: filepath.Clean module Dirs by Heschi Kreinick · 5 years ago
  35. 1ace956 internal/imports: import packages from x/mod instead of internal copy by Jay Conrod · 5 years ago
  36. 3868802 internal/imports: change processEnv to use buildflags by Rohan Challa · 5 years ago
  37. 9f57469 internal/imports: prevent self-imports in the stdlib by Heschi Kreinick · 5 years ago
  38. cf5ba95 internal/imports: stop leaking listeners by Heschi Kreinick · 5 years ago
  39. 207d3de all: fix some staticcheck errors by Rebecca Stambler · 5 years ago
  40. d456b1c internal/imports: pass dummy source for completion functions by Heschi Kreinick · 5 years ago
  41. 354bea8 internal/lsp/cache: let gopls track go.mod files by Heschi Kreinick · 5 years ago
  42. 6edc0a8 internal/lsp/source: score in-memory unimported candidates by Heschi Kreinick · 5 years ago
  43. 1c4842a internal/lsp/cache: refresh imports cache in the background by Heschi Kreinick · 5 years ago
  44. 3d14842 internal/imports: load test exports of package under test by Heschi Kreinick · 5 years ago
  45. e2f2652 internal/imports: create listener map after clearing for new scan by Rebecca Stambler · 5 years ago
  46. 563860d internal/imports: fix use of uninitialized resolvers by Heschi Kreinick · 5 years ago
  47. 5d34a75 internal/imports: don't block completions on walks by Heschi Kreinick · 5 years ago
  48. 7bda300 internal/imports: actually skip things in scan by Heschi Kreinick · 5 years ago
  49. ba16e80 internal/imports: filter out self-import completions by Heschi Kreinick · 5 years ago
  50. 1e586a5 internal/imports: clean up dead code by Heschi Kreinick · 5 years ago
  51. 2f3125d internal/imports: filter candidates on directory name by Heschi Kreinick · 5 years ago
  52. 872f4f4 internal/imports: filter roots with callback by Heschi Kreinick · 5 years ago
  53. 7ec1528 internal/imports: optimize scan implementations by Heschi Kreinick · 5 years ago
  54. c2a8f45 internal/imports,lsp: use callbacks for completion functions by Heschi Kreinick · 5 years ago
  55. 50c778f internal/imports: redesign scan API by Heschi Kreinick · 5 years ago
  56. ac3e9e7 internal/imports: remove go/packages support by Heschi Kreinick · 5 years ago
  57. 62b9674 internal/imports: consider direct mod deps more relevant by Heschi Kreinick · 5 years ago
  58. 01c78d5 internal/imports: set the Dir field on the build.Context (instead of WorkingDir) if present by Bryan C. Mills · 5 years ago
  59. 621d4ee imports: pass more of the environment by Heschi Kreinick · 5 years ago
  60. 6d582d5 internal/lsp/source: optimize computeFixEdits by Heschi Kreinick · 5 years ago
  61. 5a103c9 internal/imports: make ApplyFixes work despite syntax errors by Heschi Kreinick · 5 years ago
  62. 66af5af internal/lsp/source: give more imports names by Heschi Kreinick · 5 years ago
  63. 298f0cb txtar: promote from internal by Jay Conrod · 5 years ago
  64. 689d0f0 internal/imports: set import names on completion candidates by Heschi Kreinick · 5 years ago
  65. fda2355 internal/lsp/cache: only refresh imports cache every 30 seconds by Heschi Kreinick · 5 years ago
  66. c02c21e internal/imports: cache GOPATH, exports by Heschi Kreinick · 5 years ago
  67. 8266eea internal/imports: provide export completions for unimported packages by Heschi Kreinick · 5 years ago
  68. 7871c2d internal/imports: sort import candidates by "relevance" by Heschi Kreinick · 5 years ago
  69. e26a8c8 internal/imports: set ctx.WorkingDir if such a field exists by Bryan C. Mills · 5 years ago
  70. dc9d807 internal/imports: re-enable TestStdlibNotPrefixed by Heschi Kreinick · 5 years ago
  71. 377bdac internal/imports: support vendoring in module mode by Heschi Kreinick · 5 years ago
  72. c825e86 internal/imports: skip TestStdlibNotPrefixed by Heschi Kreinick · 5 years ago
  73. 7178990 internal/imports: cache module information by Heschi Kreinick · 5 years ago
  74. d2fffb4 internal/imports: cache things outside the mod cache by Heschi Kreinick · 5 years ago
  75. eb46839 internal/imports: return non-stdlib candidates from GetAllCandidates by Heschi Kreinick · 5 years ago
  76. 1f7a813 tools/internal/imports: fix data race in packageInfo by Ariel Mashraki · 5 years ago
  77. 8abd424 internal/imports: skip TestModeGetmodeVendor by Jay Conrod · 5 years ago
  78. c886270 internal/imports: don't prefix stdlib package with std/ by Heschi Kreinick · 6 years ago
  79. feee8ac all: fix more typos by Ainar Garipov · 6 years ago
  80. 7f5965f internal/imports: fix scanning GOROOT in module mode by Heschi Kreinick · 6 years ago
  81. d0542c0 internal/imports: add all interfaces in mkstdlib by Heschi Kreinick · 6 years ago
  82. df93a1b internal/imports: fix mkstdlib, run for go1.13 by Heschi Kreinick · 6 years ago
  83. 6b3d1c9 internal/imports: ignore invalid mod cache entries by Heschi Kreinick · 6 years ago
  84. 311ec03 all: skip more memory-intensive tests on linux-arm by Bryan C. Mills · 6 years ago
  85. c17b040 all: skip tests if required tools are not found by Bryan C. Mills · 6 years ago
  86. 340205e internal/imports: skip scanned module cache dirs by Suzy Mueller · 6 years ago
  87. ee1fc86 internal/imports: use cache of mod cache pkgs in find packages by Suzy Mueller · 6 years ago
  88. 857b4dd internal/imports: avoid walking dir for mod file in mod cache by Suzy Mueller · 6 years ago
  89. 324b353 internal/imports: save information about the module cache by Suzy Mueller · 6 years ago
  90. d0b4265 internal/imports: get candidate imports by Suzy Mueller · 6 years ago
  91. ea41424 internal/imports: merge import declarations by Suzy Mueller · 6 years ago
  92. 578fe56 internal/imports: use the resolver to load exports by Suzy Mueller · 6 years ago
  93. 4cb0cfd internal/imports: test exported functions with nil args by Suzy Mueller · 6 years ago
  94. 2ad8dc8 internal/imports: return initialized options by Suzy Mueller · 6 years ago
  95. 4147ede internal/imports: fix setting default options by Suzy Mueller · 6 years ago
  96. 5f95ed5 internal/imports, internal/lsp: quick fix import errors by Suzy Mueller · 6 years ago
  97. 1e85ed8 internal/imports: fix typos in documentation by Suzy Mueller · 6 years ago
  98. 5a5cfef x/tools/internal/imports: don't load package names for empty list by Jay Conrod · 6 years ago
  99. 2e34cfc internal/import: strings.Trim expects a cutset, not a string by Christian Muehlhaeuser · 6 years ago
  100. 72478f3 internal/imports: disable go/packages-incompatible tests by Rebecca Stambler · 6 years ago