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
/
runtime
/
race
/
README
Age
Commit message (
Expand
)
Author
2023-01-25
runtime/race: update race_windows_amd64.syso
Than McIntosh
2022-10-21
runtime/race: add GOAMD64=v3 version of linux race .syso
Keith Randall
2022-07-11
runtime/race: update amd64 syso images to avoid sse4
Than McIntosh
2022-04-22
runtime/race: add s390x .syso file
Keith Randall
2022-04-04
runtime/race: update PPC64LE syso file to new TSAN runtime (v3)
Cherry Mui
2022-04-01
runtime/race: update syso files to new TSAN runtime (v3)
Cherry Mui
2022-03-28
runtime/race: update runtime (v3)
Dmitry Vyukov
2021-12-02
runtime/race: rebuild darwin syso to work around macOS 12 malloc reserved add...
Cherry Mui
2021-03-10
runtime/race: update dead link
Michael Pratt
2021-02-23
runtime: enable race detector on openbsd/amd64
Joel Sing
2020-10-30
runtime, cmd: support race detector on darwin/arm64
Cherry Zhang
2020-10-21
runtime/race: update race .syso files
Keith Randall
2020-08-01
runtime/race: rebuild some .syso files to remove getauxval dependency
Keith Randall
2020-05-01
runtime/race: rebuild race detector .syso files
Keith Randall
2020-04-12
runtime/race: rebuild netbsd .syso
Keith Randall
2020-04-08
runtime/race: update ppc64 .syso file
Keith Randall
2020-04-03
runtime/race: update some .syso files
Keith Randall
2020-02-07
runtime/race: update reference to compiler-rt sources
Ian Lance Taylor
2019-10-18
runtime/race: update race detector shared libraries
Keith Randall
2018-11-13
cmd,runtime: enable race detector on arm64
Fangming.Fang
2018-06-04
runtime/race: update most syso files to compiler-rt fe2c72
Bryan C. Mills
2016-10-30
runtime/race: update race runtime
Dmitry Vyukov
2016-07-20
runtime/race: fix memory leak
Dmitry Vyukov
2016-05-03
runtime: per-P contexts for race detector
Dmitry Vyukov
2015-11-12
runtime/race: update race runtime
Dmitry Vyukov
2015-02-20
runtime/race: update race runtime to rev 229396
Dmitry Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox