aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/load/pkg.go
AgeCommit message (Expand)Author
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
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-12cmd/go: propagate context into PackagesForBuild and Do for tracingMichael Matloob
2020-08-05cmd/go: fix error stacks when there are scanner errorsMichael Matloob
2020-05-06cmd/go: add positions for load errors in call to loadMichael Matloob
2020-04-21cmd/go/internal/load: load imports for all package data errorsJay Conrod
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-06cmd/go: report scan error position in 'go list -e'tlsJay Conrod
2020-03-27cmd/go: avoid needing to manipulate ImportStack when constructing errorMichael Matloob
2020-02-28cmd/go: rationalize errors in internal/load and internal/modloadBryan C. Mills
2020-02-28cmd/go/internal/search: consolidate package-pattern predicates into Match met...Bryan C. Mills
2020-02-28cmd/go/internal/search: record errors in the Match structBryan C. Mills
2020-02-26cmd/link: default to internal linking for android/arm64Elias Naur
2019-12-05cmd/go: include imports in 'go list -e' output even after parse errorsJay Conrod
2019-11-22cmd/go: do not panic when computing Shlib for a package with no TargetBryan C. Mills
2019-11-13cmd/go: fix error for empty packages referenced with relative pathsJay Conrod
2019-10-28cmd: remove a few unused parametersDaniel Martí
2019-10-09cmd/go: eliminate redundancy in import error messagesJay Conrod
2019-10-04cmd/go: set expected filename when building a local package with -o is pointi...Jordi Martin
2019-10-04cmd/go: fix listing of ambiguous pathsDuco van Amstel
2019-09-19cmd/go: don't construct module version info if there are import errorsJay Conrod
2019-09-18cmd/go: use alternate debug_modinfo recipe for gccgoThan McIntosh
2019-08-06cmd/go: improve error message for missing import starting with cmd/Jay Conrod
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-07-18cmd/go: in module mode, populate PackagePublic.Root with the module rootBryan C. Mills
2019-06-19cmd/go: install binaries in cmd/ in $GOROOT/bin instead of $GOBINJay Conrod
2019-05-14cmd/go: fix import current directory error messageLE Manh Cuong
2019-05-10cmd/go: move automatic testing.Init call into generated test codeCaleb Spare
2019-04-16cmd/go: report non-Go files as package errorGergely Brautigam
2019-04-05cmd/go: parallelize package loadingJay Conrod
2019-04-01cmd/go: refactor load.LoadPackage into other functionsJay Conrod