aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race
AgeCommit message (Expand)Author
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
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-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-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-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-10-18runtime/race: add test for midstack inliningKeith Randall
2019-10-18runtime/race: update race detector shared librariesKeith Randall
2018-11-13cmd,runtime: enable race detector on arm64Fangming.Fang
2018-09-18runtime: ignore races between close and len/capKeith Randall
2018-07-10runtime/cgo: Add initial NetBSD Thread Sanitizer supportKamil Rytarowski
2018-06-11runtime/race: implement race detector for ppc64leLynn Boger
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-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
2017-10-31runtime/race: install alternate packages to temp dirRuss Cox
2017-08-15testing: don't fail all tests after racy test failureIan Lance Taylor
2017-04-10testing: consider a test failed after race errorsCaleb Spare
2017-03-31runtime/race: print output when TestRace parsing failsJosh Bleecher Snyder
2016-11-07runtime/race: allow TestFail to run longer than 0.00sAlex Brainman
2016-11-03testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox
2016-10-30sync: enable Pool when using race detectorRuss Cox
2016-10-30runtime/race: update race runtimeDmitry Vyukov
2016-10-29runtime/race: ignore user GORACE env var in testsDmitry Vyukov
2016-09-25runtime/race: don't crash on invalid PCsDmitry Vyukov