aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race
AgeCommit message (Expand)Author
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
2016-05-09runtime/race: deflake testDmitry Vyukov
2016-05-03runtime: per-P contexts for race detectorDmitry Vyukov
2016-04-27runtime/race: improve TestNoRaceIOHttp testDmitry Vyukov
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-25runtime: fix getcallerpc argsDmitry Vyukov
2016-01-27runtime/race: run tests with GOMAXPROCS=1Dmitry Vyukov
2016-01-20runtime/race: fix test so it compilesMichael Hudson-Doyle
2015-12-16cmd/compile: fix -race nitRuss Cox
2015-12-09runtime/race: update two stale referencesBrad Fitzpatrick
2015-11-24runtime/race: add tests for channelsdvyukov
2015-11-19cmd/compile: fix crash with -race on large expr containing string->[]byte con...Russ Cox
2015-11-12runtime/race: update race runtimeDmitry Vyukov
2015-11-03test: use go:noinline consistentlyTodd Neal
2015-09-19runtime: race instrument read of convT2E/I argDmitry Vyukov
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-07runtime: randomize scheduling in -race modeRuss Cox
2015-06-30cmd/compile: fix race detector handling of OBLOCK nodesRuss Cox
2015-06-26runtime/race: enable tests that now passDmitry Vyukov
2015-06-26cmd/compile: add instrumentation of OKEYDmitry Vyukov
2015-06-25runtime/race: fix test driverDmitry Vyukov
2015-06-24runtime/race: make test more robustDmitry Vyukov
2015-06-11all: fix misprints in commentsAinar Garipov
2015-04-27runtime/race: fix failing testsAustin Clements