aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race
AgeCommit message (Expand)Author
2022-02-11[dev.boringcrypto.go1.16] all: merge go1.16.14 into dev.boringcrypto.go1.16Cherry Mui
2022-01-27[release-branch.go1.16] testing/race: fixing intermittent test failureDaniel S. Fava
2022-01-14[dev.boringcrypto.go1.16] all: merge go1.16.13 into dev.boringcrypto.go1.16David Chase
2021-12-22[release-branch.go1.16] runtime/race: rebuild darwin syso to work around macO...Cherry Mui
2021-12-21[release-branch.go1.16] runtime/race: use race build tag on syso_test.goCherry Mui
2021-02-23[dev.boringcrypto.go1.16] all: merge go1.16 into dev.boringcrypto.go1.16Filippo Valsorda
2020-12-14test: make a race detector test robust to timing variationsDaniel S Fava
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-25runtime: check channel's elemsize before calling race detectorDaniel S Fava
2020-11-18[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2020-11-17[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-11-16runtime/race: reject runtime fatal error in testsCherry Zhang
2020-11-16runtime: declare arg size/map for race version of sync/atomic functionsCherry Zhang
2020-11-13runtime: swap the order of raceacquire() and racerelease()Daniel S Fava
2020-11-10runtime/race: remove race from TestNoRaceAfterFunc2Mark Pulford
2020-10-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-21runtime/race: update race .syso filesKeith Randall
2020-08-02runtime/race: fix ppc64le buildKeith Randall
2020-08-01runtime/race: rebuild some .syso files to remove getauxval dependencyKeith Randall
2020-05-07[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-05-01runtime/race: rebuild race detector .syso filesKeith Randall
2020-05-01runtime/race: fix comment in select_test.TestNoRaceSelect1cncal
2020-04-12runtime/race: rebuild netbsd .sysoKeith Randall
2020-04-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2020-04-08runtime/race: update ppc64 .syso fileKeith Randall
2020-04-03runtime/race: update some .syso filesKeith Randall
2020-03-20runtime/race: test that close synchronizes with readIan Lance Taylor
2020-02-25runtime: reorder race detector calls in slicecopyKeith Randall
2020-02-07runtime/race: update reference to compiler-rt sourcesIan Lance Taylor
2019-12-09runtime/race: correct typo s/is/inMuhammad Falak R Wani
2019-12-02runtime: use current P's race context in timer codeIan Lance Taylor
2019-11-19[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-10-18runtime/race: add test for midstack inliningKeith Randall
2019-10-18runtime/race: update race detector shared librariesKeith Randall
2019-02-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-11-13cmd,runtime: enable race detector on arm64Fangming.Fang
2018-10-15[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-09-18runtime: ignore races between close and len/capKeith Randall
2018-09-06[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-07-10runtime/cgo: Add initial NetBSD Thread Sanitizer supportKamil Rytarowski
2018-07-03[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-06-11runtime/race: implement race detector for ppc64leLynn Boger
2018-06-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-06-04runtime/race: update most syso files to compiler-rt fe2c72Bryan C. Mills
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-12-06[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringc...Russ Cox
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-03cmd/go: run vet automatically during go testRuss Cox
2017-10-31cmd/go: trim objdir, not just workdir, from object filesRuss Cox