aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2021-02-16doc: remove all docs not tied to distributionRuss Cox
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
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-25cmd/internal/objabi: assume GOARM=7 on AndroidElias Naur
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
2020-10-05cmd/dist: test c-archive mode on ios/arm64Cherry Zhang
2020-10-05cmd/dist: detect gohostarch on ios/arm64Cherry Zhang
2020-10-03misc/ios: add support for running programs on the iOS simulatorElias Naur
2020-10-02all: drop 387 supportKeith Randall
2020-09-26cmd/dist: detect gohostarch on netbsd/arm64 hostsTobias Klauser
2020-09-23all: add GOOS=iosCherry Zhang
2020-08-27cmd/cgo: ensure GCC does not use ANSI escape sequences in errorsBenjamin Barenblat
2020-08-19cmd/dist: fix tipo in commentIan Lance Taylor
2020-08-19cmd/dist: ignore _test.s files in bootstrapCherry Zhang
2020-08-18cmd/dist: use GO_TEST_SHORT value more consistentlyDmitri Shuralyov
2020-08-14cmd/dist: fix typolufia
2020-08-11[dev.link] cmd: remove "2", another roundCherry Zhang
2020-07-31[dev.link] ensure package path is set when TEXT symbols are createdJeremy Faller
2020-06-24crypto/x509: restore support for ios tag on darwin/amd64Filippo Valsorda
2020-06-19cmd/dist: don't copy arm64 specific files for bootstap buildfanzha02
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan