aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2023-06-06cmd/dist: remove stale cleanup codeAustin Clements
2023-06-06cmd/dist: remove stale files from gentabAustin Clements
2023-05-25cmd/dist: drop wasitest from special listAustin Clements
2023-05-25runtime: implement wasip1 netpollChris O'Hara
2023-05-24cmd/dist: copy trailing text more directly in testJSONFilter.processDmitri Shuralyov
2023-05-24cmd/dist: make two related panic messages more consistentDmitri Shuralyov
2023-05-23cmd/compile: build compiler with PGOCherry Mui
2023-05-19cmd/dist: use "pkg[:variant]" as dist test nameDmitri Shuralyov
2023-05-19cmd/dist: remove unused functionalityAustin Clements
2023-05-19cmd/dist: delete moved_goroot testAustin Clements
2023-05-19cmd/dist: flush incomplete lines in -json modeAustin Clements
2023-05-19cmd/dist: drop remaining conditions on default cgo testsAustin Clements
2023-05-19cmd/cgo/internal/testnocgo: always run in default configurationAustin Clements
2023-05-19cmd/cgo/internal/testtls: build and run everywhereAustin Clements
2023-05-19cmd/dist: don't pass -linkmode=autoAustin Clements
2023-05-19cmd/dist: let several cgo tests run as regular cmd testsAustin Clements
2023-05-19cmd/dist: refine test conditions and enable more cgo tests on Android, iOSAustin Clements
2023-05-19cmd/dist: enable more cgo tests if GO_GCFLAGS != ""Austin Clements
2023-05-18cmd/dist: tweaks to -json modeAustin Clements
2023-05-18Revert "cmd/compile: build compiler with PGO"Michael Pratt
2023-05-17cmd/compile: build compiler with PGOCherry Mui
2023-05-17cmd/dist: add -json flagAustin Clements
2023-05-17cmd/dist: refactor rtPreFunc to print skips in only one placeAustin Clements
2023-05-17cmd/dist: make it possible to filter output of background commandsAustin Clements
2023-05-17cmd/dist: simplify work list functionsAustin Clements
2023-05-16Revert "cmd/compile: build compiler with PGO"Cherry Mui
2023-05-16cmd/compile: build compiler with PGOCherry Mui
2023-05-16cmd/dist: introduce test variantsAustin Clements
2023-05-16cmd/dist: put cgo tests under a "Testing cgo" headingAustin Clements
2023-05-16cmd/dist: refactor adding to the test list into a methodAustin Clements
2023-05-12cmd/dist: use registerStdTestSpecially for normal Go tests onlyDmitri Shuralyov
2023-05-12cmd/cgo/internal/testsanitizers: build on all platformsAustin Clements
2023-05-12internal/testdir: move to cmd/internal/testdirDmitri Shuralyov
2023-05-12cmd/dist: drop goTest.dirAustin Clements
2023-05-12test/bench: deleteAustin Clements
2023-05-12misc/reboot: move to cmd/internal/bootstrap_testAustin Clements
2023-05-12cmd/dist: drop host test supportAustin Clements
2023-05-12cmd/dist,internal/testdir: more cooperative host test mechanismAustin Clements
2023-05-12misc/swig: move tests to cmd/cgo/internalAustin Clements
2023-05-12misc/swig: restructure as a driverAustin Clements
2023-05-12misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements
2023-05-12misc/cgo: move easy tests to cmd/cgo/internalAustin Clements
2023-05-05cmd/dist: add explicit module version to generated go.modDavid Chase
2023-05-05cmd/compile: work with new bisect commandRuss Cox
2023-05-01misc/android: rename to misc/go_android_exec, make go build workAustin Clements
2023-04-27cmd/dist,internal: enable buildmode=c-archive for linux/loong64Guoqi Chen
2023-04-25cmd/dist: actually only compile tests with -compile-onlyAustin Clements
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2023-04-20cmd/dist: refactor generated cgo-support logicBryan C. Mills
2023-04-19make.{bash,bat}: check unmodified $PATH for $GOROOT/bin presenceDmitri Shuralyov