aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race
AgeCommit message (Expand)Author
2020-08-17[dev.boringcrypto.go1.15] all: merge go1.15 into dev.boringcrypto.go1.15Filippo Valsorda
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
2017-10-31runtime/race: install alternate packages to temp dirRuss Cox
2017-09-22[dev.boringcrypto] all: merge go1.9 into dev.boringcryptoRuss Cox
2017-08-18[release-branch.go1.9] testing: don't fail all tests after racy test failureIan Lance Taylor
2017-08-17[dev.boringcrypto] runtime/race: move TestRaceIssue5567 from sha1 to crc32Russ 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
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-23runtime: add missing race and msan checks to reflect functionsIan Lance Taylor
2016-07-20runtime/race: fix memory leakDmitry Vyukov
2016-06-29runtime: fix race atomic operations on external memoryDmitry Vyukov