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