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
13 days
all: add export linknames for assembly symbols accessed from other package
Cherry Mui
2026-03-31
sync: replace linkname with import
Cherry Mui
2026-03-18
sync: modernize examples using newer ranged for loops
Krushnal Patil
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-12
sync/atomic: amend comments for Value.{Swap,CompareAndSwap}
Jes Cok
2025-11-10
sync: don't call Done when f() panics in WaitGroup.Go
Jes Cok
2025-10-27
sync: update comments for Once.done
Jes Cok
2025-10-21
sync: re-enable race even when panicking
Nicolas Hillegeer
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-09-25
[dev.simd] all: merge master (d70ad4e) into dev.simd
Cherry Mui
2025-09-25
sync/atomic: correct Uintptr.Or return doc
Michael Pratt
2025-08-04
[dev.simd] all: merge master (7a1679d) into dev.simd
Cherry Mui
2025-07-29
sync: remove synchashtriemap GOEXPERIMENT
Michael Anthony Knyszek
2025-07-28
all: omit unnecessary type conversions
Jes Cok
2025-06-30
[dev.simd] all: merge master (740857f) into dev.simd
Cherry Mui
2025-06-30
sync: disassociate WaitGroups from bubbles on Wait
Damien Neil
2025-06-25
[dev.simd] all: merge master (f8ccda2) into dev.simd
Cherry Mui
2025-06-20
[dev.simd] sync: correct the type of runtime_StoreReluintptr
Cherry Mui
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
[next]