summaryrefslogtreecommitdiff
path: root/src/cmd/dist
Commit message (Expand)AuthorAgeFilesLines
...
* syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang2021-04-261-2/+0
* cmd/dist: enable cgo on windows/arm64Russ Cox2021-04-232-3/+5
* cmd/dist: defend self against misc/reboot testRuss Cox2021-04-161-0/+1
* internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox2021-04-162-15/+26
* internal/bytealg: port more performance-critical functions to ABIInternalAustin Clements2021-04-151-2/+5
* cmd/dist: add tests using the typeparams build tagRob Findley2021-04-141-0/+13
* cmd/go: strip GOEXPERIMENT from hash saltAustin Clements2021-04-081-1/+1
* runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"Austin Clements2021-04-081-2/+0
* internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements2021-04-081-0/+1
* cmd/dist: include "go1.x-" in devel go version stringsDaniel Martí2021-04-031-2/+17
* cmd/dist: build bootstrap without GOEXPERIMENTAustin Clements2021-03-181-5/+16
* cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky2021-03-112-16/+6
* cmd/dist: refactor test constraints for misc/cgo/testsantizersfanzha022021-03-111-13/+3
* dist: generate stub go.mod in workdirTamir Duberstein2021-03-021-20/+6
* all: use more precise build tagsTamir Duberstein2021-02-231-2/+2
* runtime: enable race detector on openbsd/amd64Joel Sing2021-02-231-1/+1
* cmd/dist: match goexperiment.regabi tag when GOEXPERIMENT is onCherry Zhang2021-02-231-0/+5
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-204-0/+4
* [dev.typeparams] all: merge master (06b86e9) into dev.typeparamsRobert Griesemer2021-02-192-0/+6
|\
| * cmd/dist: add windows/arm64 supportRuss Cox2021-02-192-0/+6
* | [dev.typeparams] all: merge master (eb98272) into dev.typeparamsRobert Griesemer2021-02-181-0/+4
|\ \ | |/
| * cmd/dist: set GOARM=7 for windows/armJason A. Donenfeld2021-02-181-0/+4
* | [dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley2021-02-171-8/+0
|\ \ | |/
| * [dev.regabi] all: merge master (5faf941) into dev.regabiCherry Zhang2021-02-161-8/+0
| |\
| | * doc: remove all docs not tied to distributionRuss Cox2021-02-161-8/+0
* | | [dev.typeparams] cmd/dist: disable -G=3 on the std go tests for nowDan Scales2021-02-171-2/+6
* | | [dev.typeparams] merge dev.regabi (618e3c1) into dev.typeparamsRob Findley2021-02-081-0/+2
|\ \ \ | |/ /
| * | [dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang2021-02-031-0/+2
* | | [dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparamsMatthew Dempsky2021-01-221-1/+3
|\ \ \ | |/ /
| * | [dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky2021-01-221-1/+3
| |\ \ | | |/
| | * all: introduce and use internal/execabsRoland Shoemaker2021-01-211-1/+3
* | | [dev.typeparams] cmd/dist: add -G=3 test coverageMatthew Dempsky2021-01-201-6/+22
|/ /
* | [dev.regabi] cmd/dist: automatically bootstrap cmd subdirsMatthew Dempsky2020-12-231-69/+44
* | [dev.regabi] all: merge master (d0c0dc682c1f) into dev.regabiRuss Cox2020-12-032-0/+2
|\ \ | |/
| * all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox2020-12-021-0/+1
| * cmd/internal/codesign: new packageCherry Zhang2020-12-011-0/+1
| * cmd/dist: restore GOARM=7 default for android/armElias Naur2020-11-251-0/+6
| * cmd/internal/objabi: assume GOARM=7 on AndroidElias Naur2020-11-251-6/+0
* | [dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox2020-11-251-0/+1
* | [dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox2020-11-251-0/+2
* | [dev.regabi] strconv: add to bootstrap packagesMatthew Dempsky2020-11-241-0/+2
|/
* crypto/x509: drop the cgo implementation of root_darwin_amd64.goFilippo Valsorda2020-11-091-1/+0
* cmd/dist: remove openbsd/mips64 from incomplete portsJoel Sing2020-11-061-2/+1
* cmd/dist: enable additional cgo tests on openbsd architecturesJoel Sing2020-11-041-2/+2
* cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64Joel Sing2020-11-041-1/+1
* cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing2020-11-032-4/+4
* runtime, cmd: support race detector on darwin/arm64Cherry Zhang2020-10-301-1/+3
* Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...Joel Sing2020-10-291-4/+4
* cmd/dist: use GOOS=ios for iOS simulator testCherry Zhang2020-10-281-4/+5
* cmd/dist: fix build failure of misc/cgo/test on arm64xd2020-10-271-2/+7