Sign in
go
/
go
/
15040c11b9b8f2e33b2833feb99a48ea9a2dba6c
/
src
/
sync
d6098e4
cmd/compile: intrinsify sync/atomic for amd64
by Keith Randall
· 9 years ago
71ab9fa
all: fix assembly vet issues
by Josh Bleecher Snyder
· 9 years ago
b3f98d7
sync: document that RWMutex read locks may not be held recursively
by Andrew Gerrand
· 9 years ago
c81a353
cmd/vet: check sync.* types' copying
by Aliaksandr Valialkin
· 9 years ago
eeca3ba
sync/atomic, runtime/internal/atomic: improve ppc64x atomics
by Lynn Boger
· 9 years ago
0da4dbe
all: remove unnecessary type conversions
by Matthew Dempsky
· 9 years ago
7da42d7
sync/atomic: add s390x implementations of atomic functions
by Michael Munday
· 9 years ago
f693015
sync: don't assume b.N > 0
by Marcel van Lohuizen
· 9 years ago
8e7072c
sync: new Cond implementation
by Wedson Almeida Filho
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
5c613e9
sync/atomic: new file for plan9_arm support
by Richard Miller
· 9 years ago
e1035c5
sync/atomic: reduce test in short mode
by Dmitry Vyukov
· 9 years ago
e43c74a
all: use cannot instead of can not
by Josh Bleecher Snyder
· 9 years ago
03f42ee
sync: deflake TestWaitGroupMisuse3
by Brad Fitzpatrick
· 9 years ago
7b767f4
internal/race: add package
by Dmitry Vyukov
· 10 years ago
d58081c
sync/atomic: added support for mips64{,le}
by Yao Zhang
· 10 years ago
67faca7
runtime: break atomics out into package runtime/internal/atomic
by Michael Matloob
· 9 years ago
4bd8040
runtime, sync/atomic: add memory barriers in arm cas routines
by Russ Cox
· 10 years ago
0bd8de1
sync/atomic: reenable TestNilDeref everywhere
by Russ Cox
· 10 years ago
7749a9a
sync: disable flaky WaitGroup misuse test in short mode
by Brad Fitzpatrick
· 10 years ago
603dc41
sync: don't run known-racy tests under the race detector
by Brad Fitzpatrick
· 10 years ago
03a48eb
sync: simplify WaitGroup
by Dmitry Vyukov
· 10 years ago
2774b37
all: use RET instead of RETURN on ppc64
by Austin Clements
· 10 years ago
2e61315
sync/atomic: skip issue 7338 test on darwin/arm64
by David Crawshaw
· 10 years ago
2a0833d
sync/atomic: add support for GOARCH=arm64
by Aram Hăvărneanu
· 10 years ago
6900a42
sync/atomic: add support for openbsd/arm
by Joel Sing
· 10 years ago
9b8ad3f
sync/atomic: skip test on darwin/arm
by David Crawshaw
· 10 years ago
edcad86
sync: add active spinning to Mutex
by Dmitry Vyukov
· 10 years ago
345350b
[dev.cc] cmd/asm: make 4(SP) illegal except on 386
by Rob Pike
· 10 years ago
69ddb7a
[dev.cc] all: edit assembly source for ARM to be more regular
by Rob Pike
· 10 years ago
a1457ca
sync/atomic: darwin/arm support
by Shenghou Ma
· 10 years ago
813386f
sync/atomic: remove atomic pointer hammer tests
by Russ Cox
· 10 years ago
7b4df8f
runtime, sync/atomic: add write barrier for atomic write of pointer
by Russ Cox
· 10 years ago
31457ce
all: merge dev.garbage (d1238958d4ae) into default branch
by Russ Cox
· 10 years ago
09d92b6
all: power64 is now ppc64
by Russ Cox
· 10 years ago
3dcc62e
[dev.garbage] all: merge default (f38460037b72) into dev.garbage
by Russ Cox
· 10 years ago
31b1207
[dev.power64] all: merge default into dev.power64
by Austin Clements
· 10 years ago
baa5d26
sync/atomic: fix comment referencing Value.Store's argument name
by Brad Fitzpatrick
· 10 years ago
b035e97
[dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarrierptr
by Russ Cox
· 10 years ago
062e354
[dev.power64] runtime: power64 fixes and ports of changes
by Austin Clements
· 10 years ago
f0bd539
[dev.power64] all: merge default into dev.power64
by Austin Clements
· 10 years ago
2bd616b
build: merge the great pkg/ rename into dev.power64
by Austin Clements
· 10 years ago
af3868f
sync: release Pool memory during second and later GCs
by Dmitriy Vyukov
· 10 years ago
3c94b1d
runtime: more NOPTR
by Russ Cox
· 11 years ago
8c2484e
sync/atomic: remove unnecessary race instrumentation in Value
by Dmitriy Vyukov
· 11 years ago
735289f
sync/atomic: add more missing Go prototype
by Russ Cox
· 11 years ago
72a2539
sync: fix linux/arm build
by Dave Cheney
· 11 years ago
98a1e20
sync/atomic: add Value
by Dmitriy Vyukov
· 11 years ago
cbf97d91
liblink, sync/atomic: fix arm build
by Russ Cox
· 11 years ago
f1abe0d
sync: simplify TestOncePanic
by Josh Bleecher Snyder
· 11 years ago
b22dc63
sync/once: panicking functions still marked as complete
by Rob Pike
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago