aboutsummaryrefslogtreecommitdiff
path: root/src/sync
AgeCommit message (Expand)Author
2017-06-14sync: make another attempt at clarifying RWMutex double RLock rulesBrad Fitzpatrick
2017-06-07sync: remove note about creating with structuresJoonas Kuorilehto
2017-05-16cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructionsCherry Zhang
2017-04-30sync: really test DeepCopyMapIngo Oeser
2017-04-26sync: import Map from x/sync/syncmapBryan C. Mills
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-20sync: align poolLocal to CPU cache line sizeAliaksandr Valialkin
2017-04-19cmd/vet: skip unreachable "if" and "case" code in shift check.Aliaksandr Valialkin
2017-04-18sync: improve Pool performanceAliaksandr Valialkin
2017-02-21sync/atomic: fix mipsx frame sizesJosh Bleecher Snyder
2017-02-17sync: make Mutex more fairDmitry Vyukov
2017-02-16sync: deflake TestWaitGroupMisuse2Russ Cox
2016-11-22runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPSCherry Zhang
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-11-10sync: add example for PoolKevin Burke
2016-11-03sync/atomic: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03all: update s390x assembly to use vet-friendly namesJosh Bleecher Snyder
2016-10-30sync: enable Pool when using race detectorRuss Cox
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-10-19sync: throw, not panic, for unlock of unlocked mutexRuss Cox
2016-08-30cmd/compile: intrinsify sync/atomic for amd64Keith Randall
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
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