aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2025-04-30cmd/dist: move "devel" substring in git-inferred development versionDmitri Shuralyov
2025-04-25cmd/dist: add "devel" substring check to isRelease computationDmitri Shuralyov
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-03-20all: use exec.Command.String in test logsqmuntal
2025-03-11runtime/internal: clean up completelyJes Cok
2025-02-19all: implement plugin build mode for riscv64Meng Zhuo
2025-02-14cmd/dist: use slices.Indexqiulaidongfeng
2025-02-13cmd/dist: test GOFIPS140=latest rather than just the GODEBUGFilippo Valsorda
2025-02-12cmd/dist: correct gccheckmark test nameCherry Mui
2025-02-03all: use slices.Contains to simplify codecuishuang
2025-02-03runtime: fix GODEBUG=gccheckmark=1 and add smoke testMichael Anthony Knyszek
2025-01-03crypto/internal/fips140: mark OpenBSD unsupportedFilippo Valsorda
2025-01-03crypto/internal/fips140: add SupportedFilippo Valsorda
2024-12-18cmd/dist: skip fips140test in exe mode on AndroidCherry Mui
2024-11-22cmd/dist: don't test FIPS when ASAN is onDmitri Shuralyov
2024-11-22crypto/tls: test with FIPS 140-3 TLS modeDaniel McCarney
2024-11-21cmd/dist: skip FIPS 140-3 testingDaniel McCarney
2024-11-21cmd/go: fix -changed don`t print when GOFIPS140 is non-defaultqiulaidongfeng
2024-11-21cmd/dist: vet non-test packages in short modeRuss Cox
2024-11-21cmd/dist: adjust FIPS 140 testsRuss Cox
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-19cmd/dist: add FIPS snapshot build testsRuss Cox
2024-11-19cmd/dist: add GOFIPS140 settingRuss Cox
2024-11-14internal/exportdata: introduce shared library for exportdataTim King
2024-11-14cmd/go: print not-defaults arch-envqiulaidongfeng
2024-11-13cmd/dist: add more pie tests, fips testsRuss Cox
2024-11-02cmd/dist, internal/syslist: update UnixOS commentsIan Lance Taylor
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-21cmd/internal/macho: new package for handling mach-o files in toolchainCherry Mui
2024-09-26cmd/dist: enforce the lowest bootstrap versionqiulaidongfeng
2024-09-11runtime: add asm_riscv64.hMark D Ryan
2024-09-04cmd: remove notsha256 packageCuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-09-03cmd: use built-in min/max instead of bespoke versionsKeith Randall
2024-08-30cmd/dist: do not rewrite "any" -> "interface{}"Cuong Manh Le
2024-08-27cmd/dist: update tryDirs list to match make scriptsDmitri Shuralyov
2024-08-22cmd/dist: set go version in bootstrap go.mod fileMichael Matloob
2024-08-20cmd/dist: require Go 1.22.6 as minimum bootstrap toolchainDmitri Shuralyov
2024-08-14cmd/dist, internal/platform: mark windows/arm (32-bit ARM) brokenDmitri Shuralyov
2024-08-13cmd/link, runtime: support library mode on wasip1Cherry Mui
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-07-07cmd/dist: remove iter,slices,maps test on GOEXPERIMENT=rangefuncqiulaidongfeng
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-05-20cmd/dist: set GOPROXY=off when GOPATH is set to be in GOROOTMichael Matloob
2024-05-20maps: add All, Keys, Values, Insert, Collectaimuz
2024-05-09cmd/dist: don't copy files ending in ~ to bootstrap directoryIan Lance Taylor
2024-05-09slices: add iterator-related functionsIan Lance Taylor
2024-05-09cmd/compile: add support for telemetryMichael Matloob
2024-05-09cmd/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