aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/build.go
AgeCommit message (Expand)Author
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-08-19cmd/dist: remove unused variablesManlio Perillo
2021-08-11src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky
2021-05-21cmd/dist: display first class port status in json outputConstantin Konstantinidis
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-15internal/bytealg: port more performance-critical functions to ABIInternalAustin Clements
2021-04-08cmd/go: strip GOEXPERIMENT from hash saltAustin 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-02dist: generate stub go.mod in workdirTamir Duberstein
2021-02-23cmd/dist: match goexperiment.regabi tag when GOEXPERIMENT is onCherry Zhang
2021-02-19cmd/dist: add windows/arm64 supportRuss Cox
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
2020-11-06cmd/dist: remove openbsd/mips64 from incomplete portsJoel Sing
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-10-24cmd/dist: add openbsd/mips64 as incomplete portJoel Sing
2020-10-22all: add GOOS=ios GOARCH=amd64 target for the ios simulatorElias Naur
2020-10-20cmd/asm: rename "compiling runtime" flagThan McIntosh
2020-10-19cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_REGABIThan McIntosh
2020-10-15cmd/dist: only build ios_exec wrapper for iosCherry Zhang
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-03misc/ios: add support for running programs on the iOS simulatorElias Naur
2020-10-02all: drop 387 supportKeith Randall
2020-09-23all: add GOOS=iosCherry Zhang
2020-08-14cmd/dist: fix typolufia
2020-07-31[dev.link] ensure package path is set when TEXT symbols are createdJeremy Faller
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-04cmd/dist: remove darwin/386, darwin/arm as valid portsBrad Fitzpatrick
2020-01-29cmd/dist: remove riscv64 from set of incomplete portsBrad Fitzpatrick
2020-01-23cmd/dist: print error if GOROOT is inside a moduleJay Conrod
2020-01-22cmd/dist: mark cgo as disabled on linux/riscv64Joel Sing
2019-10-28cmd/dist: support GOROOT vendoringJay Conrod
2019-10-28cmd/nm, runtime/cgo: add cgo support for freebsd/arm64Tobias Klauser
2019-10-25cmd/dist: add support for freebsd/arm64Tobias Klauser
2019-10-25cmd/dist: fix wrong goarch on mips64leMeng Zhuo
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-06-07cmd/dist,cmd/compile: remove -allabis modeAustin Clements
2019-05-06cmd/dist: delete unnecessary dirs from GOROOT on completionJosh Bleecher Snyder
2019-05-02cmd/dist: don't generate exec wrappers for compatible cross compilesElias Naur
2019-05-01cmd/dist: only build exec wrappers when cross compilingElias Naur
2019-04-30cmd/dist: set the default external linker on platforms without gccElias Naur
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-30cmd/dist: disable cgo for darwin/386Brad Fitzpatrick
2019-04-29cmd,runtime: enable cgo for openbsd/arm64Joel Sing