aboutsummaryrefslogtreecommitdiff
path: root/go/packages/packages.go
AgeCommit message (Expand)Author
2022-03-25go/packages: fix load with NeedTypes but not NeedImportsRuss Cox
2022-03-25go/packages: fix precedence typo in needtypes calculationRuss Cox
2022-03-25go/packages: rename NeedExportsFile to NeedExportFileRuss Cox
2022-03-22x/tools/go/packages: add Embed supportChris Koch
2022-01-05go/packages: add a clarification about the order of SyntaxMichael Matloob
2021-09-29internal/lsp/analysis: quick-fix to remove unnecessary type argumentsRobert Findley
2021-02-05internal/lsp/cache: disable network for mod tidy diagnosticsHeschi Kreinick
2020-10-19all: use explicit -mod, -modfile fields for gocommand.InvocationHeschi Kreinick
2020-10-13go/analysis: add IgnoredFiles, check ignored files in buildtag checkRuss Cox
2020-06-10go/packages: move TypecheckCgo to packagesinternalMatthew Dempsky
2020-06-10go/packages: use go115UsesCgo instead of UsesCgoMatthew Dempsky
2020-06-10go/packages: add a mechanism for drivers to decline requestsMichael Matloob
2020-05-19go/packages: add a Module field to the Package structMichael Matloob
2020-05-14go/packages: fix compatibility with gopackagesdriverHeschi Kreinick
2020-05-12go/packages: enable UsesCgo in go/typesHeschi Kreinick
2020-04-08internal/lsp/cache: add concurrency error check for go cmdsRohan Challa
2020-02-19internal/lsp: add module versions from "go list" to pkg.go.dev linksRohan Challa
2020-01-23go/packages: fix doc for NeedExportsFileMichael Matloob
2020-01-16go/packages: fix incorrect needtypes and needsrcs logicMichael Matloob
2020-01-16go/packages: internally expose ForTests in go/packagesRebecca Stambler
2019-12-30all: remove many cases of space-spaceDan Kortschak
2019-12-20go/packages: Fix loading syntax for imports when types not requested.Alex Zhirov
2019-11-04go/packages: fix loading of syntax when types not requestedMichael Matloob
2019-09-18go/packages: fix a small spelling mistakeMichael 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-08-30go/packages: make sure to request dependencies when we NeedTypesInfoMichael Matloob
2019-07-16go/packages: add debug logging via the packages.ConfigRebecca Stambler
2019-06-27go/packages: fix bug in contains for ad-hoc packagesMichael Matloob
2019-05-31go/packages: update documentation for Package.Types and Package.SyntaxMichael Matloob
2019-05-29go/packages: officially deprecate LoadX values in favor of NeedX valuesMichael Matloob
2019-04-24go/packages: deduplicate file parsingDominik Honnef
2019-04-03go/packages: make sure TypesSizes are requested when Types areMichael Matloob
2019-04-02go/packages: fix json struct tag on driverRequest.CommandMichael Matloob
2019-03-30go/packages: add NeedTypesSizes to LoadTypesRebecca Stambler
2019-03-29internal/lsp: use new go/packages LoadMode to get TypesSizesRebecca Stambler
2019-03-27go/packages: split LoadMode into fine-grained optionsMichael Matloob
2019-02-06go/packages: use strings.EqualFold in sameFile to handle case-insensitive fil...Yasuhiro Matsumoto
2019-01-24go/packages: stop parsing files if the context is canceledDouglas Danger Manley
2019-01-17go/{analysis,packages}: add TypesSizesAlan Donovan
2019-01-14go/packages: rename Illtyped to IllTyped in docsDmitri Shuralyov
2018-12-11go/packages: add doc for the current state of overlaysMichael Matloob
2018-12-07go/packages: an empty overlay does not force source modeIan Cottrell
2018-11-30go/packages: add support to overlays for unwritten files to existing packagesMichael Matloob
2018-11-09go/packages: fix minor godoc typoDaniel Martí
2018-11-07go/packages: change the driverResponse.Sizes to have type StdSizesMichael Matloob
2018-11-05go/packages: determine sizes by calling go listMichael Matloob
2018-11-05go/packages: fix crashIan Cottrell
2018-10-31go/packages: change so no results are sortedIan Cottrell
2018-10-29go/packages: sort root list in LoadIan Cottrell