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
2017-04-30
sync: really test DeepCopyMap
Ingo Oeser
2017-04-26
sync: import Map from x/sync/syncmap
Bryan C. Mills
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-20
sync: align poolLocal to CPU cache line size
Aliaksandr Valialkin
2017-04-19
cmd/vet: skip unreachable "if" and "case" code in shift check.
Aliaksandr Valialkin
2017-04-18
sync: improve Pool performance
Aliaksandr Valialkin
2017-02-21
sync/atomic: fix mipsx frame sizes
Josh Bleecher Snyder
2017-02-17
sync: make Mutex more fair
Dmitry Vyukov
2017-02-16
sync: deflake TestWaitGroupMisuse2
Russ Cox
2016-11-22
runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS
Cherry Zhang
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-10
sync: add example for Pool
Kevin Burke
2016-11-03
sync/atomic: add support for GOARCH=mips{,le}
Vladimir Stefanovic
2016-11-03
all: update s390x assembly to use vet-friendly names
Josh Bleecher Snyder
2016-10-30
sync: enable Pool when using race detector
Russ Cox
2016-10-28
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-19
sync: throw, not panic, for unlock of unlocked mutex
Russ Cox
2016-08-30
cmd/compile: intrinsify sync/atomic for amd64
Keith Randall
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
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
[prev]
[next]