index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
dist
/
test.go
Age
Commit message (
Expand
)
Author
13 days
hash/maphash: revert purego implementation
Alan Donovan
2026-03-31
runtime/cgo: remove SIGSEGV emulation on iOS
qmuntal
2026-03-25
cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist test
Dmitri Shuralyov
2026-02-19
cmd/dist: clean up test.go
qmuntal
2026-02-13
cmd/link: support PIE on linux/s390x without cgo
George Adams
2026-02-03
internal/runtime: fix assembly for spectre retpoline instrumentation
Michael Anthony Knyszek
2025-12-16
cmd/dist: preserve existing GOEXPERIMENTs when running tests with additional ...
qmuntal
2025-12-12
cmd/dist: test GOEXPERIMENT=simd on AMD64
Cherry Mui
2025-12-09
cmd: fix some issues in the comments
cuishuang
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-10-27
cmd/link: internal linking support for windows/arm64
qmuntal
2025-09-23
[dev.simd] all: merge master (9b2d39b) into dev.simd
Cherry Mui
2025-09-22
cmd/dist: disable FIPS 140-3 mode when testing maphash with purego
qmuntal
2025-09-16
[dev.simd] all: merge master (ca0e035) into dev.simd
Cherry Mui
2025-09-15
cmd/go,crypto/internal/fips140: prevent using FIPS 140-3 mode with purego tag
Filippo Valsorda
2025-09-11
[dev.simd] all: merge master (cf5e993) into dev.simd
Cherry Mui
2025-09-10
cmd: delete some more windows/arm remnants
Kir Kolyshkin
2025-09-03
[dev.simd] all: merge master (4c4cefc) into dev.simd
Cherry Mui
2025-09-02
cmd/dist: run racebench tests only in longtest mode
Michael Anthony Knyszek
2025-08-29
runtime/race: add race detector support for linux/riscv64
Joel Sing
2025-08-29
all: delete more windows/arm remnants
Tobias Klauser
2025-08-22
all: delete remaining windows/arm code
Alberto Donizetti
2025-06-25
[dev.simd] all: merge master (f8ccda2) into dev.simd
Cherry Mui
2025-06-23
cmd/dist: test encoding/json/... with GOEXPERIMENT=jsonv2
Joe Tsai
2025-06-16
cmd/dist: always include variant in package names
Michael Anthony Knyszek
2025-06-10
[dev.simd] all: merge master (773701a) into dev.simd
Cherry Mui
2025-06-10
cmd/dist: only install necessary tools when doing local test
Michael Matloob
2025-05-29
[dev.simd] cmd/dist: disable API check on dev branch
Junyang Shao
2025-05-20
cmd/dist, internal/platform: enable internal linking feature and test on loong64
limeidan
2025-05-20
cmd/dist: pass GO_GCFLAGS to cpuN runtime tests
khr@golang.org
2025-05-07
cmd,runtime: enable race detector on loong64
Guoqi Chen
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-03-11
runtime/internal: clean up completely
Jes Cok
2025-02-19
all: implement plugin build mode for riscv64
Meng Zhuo
2025-02-13
cmd/dist: test GOFIPS140=latest rather than just the GODEBUG
Filippo Valsorda
2025-02-12
cmd/dist: correct gccheckmark test name
Cherry Mui
2025-02-03
all: use slices.Contains to simplify code
cuishuang
2025-02-03
runtime: fix GODEBUG=gccheckmark=1 and add smoke test
Michael Anthony Knyszek
2025-01-03
crypto/internal/fips140: mark OpenBSD unsupported
Filippo Valsorda
2025-01-03
crypto/internal/fips140: add Supported
Filippo Valsorda
2024-12-18
cmd/dist: skip fips140test in exe mode on Android
Cherry Mui
2024-11-22
cmd/dist: don't test FIPS when ASAN is on
Dmitri Shuralyov
2024-11-22
crypto/tls: test with FIPS 140-3 TLS mode
Daniel McCarney
2024-11-21
cmd/dist: skip FIPS 140-3 testing
Daniel McCarney
2024-11-21
cmd/dist: vet non-test packages in short mode
Russ Cox
2024-11-21
cmd/dist: adjust FIPS 140 tests
Russ Cox
2024-11-20
all: rename crypto/internal/fips to crypto/internal/fips140
Russ Cox
2024-11-19
cmd/dist: add FIPS snapshot build tests
Russ Cox
[next]