aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race
AgeCommit message (Expand)Author
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-22runtime/race: add s390x .syso fileKeith Randall
2022-04-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
2022-04-04runtime/race: update PPC64LE syso file to new TSAN runtime (v3)Cherry Mui
2022-04-01runtime/race: update syso files to new TSAN runtime (v3)Cherry Mui
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-28runtime/race: update runtime (v3)Dmitry Vyukov
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-02-03[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-01-14runtime/race: be less picky about test run timeAustin Clements
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-02runtime/race: rebuild darwin syso to work around macOS 12 malloc reserved add...Cherry Mui
2021-11-05[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-16[dev.boringcrypto] all: merge commit 57c115e1 into dev.boringcryptoRoland Shoemaker
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-25runtime/race: use race build tag on syso_test.goCherry Mui
2021-06-05[dev.typeparams] runtime/race: make test compatible with types2Matthew Dempsky
2021-05-13[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr...Filippo Valsorda
2021-04-08runtime: replace os.MkdirTemp with T.TempDirianwoolf
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-03-10runtime/race: update dead linkMichael Pratt
2021-02-23testing/race: fixing intermittent test failureDaniel S. Fava
2021-02-23runtime: enable race detector on openbsd/amd64Joel Sing
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-17[dev.boringcrypto] all: merge master (2f0da6d) into dev.boringcryptoRuss Cox
2020-12-22[dev.regabi] runtime/race: adjust test pattern match for ABI wrapperThan McIntosh
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