index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sync
Age
Commit message (
Expand
)
Author
2016-05-31
sync: document that RWMutex read locks may not be held recursively
Andrew Gerrand
2016-05-06
cmd/vet: check sync.* types' copying
Aliaksandr Valialkin
2016-05-05
sync/atomic, runtime/internal/atomic: improve ppc64x atomics
Lynn Boger
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-07
sync/atomic: add s390x implementations of atomic functions
Michael Munday
2016-03-18
sync: don't assume b.N > 0
Marcel van Lohuizen
2016-03-15
sync: new Cond implementation
Wedson Almeida Filho
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-26
sync/atomic: new file for plan9_arm support
Richard Miller
2016-02-26
sync/atomic: reduce test in short mode
Dmitry Vyukov
2016-02-21
all: use cannot instead of can not
Josh Bleecher Snyder
2016-02-03
sync: deflake TestWaitGroupMisuse3
Brad Fitzpatrick
2015-11-26
internal/race: add package
Dmitry Vyukov
2015-11-12
sync/atomic: added support for mips64{,le}
Yao Zhang
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-07-30
runtime, sync/atomic: add memory barriers in arm cas routines
Russ Cox
2015-07-30
sync/atomic: reenable TestNilDeref everywhere
Russ Cox
2015-06-29
sync: disable flaky WaitGroup misuse test in short mode
Brad Fitzpatrick
2015-06-26
sync: don't run known-racy tests under the race detector
Brad Fitzpatrick
2015-06-26
sync: simplify WaitGroup
Dmitry Vyukov
2015-06-06
all: use RET instead of RETURN on ppc64
Austin Clements
2015-04-12
sync/atomic: skip issue 7338 test on darwin/arm64
David Crawshaw
2015-03-16
sync/atomic: add support for GOARCH=arm64
Aram Hăvărneanu
2015-03-15
sync/atomic: add support for openbsd/arm
Joel Sing
2015-03-09
sync/atomic: skip test on darwin/arm
David Crawshaw
2015-02-24
sync: add active spinning to Mutex
Dmitry Vyukov
2015-02-18
[dev.cc] cmd/asm: make 4(SP) illegal except on 386
Rob Pike
2015-02-13
[dev.cc] all: edit assembly source for ARM to be more regular
Rob Pike
2015-02-06
sync/atomic: darwin/arm support
Shenghou Ma
2015-01-06
sync/atomic: remove atomic pointer hammer tests
Russ Cox
2015-01-06
runtime, sync/atomic: add write barrier for atomic write of pointer
Russ Cox
2014-12-05
all: merge dev.garbage (d1238958d4ae) into default branch
Russ Cox
2014-12-05
all: power64 is now ppc64
Russ Cox
2014-11-14
[dev.garbage] all: merge default (f38460037b72) into dev.garbage
Russ Cox
2014-11-03
[dev.power64] all: merge default into dev.power64
Austin Clements
2014-10-31
sync/atomic: fix comment referencing Value.Store's argument name
Brad 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 changes
Austin Clements
2014-10-22
[dev.power64] all: merge default into dev.power64
Austin Clements
2014-10-22
build: merge the great pkg/ rename into dev.power64
Austin Clements
2014-10-22
sync: release Pool memory during second and later GCs
Dmitriy Vyukov
2014-09-24
runtime: more NOPTR
Russ Cox
2014-09-17
sync/atomic: remove unnecessary race instrumentation in Value
Dmitriy Vyukov
2014-09-17
sync/atomic: add more missing Go prototype
Russ Cox
2014-09-17
sync: fix linux/arm build
Dave Cheney
2014-09-16
sync/atomic: add Value
Dmitriy Vyukov
2014-09-16
liblink, sync/atomic: fix arm build
Russ Cox
2014-09-16
sync: simplify TestOncePanic
Josh Bleecher Snyder
2014-09-16
sync/once: panicking functions still marked as complete
Rob Pike
[prev]
[next]