aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2019-04-30cmd/dist: disable cgo for darwin/386Brad Fitzpatrick
2019-04-29cmd,runtime: enable cgo for openbsd/arm64Joel Sing
2019-04-27cmd/dist: add support for openbsd/arm64Joel Sing
2019-04-24cmd/dist: skip race detector test failure for unsupported VMAFangming.Fang
2019-04-24cmd/dist: handle arm64 as a machine hardware nameJoel Sing
2019-04-20all: add start of netbsd/arm64 supportMaya Rashish
2019-04-19internal/goversion: add new package, move Go 1.x constant there out of go/buildBrad Fitzpatrick
2019-04-15cmd/dist: enable cgo for freebsd/armYuval Pavel Zholkover
2019-04-14cmd/dist: enable VFPv3 on freebsd/armYuval Pavel Zholkover
2019-04-10cmd/dist: add BOOT_GO_LDFLAGS - counterpart of BOOT_GO_GCFLAGSMihai Moldovan
2019-04-08cmd/dist: set buildmode=pie on AndroidElias Naur
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-28cmd/dist: pass cgotest linkmode via GOFLAGSJoel Sing
2019-03-25cmd/dist: move GOPATH setting from init to bootstrapBrad Fitzpatrick
2019-03-25cmd/dist: set GOPATH to internal directory during buildJay Conrod
2019-03-22cmd: enable -buildmode=pie on aix/ppc64Clément Chigot
2019-03-20cmd/dist: enable cgo for aix/ppc64Clément Chigot
2019-03-20cmd/dist, misc/cgo: enable tests for aix/ppc64Clément Chigot
2019-03-19cmd/compile: move flagalloc op splitting to rewrite rulesJosh Bleecher Snyder
2019-03-18cmd/dist: sort gohostos switch entriesJoel Sing
2019-03-16cmd/dist: reenable testing of Examples for js/wasmRichard Musiol
2019-03-13cmd/dist: add a test in misc/reboot to verify that the toolchain can self-boo...Bryan C. Mills
2019-03-13cmd/compile: add processor level selection support to ppc64{,le}Carlos Eduardo Seo
2019-03-12cmd/dist: write and use a go.mod file in the bootstrap directoryBryan C. Mills
2019-03-12cmd/dist: revert mod=vendor change accidentally included in CL 164623Bryan C. Mills
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-03-07cmd/link: fix suspicious code in emitPclnCherry Zhang
2019-03-01cmd/dist, cmd/link: allow passing default dynamic linker/loaderTobias Klauser
2019-02-27cmd/dist: execute cgo_stdio and cgo_life as host testsBryan C. Mills
2019-02-27cmd/dist: fix variable nameElias Naur
2019-02-27cmd/dist: execute misc/cgo/testso{,var} as regular tests, not host testsBryan C. Mills
2019-02-26cmd/dist: skip Fortran tests on AndroidElias Naur
2019-02-26misc/android,cmd/dist: move $GOROOT copying to the exec wrapperElias Naur
2019-02-26cmd/dist: build exec wrappers during bootstrapElias Naur
2019-02-26misc/cgo/testso{,var}: fix tests in module modeBryan C. Mills
2019-02-24misc/cgo/life: fix tests in module modeBryan C. Mills
2019-02-24misc/cgo/stdio: fix tests in module modeBryan C. Mills
2019-02-24misc/cgo/testplugin: convert test.bash to Go and fix in module modeBryan C. Mills
2019-02-22misc/cgo/testcshared: fix tests in module modeBryan C. Mills
2019-02-22misc/cgo/testcarchive: fix tests in module modeBryan C. Mills
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2019-01-02cmd/dist: list only supported platformsTobias Klauser
2018-12-18cmd/dist: enable race detector test on Linux/ARM64Cherry Zhang
2018-12-18runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing
2018-12-17cmd/dist: re-enable VFPv3 on openbsd/armJoel Sing
2018-12-12cmd/go: reject GOCACHE=off when the default cache is initializedBryan C. Mills
2018-12-10cmd/cgo: don't pass CGO_CFLAGS -g options to debug info generationIan Lance Taylor
2018-12-10all: move cmd/internal/xcoff to internal/xcoffClément Chigot
2018-11-16cmd/asm: rename -symabis to -gensymabisAustin Clements
2018-11-12cmd/go, cmd/dist: collect known cross-package uses of runtime symbolsAustin Clements