aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
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
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-04cmd/dist,cmd/go: set GOTRACEBACK to "system" for testingMichael Anthony Knyszek
2021-05-03cmd/dist: disable misc/cgo/testsanitizers on ppc64leLynn Boger
2021-04-28cmd/dist,runtime: support cgo on openbsd/mips64Joel Sing
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-04-23cmd/dist: enable cgo on windows/arm64Russ Cox
2021-04-16cmd/dist: defend self against misc/reboot testRuss Cox
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-15internal/bytealg: port more performance-critical functions to ABIInternalAustin Clements
2021-04-14cmd/dist: add tests using the typeparams build tagRob Findley
2021-04-08cmd/go: strip GOEXPERIMENT from hash saltAustin Clements
2021-04-08runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"Austin Clements
2021-04-08internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements
2021-04-03cmd/dist: include "go1.x-" in devel go version stringsDaniel Martí
2021-03-18cmd/dist: build bootstrap without GOEXPERIMENTAustin Clements
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-03-11cmd/dist: refactor test constraints for misc/cgo/testsantizersfanzha02
2021-03-02dist: generate stub go.mod in workdirTamir Duberstein
2021-02-23all: use more precise build tagsTamir Duberstein