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
/
race.bash
Age
Commit message (
Expand
)
Author
2022-05-04
cmd,runtime: enable race detector on s390x
Ilya Leoshkevich
2021-08-17
src: simplify race.bash checking condition
Cuong Manh Le
2021-02-23
runtime: enable race detector on openbsd/amd64
Joel Sing
2020-11-04
race.bash: add darwin/arm64
Cherry Zhang
2018-11-13
cmd,runtime: enable race detector on arm64
Fangming.Fang
2018-07-10
runtime/cgo: Add initial NetBSD Thread Sanitizer support
Kamil Rytarowski
2018-06-11
runtime/race: implement race detector for ppc64le
Lynn Boger
2018-05-04
src/*.bash: remove some trailing whitespace
Zhou Peng
2015-12-29
cmd/dist: make test default to --no-rebuild
Russ Cox
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-09
cmd/dist: move guts of race.bash into dist
Brad Fitzpatrick
2015-02-23
[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'
Russ Cox
2014-06-24
race.bash: support freebsd
Dmitriy Vyukov
2014-05-07
race.bash,race.bat: unset GOROOT_FINAL during tests
Alex Brainman
2013-09-29
race.bash, race.bat: build a race enabled cmd/cgo before trying to use it
Dave Cheney
2013-01-28
src: add race.bash
Dave Cheney