summaryrefslogtreecommitdiff
path: root/src/runtime/race.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: protect against external code calling ExitProcessAustin Clements2020-01-091-0/+3
* runtime: clean up power-of-two rounding code with align functionsMichael Anthony Knyszek2019-11-041-1/+1
* runtime: add race detector support for new timersIan Lance Taylor2019-10-231-0/+13
* runtime: allow the Go runtime to return multiple stack frames for a single PCKeith Randall2019-09-231-4/+40
* runtime: fix 'go vet -race runtime'Russ Cox2019-05-161-7/+7
* runtime: make FuncForPC return the innermost inlined frameKeith Randall2019-01-081-1/+1
* runtime: correct ABI information for all functionsAustin Clements2018-11-121-0/+4
* internal/bytealg, runtime: provide linknames for pushed symbolsAustin Clements2018-11-121-0/+73
* runtime/race: implement race detector for ppc64leLynn Boger2018-06-111-0/+1
* runtime: split object finding out of heapBitsForObjectAustin Clements2018-02-151-1/+1
* runtime: replace mlookup and findObject with heapBitsForObjectAustin Clements2018-02-151-3/+3
* runtime: fix typo in the word "preceding"Tobias Klauser2017-09-221-2/+2
* runtime: add comments to race annotationsDmitry Vyukov2017-08-291-43/+65
* runtime: avoid repeated findmoduledatap callsAustin Clements2017-03-061-1/+1
* runtime: remove unused RaceSemacquire declarationDmitry Vyukov2017-02-271-3/+0
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-031-0/+6
* runtime/race: update race runtimeDmitry Vyukov2016-10-301-0/+4
* runtime/race: don't crash on invalid PCsDmitry Vyukov2016-09-251-15/+15
* runtime: prevent racefini from being invoked more than onceJames Chacon2016-05-181-0/+8
* runtime: per-P contexts for race detectorDmitry Vyukov2016-05-031-13/+76
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: merge race1.go -> race.goNodir Turakulov2015-10-181-0/+305
* runtime: adjust program counters in race detectorDmitry Vyukov2015-02-201-0/+3
* runtime: remove go prefix from a few routinesKeith Randall2014-12-291-1/+1
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-2/+2
* [dev.cc] runtime: convert race implementation from C to GoRuss Cox2014-11-111-38/+0
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+125