aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/build.go
AgeCommit message (Expand)Author
2023-01-24all: fix some commentscui fliter
2023-01-20cmd/dist: mark linux/sparc64 as a broken port, remove incomplete mapDmitri Shuralyov
2023-01-20cmd/dist: add map of broken ports and -force flagDmitri Shuralyov
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox
2023-01-17time/tzdata: generate zip constant during cmd/distRuss Cox
2022-12-01cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exitMichael Matloob
2022-11-21cmd/dist: stop trying to access runtime/internal/sys.a in debug modeCherry Mui
2022-11-21cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap versionMartin Möhrmann
2022-11-10cmd/dist: define GOPPC64_{cpu} for PPC64 targetsPaul E. Murphy
2022-11-01cmd/dist: fix a variable scope bug:Michael Matloob
2022-10-27cmd/dist: produce intermedate .a files in a temporary locationMichael Matloob
2022-10-01cmd/go: remove the -i build flagDaniel Martí
2022-10-01cmd/dist: add support for freebsd/riscv64Mikael Urankar
2022-09-28cmd/dist: test cmd module on js/wasmTobias Klauser
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-08-30cmd/go/internal/imports: recognize "unix" build tagZeke Lu
2022-08-17all: use "noopt" build tag for checking optimization disabledCuong Manh Le
2022-05-26cmd/dist: support spaces and quotes in CCMotiejus Jakštys
2022-05-20cmd/dist: port to linux/loong64 completedXiaodong Liu
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-11all: gofmt main repoRuss Cox
2022-04-05cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills
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
2021-10-28cmd/dist: implement //go:build parsingRuss Cox
2021-10-05Revert "cmd/dist: omit cmd/cgo from toolchain1"Matthew Dempsky
2021-10-05cmd/dist: omit cmd/cgo from toolchain1Matthew Dempsky
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