aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/load
AgeCommit message (Expand)Author
13 dayscmd/go/internal/load: clone pgo variant's PackagePublic.Imports in splitMichael Matloob
2024-05-23cmd/go,testdeps: move import of internal/coverage/cfile to testmainThan McIntosh
2024-05-22cmd/go: add -cover flag to report by go version -mKioni
2024-05-21runtime/coverage: remove uses of //go:linknameRuss Cox
2024-05-17cmd/go: unexport loadImportqiulaidongfeng
2024-05-16cmd/go: add -changed to query for non-defaults in the envqiulaidongfeng
2024-05-15cmd/go: add support for godebug lines in go.mod and go.workRuss Cox
2024-05-13cmd/go: remove unused codeqiulaidongfeng
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-21cmd/go: show deprecation message on go run/installAudi P. R. Putra
2024-03-12cmd/go: check case-insensitive path collisions for go mod vendor.Sam Thanawalla
2024-02-16cmd/go: do not embed checksums when building with vendorSam Thanawalla
2024-01-29cmd/go/internal/load: improve commentssivchari
2023-10-03cmd: fix mismatched symbolscui fliter
2023-09-30cmd/go: improve handling of no-test packages for coverageThan McIntosh
2023-09-11cmd/go: cache results of exec.LookPathqiulaidongfeng
2023-09-05cmd/go: correct function name in commentIan Lance Taylor
2023-08-23cmd/go: error out of linking package main if cgo is required but not enabledBryan C. Mills
2023-08-10cmd/go: keep BuildInfo list sorted even with -pgoRuss Cox
2023-07-27all: use built-in clear to clear mapsJes Cok
2023-07-20cmd/go: attach PGO profile for test dependenciesCherry Mui
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-06cmd/go: disallow package directories containing newlinesBryan C. Mills
2023-06-01cmd/go: add base.Error and base.FatalRuss Cox
2023-05-27cmd/go: always track visited packages in setPGOProfilePathMichael Pratt
2023-05-25cmd/go: fix reporting of test cycles to have proper orderMichael Matloob
2023-05-24cmd/go: update build info when updating PGO fileMichael Pratt
2023-05-23cmd/go: convert semver.IsValid to gover.ModIsValidRuss Cox
2023-05-23cmd/go: convert semver.Compare to gover.ModCompareRuss Cox
2023-05-23cmd/go,testing: re-implement testing.CoverageThan McIntosh
2023-05-18cmd/go: propagate Context arguments through modfetch methodsBryan C. Mills
2023-05-12misc/cgo: move easy tests to cmd/cgo/internalAustin Clements
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-13cmd/go: parallelize part of loading test packages in listMichael Matloob
2023-04-10cmd/go: localize computation of deps/depserrors in listMichael Matloob
2023-04-10cmd/go: return and handle errors from loadImport for bad importsMichael Matloob
2023-04-04cmd/go: suppress calls to collectDeps for test packagesBryan C. Mills
2023-03-22cmd/go: enable -pgo=auto by defaultCherry Mui
2023-03-21cmd/go: use platform.MustLinkExternal in externalLinkingForcedIan Lance Taylor
2023-03-21cmd/go: rewrite externalLinkingForced slightly for clarityIan Lance Taylor
2023-03-20cmd/go: use DefaultPIE to see if external linking is forcedIan Lance Taylor
2023-03-20cmd/go: import runtime/cgo when externally linkingIan Lance Taylor
2023-03-20Revert "cmd/go: use platform.MustLinkExternal in externalLinkingForced"Ian Lance Taylor
2023-03-20Revert "cmd/go: import runtime/cgo when externally linking"Bryan Mills
2023-03-17cmd/go: use platform.MustLinkExternal in externalLinkingForcedIan Lance Taylor
2023-03-17cmd/go: import runtime/cgo when externally linkingIan Lance Taylor
2023-03-13testing: add Testing functionIan Lance Taylor
2023-03-06cmd/go: distinguish packages built for different main packages in printingCherry Mui
2023-03-06cmd/go: support multiple main packages with -pgo=autoCherry Mui
2023-03-06cmd/go: make PGO profile path per packageCherry Mui