aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)Author
2019-10-16go/packages: handle invalid files in overlaysRebecca Stambler
2019-10-16go/analysis: remove requirement for unique Analyzer namesMichael Matloob
2019-10-16go/packages: handle multiple modules in gopackagestestRebecca Stambler
2019-10-14go/packages: temporarily disable some tests running on go tip with -raceMichael Matloob
2019-10-11go/packages: make a copy of the config.Env slice in the test.Michael Matloob
2019-10-09go/analysis/passes/asmdecl: remove amd64p32 supportBrad Fitzpatrick
2019-10-04go/packages: update tests to reflect changes in golang.org/cl/198459Michael Matloob
2019-10-04go/analysis/analysistest: fix nil pointer dereference when sorting factsMatts966
2019-10-04go/internal/gcimporter: support Go versions < 1.11Rebecca Stambler
2019-10-04go/internal/gcimporter: handle the possibility of a nil filesetRebecca Stambler
2019-10-04go/gcexportdata: use IExportData when writing gcexportdataRebecca Stambler
2019-10-01go/ssa: make a setNumable interfaceDenis Isaev
2019-09-27go/internal/gcimporter: support reading column details from export dataMatthew Dempsky
2019-09-25go/analysis: fix vet errorsHasit Bhatt
2019-09-19cmd/vet: fix a bad case of shadow check about redeclarationalkiller22
2019-09-18go/packages: fix overlay deps for packages with test variantsRebecca Stambler
2019-09-18go/packages: remove go.mod filesHeschi Kreinick
2019-09-18go/packages: fix a small spelling mistakeMichael Matloob
2019-09-17go/internal/gccgoimporter: update package to match std lib versionThan McIntosh
2019-09-14go/analysis: add sortslice passJohan Brandhorst
2019-09-12go/packages: suppress go list -e error when directory outside modulesMichael Matloob
2019-09-12go/packages: fall back to loading from export data if sources are missingMichael Matloob
2019-09-11go/packages: allow types loading without NeedDepsDenis Isaev
2019-09-11all: fix more typosAinar Garipov
2019-09-10go/packages: add a test case for golang/go#33374Rebecca Stambler
2019-09-10go/analysis: copyedit doc.goalandonovan
2019-09-09internal/lsp: enable suggested fixes by defaultMichael Matloob
2019-09-09go/packages: ignore any go list errors that seem to come from cgoMichael Matloob
2019-09-09go/analysis: fix typosAinar Garipov
2019-09-08all: add a space before +build in build tag commentsTobias Klauser
2019-09-04go/ssa/interp: skip recover2 testcaseMichael Matloob
2019-08-30go/analysis/doc: fix stuff that was left out of the previous commitMichael Matloob
2019-08-30go/analysis/doc: provide more motivation for suggestedfix designMichael Matloob
2019-08-30go/packages: make sure to request dependencies when we NeedTypesInfoMichael Matloob
2019-08-30all: skip more memory-intensive tests on linux-armBryan C. Mills
2019-08-30all: skip tests if required tools are not foundBryan C. Mills
2019-08-29go/packages,internal/lsp: skip memory-intensive tests on the linux-arm builderBryan C. Mills
2019-08-29go/packages: set GOPACKAGESDRIVER=off for all the testsMichael Matloob
2019-08-29go/analysis/passes/printf: handle a potential nil pointerRebecca Stambler
2019-08-29go/packages: ignore Cgo compilation error correctlyHajime Hoshi
2019-08-28go/analysis/cmd/vet: removeMichael Matloob
2019-08-26go/internal/gcimporter: make safe for concurrent useDominik Honnef
2019-08-24go/analysis: handle common nil pointersRebecca Stambler
2019-08-14go/packages: work around another case where go list doesn't respect -eMichael Matloob
2019-08-14go/packages: add test case for golang/go#33462Rebecca Stambler
2019-08-14go/packages: set -mod=readonly when processing overlays in module modeMichael Matloob
2019-08-14go/packages: handle more errors that 'go list' prints to stderrDominik Honnef
2019-08-13go/analysis: add a "-fix" flag to checker to apply suggested fixesMichael Matloob
2019-08-12go/packages: add a test case for golang/go#32499Rebecca Stambler
2019-08-08go/analysis: remove +experimental build tag from suggested fixesMichael Matloob