index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sync
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: delete a sentence from the Map docs
Brad Fitzpatrick
2017-07-21
1
-4
/
+3
*
sync: update Map documentation with usage rule of thumb
Michael Stapelberg
2017-07-21
1
-0
/
+9
*
sync: release m.mu during (*RWMutexMap).Range callbacks in sync_test
Bryan C. Mills
2017-07-20
2
-5
/
+12
*
sync/atomic: clarify 64-bit alignment bug
Austin Clements
2017-07-11
1
-2
/
+2
*
sync: deflake TestPool and TestPoolNew
Aliaksandr Valialkin
2017-06-28
2
-0
/
+13
*
sync: make clear that WaitGroup.Done decrements by one
Alberto Donizetti
2017-06-21
1
-1
/
+1
*
runtime: add read/write mutex type
Ian Lance Taylor
2017-06-19
2
-0
/
+6
*
sync: make another attempt at clarifying RWMutex double RLock rules
Brad Fitzpatrick
2017-06-14
1
-5
/
+10
*
sync: remove note about creating with structures
Joonas Kuorilehto
2017-06-07
4
-6
/
+2
*
cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions
Cherry Zhang
2017-05-16
1
-18
/
+12
*
sync: really test DeepCopyMap
Ingo Oeser
2017-04-30
1
-1
/
+1
*
sync: import Map from x/sync/syncmap
Bryan C. Mills
2017-04-26
4
-0
/
+896
*
all: remove some unused parameters in test code
Daniel MartÃ
2017-04-25
1
-2
/
+2
*
sync: align poolLocal to CPU cache line size
Aliaksandr Valialkin
2017-04-20
1
-2
/
+9
*
cmd/vet: skip unreachable "if" and "case" code in shift check.
Aliaksandr Valialkin
2017-04-19
1
-12
/
+12
*
sync: improve Pool performance
Aliaksandr Valialkin
2017-04-18
1
-1
/
+2
*
sync/atomic: fix mipsx frame sizes
Josh Bleecher Snyder
2017-02-21
1
-3
/
+3
*
sync: make Mutex more fair
Dmitry Vyukov
2017-02-17
6
-42
/
+162
*
sync: deflake TestWaitGroupMisuse2
Russ Cox
2017-02-16
1
-6
/
+16
*
runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS
Cherry Zhang
2016-11-22
1
-2
/
+2
*
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
3
-9
/
+16
*
sync: add example for Pool
Kevin Burke
2016-11-10
1
-0
/
+45
*
sync/atomic: add support for GOARCH=mips{,le}
Vladimir Stefanovic
2016-11-03
2
-6
/
+94
*
all: update s390x assembly to use vet-friendly names
Josh Bleecher Snyder
2016-11-03
1
-11
/
+11
*
sync: enable Pool when using race detector
Russ Cox
2016-10-30
1
-30
/
+51
*
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-28
3
-1
/
+8
*
sync: throw, not panic, for unlock of unlocked mutex
Russ Cox
2016-10-19
4
-55
/
+101
*
cmd/compile: intrinsify sync/atomic for amd64
Keith Randall
2016-08-30
3
-12
/
+10
*
all: fix assembly vet issues
Josh Bleecher Snyder
2016-08-25
3
-25
/
+25
*
sync: document that RWMutex read locks may not be held recursively
Andrew Gerrand
2016-05-31
1
-8
/
+9
*
cmd/vet: check sync.* types' copying
Aliaksandr Valialkin
2016-05-06
6
-0
/
+37
*
sync/atomic, runtime/internal/atomic: improve ppc64x atomics
Lynn Boger
2016-05-05
1
-14
/
+8
*
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
1
-2
/
+2
*
sync/atomic: add s390x implementations of atomic functions
Michael Munday
2016-04-07
1
-0
/
+143
*
sync: don't assume b.N > 0
Marcel van Lohuizen
2016-03-18
1
-0
/
+3
*
sync: new Cond implementation
Wedson Almeida Filho
2016-03-15
3
-52
/
+87
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
7
-13
/
+13
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
22
-22
/
+22
*
sync/atomic: new file for plan9_arm support
Richard Miller
2016-02-26
1
-0
/
+108
*
sync/atomic: reduce test in short mode
Dmitry Vyukov
2016-02-26
1
-1
/
+6
*
all: use cannot instead of can not
Josh Bleecher Snyder
2016-02-21
1
-1
/
+1
*
sync: deflake TestWaitGroupMisuse3
Brad Fitzpatrick
2016-02-03
1
-3
/
+8
*
internal/race: add package
Dmitry Vyukov
2015-11-26
9
-137
/
+65
*
sync/atomic: added support for mips64{,le}
Yao Zhang
2015-11-12
1
-0
/
+181
*
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-11-10
1
-1
/
+1
*
runtime, sync/atomic: add memory barriers in arm cas routines
Russ Cox
2015-07-30
1
-0
/
+28
*
sync/atomic: reenable TestNilDeref everywhere
Russ Cox
2015-07-30
1
-7
/
+0
*
sync: disable flaky WaitGroup misuse test in short mode
Brad Fitzpatrick
2015-06-29
1
-0
/
+3
*
sync: don't run known-racy tests under the race detector
Brad Fitzpatrick
2015-06-26
2
-0
/
+10
*
sync: simplify WaitGroup
Dmitry Vyukov
2015-06-26
2
-67
/
+179
[next]