aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race
AgeCommit message (Expand)Author
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
2015-04-27runtime/race: stop listening to external network addressesRuss Cox
2015-04-27runtime/race: fix benchmark deadlockAustin Clements
2015-03-28os: give race detector chance to override Exit(0)Dmitry Vyukov
2015-02-20runtime/race: update race runtime to rev 229396Dmitry Vyukov
2015-02-13runtime/race: fix test in preparation for new race runtimeDmitry Vyukov
2015-02-12runtime: fix race instrumentation of appendDmitry Vyukov
2014-11-20runtime: fix atomic operations on non-heap addressesDmitriy Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox