aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2022-09-08cmd/dist: use strings.Buildercuiweixie
2022-08-31cmd/dist: disable cgo when testing internal linking of PIECuong Manh Le
2022-08-30cmd/go/internal/imports: recognize "unix" build tagZeke Lu
2022-08-26runtime: add address sanitizer support for ppc64leArchana R
2022-08-18cmd/dist: enable testsanitizer test on ppc64leLynn Boger
2022-08-17all: use "noopt" build tag for checking optimization disabledCuong Manh Le
2022-08-11internal/saferio: new package to avoid OOMIan Lance Taylor
2022-08-09test: skip -buildmode=pie tests on alpineThan McIntosh
2022-08-05cmd/dist: do not run on ppc64leRuss Cox
2022-08-05cmd/dist: force stackGuardMultiplierDefault to 1Russ Cox
2022-08-04cmd/dist: require Go 1.17 for building GoRuss Cox
2022-07-29cmd/dist: always pass -short=true with -quickIan Lance Taylor
2022-07-21cmd/dist: enable race detector test on S390XCherry Mui
2022-07-06cmd/dist: use purego tag when building the bootstrap binariesIan Lance Taylor
2022-06-16cmd/dist: add package . to 'go test' commandsBryan C. Mills
2022-06-10cmd/dist, cmd/internal/metadata: don't install metadata binaryCherry Mui
2022-06-02cmd/dist: use gohostarch for ssa rewrite checkChristian Stewart
2022-05-26cmd/dist: support spaces and quotes in CCMotiejus Jakštys
2022-05-20cmd/dist: port to linux/loong64 completedXiaodong Liu
2022-05-19cmd/dist: pass a -test.timeout option to a host testIan Lance Taylor
2022-05-06cmd/link: fix handling of visibility hidden symbolsCherry Mui
2022-05-02all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-05-01cmd/dist: support dist tool for loong64Xiaodong Liu
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-29[dev.boringcrypto] cmd/dist: default to use of boringcryptoRuss Cox
2022-04-29[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox
2022-04-25cmd/dist: add maymorestack testsAustin Clements
2022-04-11all: gofmt main repoRuss Cox
2022-04-05cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-04-01cmd/dist: enable msan/asanMeng Zhuo
2022-03-31runtime: remove AVX2less code in memclrNoHeapPointers for GOAMD64 >= 3vpachkov
2022-03-30cmd/dist: delete special case for release branches without VERSIONDmitri Shuralyov
2022-03-28go/build: recognize "unix" build tagIan Lance Taylor
2022-03-18cmd/go: stamp build settings for binaries in cmdBryan C. Mills
2022-03-08cmd/dist: log CPU model when testingMichael Pratt
2022-03-01all: avoid use of cmd/compile -G flag in testsMatthew Dempsky
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky
2022-02-08cmd/dist: test cgo internal linking on darwin-arm64Cherry Mui
2022-02-07cmd/dist: skip internal linking tests on arm64Benny Siegert
2022-01-18cmd/dist: avoid lapsing into x86 builds on ARM64 MacsRuss Cox
2022-01-14Revert "cmd/dist: log CPU model when testing"Michael Pratt
2022-01-14Revert "cmd/dist: log OS version when testing"Michael Pratt
2022-01-14cmd/dist: log OS version when testingMichael Pratt
2022-01-14cmd/dist: log CPU model when testingMichael Pratt
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox