aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19[dev.typeparams] all: merge master (06b86e9) into dev.typeparamsRobert Griesemer
2021-02-19cmd/dist: add windows/arm64 supportRuss Cox
2021-02-18[dev.typeparams] all: merge master (eb98272) into dev.typeparamsRobert Griesemer
2021-02-18cmd/dist: set GOARM=7 for windows/armJason A. Donenfeld
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-17[dev.typeparams] cmd/dist: disable -G=3 on the std go tests for nowDan Scales
2021-02-16[dev.regabi] all: merge master (5faf941) into dev.regabiCherry Zhang
2021-02-16doc: remove all docs not tied to distributionRuss Cox
2021-02-08[dev.typeparams] merge dev.regabi (618e3c1) into dev.typeparamsRob Findley
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
2021-01-22[dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparamsMatthew Dempsky
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-20[dev.typeparams] cmd/dist: add -G=3 test coverageMatthew Dempsky
2020-12-23[dev.regabi] cmd/dist: automatically bootstrap cmd subdirsMatthew Dempsky
2020-12-03[dev.regabi] all: merge master (d0c0dc682c1f) into dev.regabiRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-12-01cmd/internal/codesign: new packageCherry Zhang
2020-11-25cmd/dist: restore GOARM=7 default for android/armElias Naur
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox
2020-11-25cmd/internal/objabi: assume GOARM=7 on AndroidElias Naur
2020-11-24[dev.regabi] strconv: add to bootstrap packagesMatthew Dempsky
2020-11-09crypto/x509: drop the cgo implementation of root_darwin_amd64.goFilippo Valsorda
2020-11-06cmd/dist: remove openbsd/mips64 from incomplete portsJoel Sing
2020-11-04cmd/dist: enable additional cgo tests on openbsd architecturesJoel Sing
2020-11-04cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64Joel Sing
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-10-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-10-29Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...Joel Sing
2020-10-28cmd/dist: use GOOS=ios for iOS simulator testCherry Zhang
2020-10-27cmd/dist: fix build failure of misc/cgo/test on arm64xd
2020-10-27cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing
2020-10-24cmd/dist: document why test fails on incomplete portsTobias Klauser
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-20cmd/link: support cgo internal/linking on darwin/arm64Cherry Zhang
2020-10-19cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_REGABIThan McIntosh
2020-10-18cmd/dist: detect gohostarch for openbsd/mips64Joel Sing
2020-10-18cmd/link: add support for external linking on linux/riscv64Joel Sing
2020-10-15cmd/dist: only build ios_exec wrapper for iosCherry Zhang
2020-10-14cmd/link: support PIE internal linking on darwin/amd64Cherry Zhang
2020-10-06cmd/link: support C-shared buildmode on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support PIE on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support plugin on macOS/ARM64Cherry Zhang
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-06cmd/dist: enable more tests on macOS/ARM64Cherry Zhang
2020-10-05cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpathIan Lance Taylor