aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2022-11-28cmd/api: rewrite as package testRuss Cox
2022-11-22cmd/dist: revise skip sequence added in CL 452763Than McIntosh
2022-11-22cmd/dist: skip -race w/ external linkage on windows 2008Than McIntosh
2022-11-22cmd/dist: skip the staleness check for 'cmd' when testing on aix-ppc64Bryan C. Mills
2022-11-21cmd/dist: add serial/small build option for GOMAXPROCS=1David Chase
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-18all: add missing periods in commentscui fliter
2022-11-17cmd/dist: skip non-race testsAustin Clements
2022-11-16cmd/dist: simplify old codeAustin Clements
2022-11-16cmd/dist: convert host tests to use goTestAustin Clements
2022-11-16cmd/dist: convert most remaining tests to use goTestAustin Clements
2022-11-16cmd/dist: restructure cgo_testAustin Clements
2022-11-16cmd/dist: make registerTest take a goTestAustin Clements
2022-11-16cmd/dist: use goTest for manual go test invocationsAustin Clements
2022-11-16cmd/dist: introduce "go test" abstractionAustin Clements
2022-11-16cmd/go: make testterminal18153 a normal testAustin Clements
2022-11-16cmd/dist: eliminate "time" special caseAustin Clements
2022-11-16cmd/dist: eliminate registerSeqTestAustin Clements
2022-11-16cmd/dist: add doc comments to some functionsAustin Clements
2022-11-16cmd/dist: add curiously missing GOOS/GOARCH combinationsAustin Clements
2022-11-10cmd/dist: define GOPPC64_{cpu} for PPC64 targetsPaul E. Murphy
2022-11-09all: add missing copyright headercui fliter
2022-11-04cmd/dist: simplify cgo_testAustin Clements
2022-11-01cmd/dist: fix a variable scope bug:Michael Matloob
2022-11-01test/bench/go1: eliminate start-up timeAustin Clements
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-10-27cmd/dist: produce intermedate .a files in a temporary locationMichael Matloob
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-17all: use Go 1.17.13 for bootstrapRuss Cox
2022-10-17misc/cgo/fortran: convert to Go testAustin Clements
2022-10-17misc/cgo/testsigfwd: move to runtime/testprog/testprogcgoAustin Clements
2022-10-14misc/cgo/testasan: drop testAustin Clements
2022-10-14cmd/dist: drop support for pre-compiled test binariesAustin Clements
2022-10-14cmd/dist, misc/cgo/testsanitizers: enable msan tests on freebsd/amd64Dmitri Goutnik
2022-10-10cmd/compile/internal/types2: use internal/types/errors instead of local error...Robert Griesemer
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-10-01cmd/go: remove the -i build flagDaniel Martí
2022-10-01cmd/dist: add support for freebsd/riscv64Mikael Urankar
2022-09-29cmd: fix a few function names on commentscui fliter
2022-09-28cmd/dist: test cmd module on js/wasmTobias Klauser
2022-09-28cmd/dist: enable cgo tests on freebsd/riscv64Mikael Urankar
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-27cmd/compile: add coverage fixup modeThan McIntosh
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-17cmd/dist: add old style build tagsCherry Mui
2022-09-16cmd/dist: simplify exec.Cmd helpers for Go 1.19Austin Clements
2022-09-16cmd/dist: simplify exec.Cmd helpersAustin Clements