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
Age
Commit message (
Expand
)
Author
2023-01-25
runtime/race: update race_windows_amd64.syso
Than McIntosh
2022-12-22
runtime/race: add build tag to internal amd64vN packages
Cherry Mui
2022-11-16
runtime/race: do not use cgo on macOS
Russ Cox
2022-11-11
runtime/race: add missing copyright headers to syso import files
Bryan C. Mills
2022-10-21
runtime/race: add GOAMD64=v3 version of linux race .syso
Keith Randall
2022-09-15
runtime/race: introduce subarch versioning of race syso
Keith Randall
2022-09-09
runtime/race: also unmap memory if TestNonGoMemory fails
Tobias Klauser
2022-09-08
runtime/race: use strings.Builder
cuiweixie
2022-07-11
runtime/race: update amd64 syso images to avoid sse4
Than McIntosh
2022-05-04
cmd,runtime: enable race detector on s390x
Ilya Leoshkevich
2022-04-27
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-22
runtime/race: add s390x .syso file
Keith Randall
2022-04-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Lasse Folger
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-29
[dev.boringcrypto] all: merge master into dev.boringcrypto
Nicolas Hillegeer
2022-03-28
runtime/race: update runtime (v3)
Dmitry Vyukov
2022-03-12
syscall: add race annotations to Pread and Pwrite
Ian Lance Taylor
2022-02-03
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-01-14
runtime/race: be less picky about test run time
Austin Clements
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-02
runtime/race: rebuild darwin syso to work around macOS 12 malloc reserved add...
Cherry Mui
2021-11-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Roland Shoemaker
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-16
[dev.boringcrypto] all: merge commit 57c115e1 into dev.boringcrypto
Roland Shoemaker
2021-06-30
[dev.typeparams] all: merge master (4711bf3) into dev.typeparams
Matthew Dempsky
2021-06-25
runtime/race: use race build tag on syso_test.go
Cherry Mui
2021-06-05
[dev.typeparams] runtime/race: make test compatible with types2
Matthew Dempsky
2021-05-13
[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr...
Filippo Valsorda
2021-04-08
runtime: replace os.MkdirTemp with T.TempDir
ianwoolf
2021-03-23
cmd/compile: wrap/desugar defer calls for register abi
Than McIntosh
2021-03-10
runtime/race: update dead link
Michael Pratt
2021-02-23
testing/race: fixing intermittent test failure
Daniel S. Fava
2021-02-23
runtime: enable race detector on openbsd/amd64
Joel Sing
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-17
[dev.boringcrypto] all: merge master (2f0da6d) into dev.boringcrypto
Russ Cox
2020-12-22
[dev.regabi] runtime/race: adjust test pattern match for ABI wrapper
Than McIntosh
2020-12-14
test: make a race detector test robust to timing variations
Daniel S Fava
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-25
runtime: check channel's elemsize before calling race detector
Daniel S Fava
2020-11-18
[dev.boringcrypto] all: merge master into dev.boringcrypto
Roland Shoemaker
2020-11-17
[dev.boringcrypto] all: merge master into dev.boringcrypto
Dmitri Shuralyov
2020-11-16
runtime/race: reject runtime fatal error in tests
Cherry Zhang
2020-11-16
runtime: declare arg size/map for race version of sync/atomic functions
Cherry Zhang
2020-11-13
runtime: swap the order of raceacquire() and racerelease()
Daniel S Fava
2020-11-10
runtime/race: remove race from TestNoRaceAfterFunc2
Mark Pulford
2020-10-30
runtime, cmd: support race detector on darwin/arm64
Cherry Zhang
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2020-10-21
runtime/race: update race .syso files
Keith Randall
2020-08-02
runtime/race: fix ppc64le build
Keith Randall
[next]