aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race0.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-13runtime: swap the order of raceacquire() and racerelease()Daniel S Fava
2019-10-23runtime: add race detector support for new timersIan Lance Taylor
2016-05-03runtime: per-P contexts for race detectorDmitry Vyukov
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-11[dev.cc] runtime: convert race implementation from C to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox