- 1092135 go/packages: add a Module field to the Package struct by Michael Matloob · 4 years, 10 months ago
- 259583f internal/testenv: tolerate missing cgo as needed by Heschi Kreinick · 4 years, 10 months ago
- c79c01b all: consolidate cgo requirement checks by Heschi Kreinick · 4 years, 10 months ago
- d0dc4d4 go/packages: fix compatibility with gopackagesdriver by Heschi Kreinick · 4 years, 10 months ago
- d5fe738 go/packages: fix nocgo build by Heschi Kreinick · 4 years, 10 months ago
- 05c28aa go/ssa/interp: avoid vet warning about string(int) conversion by Brad Fitzpatrick · 4 years, 10 months ago
- a4cde36 go/packages: enable UsesCgo in go/types by Heschi Kreinick · 4 years, 11 months ago
- 26f46d2 go/types/objectpath: cache result of call to scope.Names by Dominik Honnef · 4 years, 10 months ago
- 4697a28 go/analysis/analysistest: support testing mutually exclusive suggested fixes by Dominik Honnef · 4 years, 11 months ago
- 6552487 go/internal/gcimporter: remove support for binary export data by Rebecca Stambler · 4 years, 11 months ago
- 2723c5d go/packages/packagestest: dedupe based on note position by Rebecca Stambler · 4 years, 11 months ago
- cfa8b22 go/packages/packagestest: do not walk packages and their test variants by Paul Jolly · 5 years ago
- ea51688 go/packages: fix misbehavior when an overlay changes the package name by pjw · 5 years ago
- 92398ad go/analysis/analysistest: print unified diff for test failures by Dominik Honnef · 5 years ago
- 0037cb7 all: Fix spelling of Marshaling. by Yasuhiro Matsumoto · 5 years ago
- ae52e4b go/analysis/analysistest: give up if we can't find golden file by Dominik Honnef · 5 years ago
- 07bb9fb internal/proxydir: add an internal package for file-based proxies by Rob Findley · 5 years ago
- 250b213 go/loader: remove check on ioutil.TestTempFile in TestStdlib by Michael Matloob · 5 years ago
- e3f0bd9 go/ast/inspector: impose maximum capacity by Joe Tsai · 5 years ago
- 77362c5 go/packages: replace darwin with netbsd in TestSizes by Dmitri Shuralyov · 5 years ago
- 46bd65c internal/lsp/cache: add concurrency error check for go cmds by Rohan Challa · 5 years ago
- 44a64ad internal/lsp, go/packages: don't log context cancellation errors by Rebecca Stambler · 5 years ago
- 4480df5 go/packages: only list current module's directory in determineRootDirs by Michael Matloob · 5 years ago
- d190e26 go/packages: add a workaround for different import stacks between go versions by Michael Matloob · 5 years ago
- c12078e go/analysis/passes/unreachable: add suggested-fix to remove dead code by Rohan Challa · 5 years ago
- 42235f6 internal/lsp: add support for type error analyzers by Rohan Challa · 5 years ago
- b1df990 go/analysis/analysistest: expand testing to handle suggested fixes by Rohan Challa · 5 years ago
- cc38525 go/packages: add test for golang/go#37971 by Rebecca Stambler · 5 years ago
- a576cf5 go/analysis/passes/printf: warn against using %v verb in Error() methods by Sergey Glushchenko · 5 years ago
- 7975679 go/analysis/singlechecker: append a newline after "Flags:" by nu50218 · 5 years ago
- aafaee8 go/analysis/passes/printf: give leeway for fmt.Formatter satisfaction by Dan Kortschak · 5 years ago
- 71bfc1b go/packages: drop pruned packages in tests of import graph by Ian Lance Taylor · 5 years ago
- 4fc520f go/analysis/passes/errorsas: clarify message by Jonathan Amsterdam · 5 years ago
- b1e4e04 go/analysis/passes/nilness: detecting panic with provably nil values by Stephen Searles · 5 years ago
- a628ca3 go/packages: drop imports of reflect in tests of import graph by Ian Lance Taylor · 5 years ago
- c5cec67 all: consolidate invokeGo implementations by Heschi Kreinick · 5 years ago
- ee3f114 go/ssa/interp: remove unused import by Jay Conrod · 5 years ago
- 12e620e go/ssa: disable recover2 testcase by Michael Matloob · 5 years ago
- e1da425 Revert "Revert "go/analysis: add pass to check for impossible interface-to-interface type assertions"" by Robert Griesemer · 5 years ago
- 2086a0a go/internal/gcimporter: update TestImportedTypes for BImportData removal by Dmitri Shuralyov · 5 years ago
- d3d48f0 go/analysis: add pass to check string(int) conversions by smasher164 · 5 years ago
- 7c4b627 internal/lsp: add module versions from "go list" to pkg.go.dev links by Rohan Challa · 5 years ago
- 9976379 go/ssa: add DebugRef.Object by Ayke van Laethem · 5 years ago
- 3187b3c go/packages/packagestest: fix grouping to account for module versions by Rohan Challa · 5 years ago
- 11eff24 Revert "go/analysis: add pass to check for impossible interface-to-interface type assertions" by Andrew Bonventre · 5 years ago
- 7a72f3f go/analysis: add pass to check for impossible interface-to-interface type assertions by smasher164 · 5 years ago
- 64a0f23 go/packages/packagestest: do not overwrite existing go.mod file by Rohan Challa · 5 years ago
- 2529d28 internal/lsp/tests: standardize testdata folder format by Rohan Challa · 5 years ago
- 90d7435 go/expect: account for the offset from the file.base for modfiles by Rohan Challa · 5 years ago
- 97da75b go/expect: add marker support for go.mod files by Rohan Challa · 5 years ago
- fe90550 go/packages: fix non-determinism on package list order by Michael Matloob · 5 years ago
- 9090804 go/packages: make TestOverlayDeps deterministic by Michael Matloob · 5 years ago
- 449c356 go/packages: work around pkg-config errors in go list by Michael Matloob · 5 years ago
- 7162979 go/packages: add a workaround for golang/go#36188 by Michael Matloob · 5 years ago
- 2f3ba24 all: revert uses of types.NewInterfaceType by Rebecca Stambler · 5 years ago
- 207d3de all: fix some staticcheck errors by Rebecca Stambler · 5 years ago
- cf67026 go/packages: remove code that handled ordering in overlays by Rebecca Stambler · 5 years ago
- 520188d go/packages: fix flaky failure creating non-test package from overlay by Heschi Kreinick · 5 years ago
- ed30b91 internal/lsp: don't show list errors unless necessary by Rebecca Stambler · 5 years ago
- 73c4c87 go/packages: only run TestCgoNoSyntax when cgo is available by Michael Matloob · 5 years ago
- e23f2f3 internal/lsp: reload metadata for orphaned files by Rebecca Stambler · 5 years ago
- 628e9aa go/analysis/passes/asmdecl: add support for riscv64 by Joel Sing · 5 years ago
- ce9bf56 go/packages: fix GOPATH vendoring with overlays by Heschi Kreinick · 5 years ago
- 45e6918 go/packages: fix doc for NeedExportsFile by Michael Matloob · 5 years ago
- 593de60 go/packages: handle an overlay edge case with test variants by Rebecca Stambler · 5 years ago
- e0f1ed8 go/packages: refactor list driver by Heschi Kreinick · 5 years ago
- 7b0c362 go/packages: remove named query by Heschi Kreinick · 5 years ago
- 213b5e1 go/ssa: replace DefaultType with go/types.Default by vovapi · 5 years ago
- dc16b66 go/ast/inspector: fix misnomer in callback signature by Muir Manders · 5 years ago
- f88bd70 analysis/passes: consolidate imports helper by Emmanuel T Odeke · 5 years ago
- eb0d8dd go/ssa: remove workaround for lack of vendoring in go/loader by vovapi · 5 years ago
- e919f86 go/ssa/interp: fix goroutines and channels leaks by vovapi · 5 years ago
- 43d5027 go/ast/astutil: fix DeleteImport SEGV when Rparen is invalid by itchyny · 5 years ago
- 84cebe1 go/packages: fix incorrect needtypes and needsrcs logic by Michael Matloob · 5 years ago
- 28ed04f go/packages: internally expose ForTests in go/packages by Rebecca Stambler · 5 years ago
- 78c1766 go/analysis: remove stale documentation citing vet by Rob Findley · 5 years ago
- ac4f524 go/ssa: add position data in indexed range loops by vovapi · 5 years ago
- acbc0e3 internal/lsp: modify how we check for go 1.14 for modfiles by Rohan Challa · 5 years ago
- 53017a3 analysis/passes: report testing.Fatal* FailNow Skip* misuse in goroutines by Emmanuel T Odeke · 5 years ago
- 6c68fec all: remove many cases of space-space by Dan Kortschak · 5 years ago
- 2912ce7 go/analysis/analysistest: accept comments of /* */ form by Hana (Hyang-Ah) Kim · 5 years ago
- 065ed04 go/analysis: add package docs for findcall, printf, and shadow by Hana (Hyang-Ah) Kim · 5 years ago
- 142b776 go/packages: fix TestCgoOption to work on Windows by Michael Matloob · 5 years ago
- e5a4a00 go/packages: Fix loading syntax for imports when types not requested. by Alex Zhirov · 5 years ago
- 4f29fbc go/packages: change import cycle errorkind from UnknownError to ListError by Rohan Challa · 5 years ago
- 53d48bf go/analysis: gofmt snippets in package documentation by Dmitri Shuralyov · 5 years ago
- 7093a17 go/packages: correct logging of driver stderr by Jeff Hodges · 5 years ago
- 8facea2 go/packages: disable -mod=readonly behavior in overlays by Rebecca Stambler · 5 years ago
- 0d08730 go/packages: add import stack to error messages when there's an import cycle by Michael Matloob · 5 years ago
- e140590 go/packages: remove obsolete comment about LoadMode in doc.go by Michael Matloob · 5 years ago
- 427c522 go/packages: revert "handle invalid files in overlays" by Heschi Kreinick · 5 years ago
- 0d967ef go/analysis/internal/checker: format files modified by -fix by Michael Matloob · 5 years ago
- 4054736 go/analysis/passes/lostcancel: fix typo by Anthony Fok · 5 years ago
- dc59f20 all: fix typo ("identifer" → "identifier") by Anthony Fok · 5 years ago
- 3d1ebf6 go/packages: add String methods for LoadMode by Jeff Hodges · 5 years ago
- 1ef994f go/analysis/passes: ensure diagnostic-reporting analyses have exported Doc by Michael Matloob · 5 years ago
- 77e3bb0 go/packages/packagestest: add package use example by Dmitri Shuralyov · 5 years ago
- dce577f go/packages: fix failing Windows TryBots for adhoc packages test by Rebecca Stambler · 5 years ago
- 8cb0d02 go/analysis/unitchecker: add erroras analysis to align with go vet by Leigh McCulloch · 5 years ago
- 622ba90 go/internal/packagesdriver: report stderr when failed to determine types.Sizes by Michael Matloob · 5 years ago