- 800adbe go/packages: enable TestIssue37098 for Go 1.17 and later by Ian Lance Taylor · 3 years, 9 months ago
- 7c72a84 go/analysis/passes/fieldalignment: clarify reported diagnostics in docs by Pontus Leitzler · 3 years, 9 months ago
- f946a15 passes/sigchanyzer: allow valid inlined unbuffered signal channel by AGMETEOR · 3 years, 9 months ago
- b261fe9 go/tools: add vet check for direct comparion of reflect.Values by Keith Randall · 3 years, 10 months ago
- 35a9159 go/internal/gcimporter: ensure that imported floats are of float kind by Rob Findley · 3 years, 10 months ago
- 5d33438 go/internal/gcimporter: merge go1.11 tests back into gcimporter_test.go by Rob Findley · 3 years, 10 months ago
- 4c8e4a8 go/analysis/passes/inspect: fix typo in comment by Andrey Bokhanko · 3 years, 10 months ago
- 50ca8d0 all: recognize new error from go command when no go.mod is found by Jay Conrod · 3 years, 11 months ago
- eb48d3f internal/lsp/cache: refactor diagnostic suppression by Heschi Kreinick · 4 years ago
- a43f69b go/expect: use parser.AllErrors when extracting Notes by Rob Findley · 4 years ago
- 2363391 all: go fmt ./... by Russ Cox · 4 years ago
- f6e0443 go/analysis: add unusedwrite pass by Guodong Li · 4 years ago
- bdaa8bf go/gcexportdata: warn that {Read,Write}Bundle are experimental by Matthew Dempsky · 4 years ago
- f47cb78 go/analysis/passes/buildtag: update check for //go:build by Russ Cox · 4 years ago
- 06713c2 go/loader: fix race by Russ Cox · 4 years ago
- 67e49ef go/internal/cgo: set pkgdir with -srcdir instead of CWD by Matthew Dempsky · 4 years ago
- 19ff21f go/analysis/unitchecker: tell the user how to list the flags and analyzers by Rob Pike · 4 years ago
- 4534fc3 go/internal/gcimporter: reference golang/go#44339 in TODO by Matthew Dempsky · 4 years ago
- 35839b7 go/internal/gcimporter: fix tests on darwin by Matthew Dempsky · 4 years ago
- a1db63c go/internal/gcimporter: add "bundled" export data formats by Matthew Dempsky · 4 years ago
- b79f76f go/internal/gcimporter: fix reexporting compiler data by Matthew Dempsky · 4 years ago
- 7fde01f go/internal/gcimporter: refactor IExportData tests by Matthew Dempsky · 4 years ago
- 6055ccf go/internal/gcimporter: simplify IExportData API by Matthew Dempsky · 4 years ago
- 3a5a051 go/analysis/passes: add sigchanyzer Analyzer by Cuong Manh Le · 4 years, 2 months ago
- 68c7d11 go/analysis: extend the loopclosure checker to considering errgroup.Group.Go. by Guodong Li · 4 years ago
- 5941677 go/analysis: fix path to example-test.go by sanposhiho · 4 years ago
- 513be0a internal/lsp/cache: disable network for mod tidy diagnostics by Heschi Kreinick · 4 years ago
- d8a2a07 go/packages: improve go invocation errors by Heschi Kreinick · 4 years ago
- 4922717 go/analysis/passes/fieldalignment: delete doc style comments in fix by Pontus Leitzler · 4 years ago
- fe37c9e all: replace all usages of os/exec with golang.org/x/sys/execabs by Roland Shoemaker · 4 years ago v0.1.0
- 1e6ecd4 go/packages: don't crash if given an invalid overlay by Heschi Kreinick · 4 years ago
- d33bae4 copyright: test that all files in the repo have copyright notices by Rebecca Stambler · 4 years ago
- 21398c4 Revert "go/analysis/passes/structtag: recognize multiple keys per tag" by Ian Lance Taylor · 4 years, 1 month ago
- 9277847 all: add copyright notices to files that are missing them by Rebecca Stambler · 4 years, 1 month ago
- c4dccaf go/analysis/passes/fieldalignment: add command by Pontus Leitzler · 4 years, 1 month ago
- 5b43ef9 go/analysis/passes/fieldalignment: filter comments from suggested fix by Cuong Manh Le · 4 years, 1 month ago
- 008e477 internal/lsp, gopls: recover from go-diff panics by Rebecca Stambler · 4 years, 1 month ago
- 6307297 go/analysis/passes/fieldalignment: support fields without name by Pontus Leitzler · 4 years, 1 month ago
- abf6a1d go/analysis/passes/structtag: recognize multiple keys per tag by Ian Lance Taylor · 4 years, 1 month ago
- de58e7c go/analysis/passes/framepointer: don't report on runtime package by Keith Randall · 4 years, 2 months ago
- 090fee6 go/analysis/passes/fieldalignment: suggest fix for multi-named fields by Pontus Leitzler · 4 years, 2 months ago
- fd5f293 go/analysis: avoid panic in ifaceassert by Peter Weinbergr · 4 years, 2 months ago
- 299f270 go/analysis/passes/fieldalignment: add fieldalignment analyser by Pontus Leitzler · 4 years, 2 months ago
- 4783bc9 Handle BareInits option in ssa.BuilderMode by Michaël Lévesque-Dion · 4 years, 2 months ago
- 1d69943 go/packages: handle variation an an error message by Michael Matloob · 4 years, 3 months ago
- d68bbb5 internal/gocommand: improve debug string by Heschi Kreinick · 4 years, 2 months ago
- 247bdb2 go/packages: start with empty environment by Heschi Kreinick · 4 years, 2 months ago
- bc3cf28 go/loader: loosen a test assertion on go/types error messages by Rob Findley · 4 years, 3 months ago
- 3288bc1 go/analysis: add frame pointer check for vet by Keith Randall · 4 years, 5 months ago
- 582c62e go/analysis/singlechecker: fix whitespace in package documentation by Dmitri Shuralyov · 4 years, 3 months ago
- 690a3c2 go/analysis/passes/asmdecl: permit return jump without writing to results by Cherry Zhang · 4 years, 3 months ago
- 6312208 go/internal/gccgoimporter: support notinheap annotation by Ian Lance Taylor · 4 years, 3 months ago
- e84cfc6 all: clear GOMODCACHE in tests by Heschi Kreinick · 4 years, 3 months ago
- 2f4fa18 go/packages: use native overlay support for 1.16 by Rebecca Stambler · 4 years, 3 months ago
- 6652d1f internal/gocommand: add a GoVersion function to avoid duplicating logic by Rebecca Stambler · 4 years, 3 months ago
- b894a32 all: use explicit -mod, -modfile fields for gocommand.Invocation by Heschi Kreinick · 4 years, 3 months ago
- a78bdc4 x/tools/go/analysis/passes/unsafeptr: report Header misuse by Matthew Dempsky · 4 years, 5 months ago
- 255fb2a x/tools/go/analysis/passes/unsafeptr: stricter reporting by Matthew Dempsky · 4 years, 5 months ago
- d162461 go/analysis/passes/asmdecl: add support for ABI selector clauses by Than McIntosh · 4 years, 3 months ago
- d88ec18 go/analysis: add IgnoredFiles, check ignored files in buildtag check by Russ Cox · 4 years, 3 months ago
- 67cabf8 go/loader: delete example_test.go by Russ Cox · 4 years, 3 months ago
- 567bb5a go/analysis/analysistest: fix issue in RunWithSuggestedFixes on a package with tests by Ben Kraft · 4 years, 5 months ago
- fa01252 all: replace 'the the ' with 'the ' by phillc · 4 years, 4 months ago
- 3c2036f go/packages: support overlays for replaced modules by Rebecca Stambler · 4 years, 4 months ago
- 8f9ed77 go/packages: add roots for overlaid packages for all query types by Rebecca Stambler · 4 years, 4 months ago
- 6422fca report cycle when visiting a grey analyzer by Michaël Lévesque-Dion · 4 years, 5 months ago
- 44a2922 internal/lsp, go/packages: fix Go 1.15-related overlay bug by Rebecca Stambler · 4 years, 5 months ago
- 5b9ef24 go/ssa: implement missing testing.testDeps SetPanicOnExit0 method by Bryan C. Mills · 4 years, 5 months ago
- 6e59e24 unusedresult.go: Include context.With* functions by Mark Dain · 4 years, 5 months ago
- debfaf6 internal/lsp, go/packages: work-around invalid files in GOPATH mode by Rebecca Stambler · 4 years, 5 months ago
- 73b12ca go/analysis/passes/structtag: ignore warning if tag should be ignored by André Martins · 4 years, 6 months ago
- 75c7103 go/packages: expand cases when filenames are parsed from errors by Michael Matloob · 4 years, 6 months ago
- 188b382 go/packages: add failing test for golang/go#37098 by Noah Goldman · 4 years, 9 months ago
- a7c6fd0 go/packages: find filenames in error strings if not in position by Rebecca Stambler · 4 years, 6 months ago
- 7041913 go/analysis/passes/unmarshal: Add check for asn1.Unmarshal by KimMachineGun · 4 years, 6 months ago
- 130c9f1 go/packages: add x test overlay test by Rebecca Stambler · 4 years, 7 months ago
- f1c4188 internal/lsp, go/packages: reproduce and fix golang/go#39646 by Rebecca Stambler · 4 years, 7 months ago
- 682c454 all: update dependencies in go.mod file by Rebecca Stambler · 4 years, 7 months ago
- c138986 go/packages: move all overlay tests into overlay_test.go by Rebecca Stambler · 4 years, 7 months ago
- 7f3f4b1 go/packages: correct package IDs for overlaid x tests by Rebecca Stambler · 4 years, 7 months ago
- c1934b7 go/analysis: improve error message for string(int) warning by smasher164 · 4 years, 8 months ago release-branch.go1.15
- 2ee2e4c go/packages: move TypecheckCgo to packagesinternal by Matthew Dempsky · 4 years, 8 months ago
- 51e3d70 go/packages: use go115UsesCgo instead of UsesCgo by Matthew Dempsky · 4 years, 8 months ago
- 3e83d1e go/packages: add a mechanism for drivers to decline requests by Michael Matloob · 4 years, 8 months ago
- eb789aa go/analysis/internal/checker: don't filter facts of parameters by Dominik Honnef · 4 years, 8 months ago
- 1679474 go/analysis: suggest to users how to associate diagnostics with severities by Michael Matloob · 4 years, 9 months ago
- d859f67 go/packages: handle x test overlays with no content by Rebecca Stambler · 4 years, 8 months ago
- af9456b all: remove version-specific test files by Heschi Kreinick · 4 years, 8 months ago
- 8e7acdb all: replace build tags in tests with testenv helper by Heschi Kreinick · 4 years, 8 months ago
- 8b020ae go/analysis/passes/printf: allow %O in format strings by Michael Schaller · 4 years, 8 months ago
- 5c6ccfd Revert "go/internal/gcimporter: remove support for binary export data" by Rebecca Stambler · 4 years, 8 months ago
- 1092135 go/packages: add a Module field to the Package struct by Michael Matloob · 4 years, 8 months ago
- 259583f internal/testenv: tolerate missing cgo as needed by Heschi Kreinick · 4 years, 8 months ago
- c79c01b all: consolidate cgo requirement checks by Heschi Kreinick · 4 years, 8 months ago
- d0dc4d4 go/packages: fix compatibility with gopackagesdriver by Heschi Kreinick · 4 years, 8 months ago
- d5fe738 go/packages: fix nocgo build by Heschi Kreinick · 4 years, 8 months ago
- 05c28aa go/ssa/interp: avoid vet warning about string(int) conversion by Brad Fitzpatrick · 4 years, 9 months ago
- a4cde36 go/packages: enable UsesCgo in go/types by Heschi Kreinick · 4 years, 9 months ago
- 26f46d2 go/types/objectpath: cache result of call to scope.Names by Dominik Honnef · 4 years, 9 months ago
- 4697a28 go/analysis/analysistest: support testing mutually exclusive suggested fixes by Dominik Honnef · 4 years, 9 months ago