aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
11 dayscmd/dist: don't copy files ending in ~ to bootstrap directoryIan Lance Taylor
11 daysslices: add iterator-related functionsIan Lance Taylor
11 dayscmd/compile: add support for telemetryMichael Matloob
11 dayscmd/dist: reject accidental use of internal packages from bootstrap toolchainRuss Cox
2024-05-04cmd/dist,internal/platform: temporarily disable race detector on openbsd/amd64Joel Sing
2024-04-18cmd/dist: allow arbitrary package renames for bootstrap importsMichael Pratt
2024-04-18cmd/go: preprocess PGO profilesMichael Pratt
2024-03-27cmd/compile,cmd/preprofile: move logic to shared common packageMichael Pratt
2024-03-26all: fix a large number of commentscui fliter
2024-03-23cmd/dist: avoid CPU underutilization starting from GOMAXPROCS=2 runtimeqiulaidongfeng
2024-03-16cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64Joel Sing
2024-03-07all: remove redundant string conversions when formatting []byte with %scui fliter
2024-03-06cmd/dist: fix typo in commentguoguangwu
2024-03-06cmd/dist,internal: add GOARM64 environment variableAndrey Bokhanko
2024-03-04crypto: use and test purego tag consistentlyFilippo Valsorda
2024-02-28cmd/dist: let the three runtime -quick tests run simultaneouslyqiulaidongfeng
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-16cmd/dist,cmd/go: define assembly macros, handle GOARM value with soft/hardfloatCherry Mui
2024-01-25cmd/dist,internal/platform,runtime: add cgo support for openbsd/riscv64 portJoel Sing
2024-01-25cmd/dist,internal/platform: enable openbsd/riscv64 portJoel Sing
2024-01-24src/cmd/relnote, doc/next: add release note checkJonathan Amsterdam
2024-01-24cmd/go: add GORISCV64 environment variableMark Ryan
2023-12-06iter, runtime: add coroutine supportRuss Cox
2023-11-21cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l...WANG Xuerui
2023-11-10cmd/compile: update types2.Info.FileVersions API to match go/typesRobert Griesemer
2023-10-31cmd/dist,internal/platform: enable openbsd/ppc64 portJoel Sing
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-10-06cmd/dist: emphasize when all tests are excludedDmitri Shuralyov
2023-10-02cmd/dist,internal/platform: add openbsd/riscv64 portJoel Sing
2023-09-30internal,cmd/internal: relocate covcmd package from std to cmdThan McIntosh
2023-09-12all: fix Microsoft linksqmuntal
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-14internal/coverage: separate out cmd defs to separate packageThan McIntosh
2023-08-09cmd/dist: remove unnecessary parts of bootstrapDirsqiulaidongfeng
2023-08-01cmd/dist: tolerate macOS writing .DS_Store to GOROOT/binDmitri Shuralyov
2023-07-28cmd/dist: update isUnsupportedVMASize test skipDmitri Shuralyov
2023-07-28cmd/dist: handle -json flag in runPending (clean up)Dmitri Shuralyov
2023-07-28cmd/dist: handle -json flag in runPending (minimal)Dmitri Shuralyov
2023-07-27cmd/dist: skip testing packages without tests in short test modeDmitri Shuralyov
2023-07-27cmd/dist: test all 'std cmd' packages, even ones without _test.go filesDmitri Shuralyov
2023-07-25cmd/dist: fix broken link in READMEDmitri Shuralyov
2023-07-24make.bash,bat,rc: use Go 1.20.6 instead of Go 1.17.13Russ Cox
2023-07-21cmd/dist: apply timeout scale even if timeout isn't overriddenDmitri Shuralyov
2023-07-21runtime: fix debug non-concurrent sweep mode after activeSweep changesMichael Anthony Knyszek
2023-07-20all: update build tags to require/assume Go 1.20Matthew Dempsky
2023-06-27cmd/dist, internal/abi: support bootstrapping with gccgoIan Lance Taylor
2023-06-22internal/platform,cmd/dist: export the list of supported platformsBryan C. Mills