aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/load/pkg.go
AgeCommit message (Expand)Author
2021-07-30[dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-06-10cmd/go: report the imports of CompiledGoFiles in ImportMapBryan C. Mills
2021-05-14cmd/go/internal/load: override Package.Root in module modeManlio Perillo
2021-05-11cmd/go: ignore implicit imports when the -find flag is setManlio Perillo
2021-05-10cmd/go: include packages with InvalidGoFiles when filtering main packagesBryan C. Mills
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-04-28cmd/go: populate module info even if an error occurs in loading packageunbyte
2021-04-27cmd/go/internal/load: treat packages with errors as potentially main packagesBryan C. Mills
2021-04-27cmd/go/internal/modload: clean up error reportingBryan C. Mills
2021-04-16cmd/go: fix mod_install_pkg_versionJay Conrod
2021-04-16cmd/go: move 'go install cmd@version' code into internal/loadJay Conrod
2021-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-04-12cmd/go/internal/work: remove '_test' from import paths in stacktraces when -t...Hajime Hoshi
2021-03-25cmd/go/internal/load: use setLoadPackageDataError in loadImportBryan C. Mills
2021-03-25cmd/go: attribute direct imports from indirect dependencies to the importing ...Bryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-03-12cmd/go/internal/load: always set IsImportCycle when in a cycleRoland Shoemaker
2021-02-11cmd/go: reject embedded files that can't be packed into modulesRuss Cox
2021-01-22cmd/go: add documentation for test and xtest fields output by go listMichael Matloob
2021-01-20cmd/go: set Incomplete field on go list output if no files match embedMichael Matloob
2021-01-20cmd/go: have go mod vendor copy embedded files in subdirsMichael Matloob
2021-01-14cmd/go/internal/load: report positions for embed errorsJay Conrod
2021-01-14cmd/go/internal/load: refactor setErrorPos to PackageError.setPosJay Conrod
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2020-12-14cmd/go: refactor error reporting in internal/loadJay Conrod
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-04cmd/go, embed: exclude .* and _* from embedded directory treesRuss Cox
2020-10-29cmd/go: add //go:embed supportRuss Cox
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-27doc/go1.16: document BuildID in 'go list -export'Daniel Martí
2020-10-26cmd/go,cmd/compile,sync: remove special import case in cmd/goAustin Clements
2020-10-23cmd/go: don't fetch files missing sums in readonly modeJay Conrod
2020-10-22all: add GOOS=ios GOARCH=amd64 target for the ios simulatorElias Naur
2020-10-22cmd/go: use the last -linkmode flag to determine external linkingXiangdong Ji
2020-10-21cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64Paul E. Murphy
2020-10-20cmd/go: support overlays for synthesized packages.Michael Matloob
2020-10-20cmd/go: add BuildID to list -json -exportDaniel Martí
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-14cmd/link: support internal linking on darwin/arm64Cherry Zhang
2020-10-12cmd/go: don't always link in cgo for PIECherry Zhang
2020-10-12cmd/go: add IgnoredOtherFiles to go list; pass IgnoredFiles to vetRuss Cox
2020-10-12cmd/go: remove Package.constraintIgnoredGoFilesRuss Cox
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-22cmd/go: add a '-e' flag to 'mod tidy' and 'mod vendor'Bryan C. Mills
2020-09-22cmd/go/internal/modget: consolidate Load entrypointsBryan C. Mills
2020-09-18cmd/go: fix review comments in load, modloadJay Conrod
2020-09-17cmd/go: flip relationship between load and modloadJay Conrod
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob