summaryrefslogtreecommitdiff
path: root/src/runtime/race0.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: swap the order of raceacquire() and racerelease()Daniel S Fava2020-11-131-0/+2
* runtime: add race detector support for new timersIan Lance Taylor2019-10-231-0/+2
* runtime: per-P contexts for race detectorDmitry Vyukov2016-05-031-1/+4
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: rename gothrow to throwKeith Randall2014-12-281-19/+19
* [dev.cc] runtime: convert race implementation from C to GoRuss Cox2014-11-111-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+37