aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
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
2021-12-08build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox
2021-12-08Revert "build: for default bootstrap, use Go 1.17 if present, falling back to...Michael Pratt
2021-12-07build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox
2021-12-07cmd/dist: enable plugin test on Linux/ARM64Cherry Mui
2021-11-25cmd/dist: add buildtag parsing testRuss Cox
2021-11-09cmd/dist: wait for exit in bgwait after a fatal errorManlio Perillo
2021-11-06crypto/x509: use the platform verifier on iOSRoland Shoemaker
2021-11-05cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy
2021-11-03all: add support for c-archive and c-shared on linux/riscv64Joel Sing
2021-10-29Revert "cmd/go: remove support for -buildmode=shared"Bryan C. Mills
2021-10-28cmd/dist: implement //go:build parsingRuss Cox
2021-10-27cmd/go: remove support for -buildmode=sharedBryan C. Mills
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-10-12cmd/dist: run a checkNotStale on the builders before running testsBryan C. Mills
2021-10-05Revert "cmd/dist: omit cmd/cgo from toolchain1"Matthew Dempsky
2021-10-05cmd/dist: omit cmd/cgo from toolchain1Matthew Dempsky
2021-09-30cmd/dist: consistently set PWD when executing a command in a different directoryBryan C. Mills
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-09-09cmd/link: enable internal linker in more cases for ppc64lePaul E. Murphy
2021-08-19cmd/dist: remove unused variablesManlio Perillo
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-08-14cmd/dist: remove tests using the typeparams build tagRobert Findley
2021-08-11src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky
2021-07-02cmd/dist: correct comment: SysProcAttri -> SysProcAttrkomisan19
2021-06-30cmd/dist: pass -Wno-unknown-warning-option in swig_callback_ltoIan Lance Taylor
2021-06-14cmd/internal/sys: mark windows/arm64 as c-shared-capableJason A. Donenfeld
2021-06-07cmd/dist: pass -Wno-lto-type-mismatch in swig_callback_ltoIan Lance Taylor
2021-06-01cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor
2021-05-21cmd/dist: display first class port status in json outputConstantin Konstantinidis