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
2025-06-30
sync: disassociate WaitGroups from bubbles on Wait
Damien Neil
2025-06-10
testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble
Damien Neil
2025-05-29
runtime, internal/synctest, sync: associate WaitGroups with bubbles
Damien Neil
2025-05-16
sync: set GOMAXPROCS to 1 in TestPoolGC
Michael Anthony Knyszek
2025-05-14
sync: use blockUntilCleanupQueueEmpty instead of busy-looping in tests
Michael Anthony Knyszek
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-01
sync: WaitGroup.Go: document that f must not panic
Alan Donovan
2025-04-25
sync: tidy WaitGroup documentation, add WaitGroup.Go example
Austin Clements
2025-04-24
sync/atomic: document that atomic types should not be copied
Mateusz Poliwczak
2025-04-22
sync: use atomic.Bool for Once.done
Prabhav Dogra
2025-04-04
sync: add WaitGroup.Go
qiulaidongfeng
2025-03-05
sync: document behavior of Map.Delete when key is not present
Filippo Valsorda
2025-02-26
sync: don't keep func alive after OnceFunc panics
Mateusz Poliwczak
2025-02-25
sync: reduce OnceFunc (and variants) heap allocations
Brian Byrne
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-02-14
sync: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2024-12-04
sync: document RWMutex locks cannot be upgraded / downgraded
Sean Liao
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-11-18
sync: make HashTrieMap[any, any] the default implementation of Map
Michael Anthony Knyszek
2024-11-18
sync: add HashTrieMap to Map tests and benchmarks
Michael Anthony Knyszek
2024-11-18
internal/sync: move sync.Mutex implementation into new package
Michael Anthony Knyszek
2024-11-18
sync: add explicit noCopy fields to Map, Mutex, and Once
Michael Anthony Knyszek
2024-11-15
sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and uns...
Jorropo
2024-07-11
all: make struct comments match struct names
cuishuang
2024-07-01
sync: refer to Locker interface methods in RWMutex.RLocker doc
Dmitri Shuralyov
2024-06-21
sync/atomic: correct result names for Or methods
Austin Clements
2024-06-07
sync: include links to the Go memory model in package documentation
Rodrigo Orselli
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-17
sync/atomic: public And/Or ops and race instrumentation
Mauri de Souza Meneguzzo
2024-05-17
all: add push linknames to allow legacy pull linknames
Cherry Mui
2024-04-23
sync: add examples for OnceValue and OnceValues
Austin Clements
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-21
sync: name the Map.CompareAndSwap return value
Peter Collingbourne
2024-02-28
all: run go fmt
sivchari
2024-02-26
sync: add available godoc link
cui fliter
2024-02-26
sync: simplify the code with atomic.Pointer
apocelipes
2024-02-01
sync: update doc for Map.Clear
Jes Cok
2024-02-01
sync: add Map.Clear
Hiro
2024-01-08
sync: use map[any]any instead of map[interface{}]interface{} in the godoc
sivchari
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-21
sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Va...
Carlo Alberto Ferraris
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-17
all: make more use of the new atomic integer types
Daniel Martí
2023-10-06
sync: use atomic.Uint32 in Once
mstmdev
2023-09-07
sync: deemphasize goroutines in RWMutex documentation
qiulaidongfeng
2023-09-01
sync: prevent (*Map).Range from always escaping
Mauri de Souza Meneguzzo
2023-08-16
sync: document why copyChecker checks the condition twice
qiulaidongfeng
2023-07-31
sync: panic rather than throw on nil *Pool
Ian Lance Taylor
[next]