aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/build.go
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-24cmd/go: add GORISCV64 environment variableMark Ryan
2023-10-31cmd/dist,internal/platform: enable openbsd/ppc64 portJoel Sing
2023-10-02cmd/dist,internal/platform: add openbsd/riscv64 portJoel Sing
2023-08-23cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64Joel Sing
2023-08-23cmd/link: add support for openbsd/ppc64Joel Sing
2023-08-22cmd/compile,cmd/dist,cmd/go: compute -+ flag from package pathAustin Clements
2023-08-22cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flagAustin Clements
2023-08-01cmd/dist: tolerate macOS writing .DS_Store to GOROOT/binDmitri Shuralyov
2023-06-22internal/platform,cmd/dist: export the list of supported platformsBryan C. Mills
2023-06-13cmd/dist: more robust cleanupRuss Cox
2023-06-12cmd/dist: do not use user build cache in versioned treesRuss Cox
2023-06-07cmd/dist: disable PGO for toolchain2 buildCherry Mui
2023-06-06cmd/dist: remove deptab and cleanlist in favor of gentabAustin Clements
2023-06-06cmd/dist: remove stale cleanup codeAustin Clements
2023-06-06cmd/dist: remove stale files from gentabAustin Clements
2023-05-01misc/android: rename to misc/go_android_exec, make go build workAustin Clements
2023-04-20cmd/dist: refactor generated cgo-support logicBryan C. Mills
2023-04-19make.{bash,bat}: check unmodified $PATH for $GOROOT/bin presenceDmitri Shuralyov
2023-04-12cmd/dist: check for errors from filepath.Globwangjianwen
2023-04-11cmd/dist: add -distpack flag to build distribution archivesRuss Cox
2023-04-11cmd/dist: mark wasip1/wasm as workingJohan Brandhorst-Satzkorn
2023-04-04cmd/dist: mark openbsd-mips64 and openbsd-ppc64 brokenHeschi Kreinick
2023-03-30cmd/dist: mark wasip1/wasm port as brokenJohan Brandhorst-Satzkorn
2023-03-30all: add wasip1 definitionsJohan Brandhorst-Satzkorn
2023-03-18cmd/dist: add openbsd/ppc64 as a known GOOS/GOARCHJoel Sing
2023-03-14cmd/dist: add needCC comment, fix needCCRuss Cox
2023-03-13cmd/dist: omit DWARF in build release toolchain binariesRuss Cox
2023-03-13cmd/dist: reproducibility fixesRuss Cox
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2023-02-03cmd/dist: do not include runtime/internal/sys in cmd staleness checksBryan C. Mills
2023-01-31cmd/dist: set GOFLAGS=-trimpath when building cmd for releasesBryan C. Mills
2023-01-31cmd/dist: leave cgo enabled if external linking is requiredBryan C. Mills
2023-01-30cmd/dist: keep flag list sortedRuss Cox
2023-01-30cmd/dist: skip building std for the host when cross-compilingBryan C. Mills
2023-01-27cmd/dist: remove dead code for META_BUILDLET_HOST_TYPEBryan C. Mills
2023-01-26cmd/dist: restore the original GOCACHE before building std and cmdBryan C. Mills
2023-01-26cmd/dist: consistently use $GOROOT/bin/go instead of just "go"Bryan C. Mills
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í