aboutsummaryrefslogtreecommitdiff
path: root/src/sync
AgeCommit message (Expand)Author
2016-05-31sync: document that RWMutex read locks may not be held recursivelyAndrew Gerrand
2016-05-06cmd/vet: check sync.* types' copyingAliaksandr Valialkin
2016-05-05sync/atomic, runtime/internal/atomic: improve ppc64x atomicsLynn Boger
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-07sync/atomic: add s390x implementations of atomic functionsMichael Munday
2016-03-18sync: don't assume b.N > 0Marcel van Lohuizen
2016-03-15sync: new Cond implementationWedson Almeida Filho
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-26sync/atomic: new file for plan9_arm supportRichard Miller
2016-02-26sync/atomic: reduce test in short modeDmitry Vyukov
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-02-03sync: deflake TestWaitGroupMisuse3Brad Fitzpatrick
2015-11-26internal/race: add packageDmitry Vyukov
2015-11-12sync/atomic: added support for mips64{,le}Yao Zhang
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-07-30runtime, sync/atomic: add memory barriers in arm cas routinesRuss Cox
2015-07-30sync/atomic: reenable TestNilDeref everywhereRuss Cox
2015-06-29sync: disable flaky WaitGroup misuse test in short modeBrad Fitzpatrick
2015-06-26sync: don't run known-racy tests under the race detectorBrad Fitzpatrick
2015-06-26sync: simplify WaitGroupDmitry Vyukov
2015-06-06all: use RET instead of RETURN on ppc64Austin Clements
2015-04-12sync/atomic: skip issue 7338 test on darwin/arm64David Crawshaw
2015-03-16sync/atomic: add support for GOARCH=arm64Aram Hăvărneanu
2015-03-15sync/atomic: add support for openbsd/armJoel Sing
2015-03-09sync/atomic: skip test on darwin/armDavid Crawshaw
2015-02-24sync: add active spinning to MutexDmitry Vyukov
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike
2015-02-13[dev.cc] all: edit assembly source for ARM to be more regularRob Pike
2015-02-06sync/atomic: darwin/arm supportShenghou Ma
2015-01-06sync/atomic: remove atomic pointer hammer testsRuss Cox
2015-01-06runtime, sync/atomic: add write barrier for atomic write of pointerRuss Cox
2014-12-05all: merge dev.garbage (d1238958d4ae) into default branchRuss Cox
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-14[dev.garbage] all: merge default (f38460037b72) into dev.garbageRuss Cox
2014-11-03[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-31sync/atomic: fix comment referencing Value.Store's argument nameBrad Fitzpatrick
2014-10-30[dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarr...Russ Cox
2014-10-27[dev.power64] runtime: power64 fixes and ports of changesAustin Clements
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-22sync: release Pool memory during second and later GCsDmitriy Vyukov
2014-09-24runtime: more NOPTRRuss Cox
2014-09-17sync/atomic: remove unnecessary race instrumentation in ValueDmitriy Vyukov
2014-09-17sync/atomic: add more missing Go prototypeRuss Cox
2014-09-17sync: fix linux/arm buildDave Cheney
2014-09-16sync/atomic: add ValueDmitriy Vyukov
2014-09-16liblink, sync/atomic: fix arm buildRuss Cox
2014-09-16sync: simplify TestOncePanicJosh Bleecher Snyder
2014-09-16sync/once: panicking functions still marked as completeRob Pike