aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/load/pkg.go
AgeCommit message (Expand)Author
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-28cmd/go: support new hybrid coverage instrumentationThan McIntosh
2022-09-27cmd: relocate search.MatchPattern to cmd/internal/pkgpatternThan McIntosh
2022-09-27cmd/go/internal: use strings.CutSuffixcui fliter
2022-09-22cmd/go: omit VCS stamping during bootstrapBryan C. Mills
2022-09-19cmd/go: clear GOPATH from build context when importing from moduleMichael Matloob
2022-09-09cmd/go: record the -buildmode flag in debug.BuildInfocuiweixie
2022-08-18cmd/go: run tests when cmd/go is cross-compiledBryan C. Mills
2022-08-17cmd/go: propagate match errors in 'go run'Bryan C. Mills
2022-08-16cmd/go: stamp VCS information in test binaries when -buildvcs=trueBryan C. Mills
2022-07-11cmd/go: use package index for std in load.loadPackageDataRuss Cox
2022-06-28cmd/go: omit build metadata that may contain system paths when -trimpath is setBryan C. Mills
2022-06-24cmd/go: add per-package indexing for modules outside mod cacheMichael Matloob
2022-06-16cmd/go: add more tracingMichael Matloob
2022-06-14cmd/go: quote package directory when calling globIan Lance Taylor
2022-06-08cmd/go: properly call PackageModuleRoot to get modroot for indexMichael Matloob
2022-06-04cmd/go: index standard library packagesMichael Matloob
2022-06-03cmd/go: changes to use modindexMichael Matloob
2022-05-04cmd/go: skip computing BuildInfo in go list unless it's neededMichael Matloob
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-20cmd/go: don't compute Deps fields if they're not neededMichael Matloob
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-12cmd/go: allow '-buildvcs=auto' and treat it as the defaultBryan C. Mills
2022-04-12cmd/go: open correct path when loading embeds from root directorytenkoh
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-18cmd/go: include the "-trimpath" flag in the stamped build settingsBryan C. Mills
2022-03-18cmd/go: stamp build settings for binaries in cmdBryan C. Mills
2022-03-18cmd/go: avoid stamping VCS metadata in test binariesBryan C. Mills
2022-03-18internal/buildcfg: extract logic specific to cmd/goBryan C. Mills
2022-03-07[dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase
2022-03-04cmd/go: clarify error from 'go install' when arguments have mismatched versio...uji
2022-02-16cmd/go/internal/modload: set errors for packages with invalid import pathsBryan C. Mills
2022-02-09runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills
2022-02-03[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-01-18cmd/go: remove the -buildinfo flagBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-30cmd/go: adjust BuildInfo.SettingsRuss Cox
2021-11-22cmd/go: work out VCS information once per repositoryDaniel Martí
2021-11-09cmd/go: add //go:embed all:patternRuss Cox
2021-11-05[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-10-26cmd/go: stamp VCS commit time into binariesMark Pulford
2021-10-26cmd/go: add -asan optionFannie Zhang
2021-10-15cmd/go: allow nested VCS repositories when preparing build stampJay Conrod
2021-10-15cmd/go: don't stamp build or vcs info for GOROOT binariesJay Conrod
2021-10-14cmd/go: stamp tags and flags in build infoJay Conrod
2021-10-14cmd/go: stamp VCS revision and uncommitted status into binariesJay Conrod
2021-10-14runtime/debug: add GoVersion to BuildInfoJay Conrod
2021-10-14cmd/go: move module build info formatting into runtime/debugJay Conrod
2021-10-06cmd/go: do not pass a local prefix to the compiler in module modeBryan C. Mills