aboutsummaryrefslogtreecommitdiff
path: root/src/sync/once.go
AgeCommit message (Expand)Author
2025-10-27sync: update comments for Once.doneJes Cok
2025-04-22sync: use atomic.Bool for Once.donePrabhav Dogra
2024-11-18sync: add explicit noCopy fields to Map, Mutex, and OnceMichael Anthony Knyszek
2024-06-07sync: include links to the Go memory model in package documentationRodrigo Orselli
2024-02-26sync: add available godoc linkcui fliter
2023-10-06sync: use atomic.Uint32 in Oncemstmdev
2022-09-07Revert "sync: convert Once.done to atomic type"Ian Lance Taylor
2022-09-06sync: convert Once.done to atomic typecuiweixie
2022-06-06runtime, sync, sync/atomic: document happens-before guaranteesRuss Cox
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2020-11-23sync: use 386 instead of x86-32 to refer to the 32 bit x86 architectureMartin Möhrmann
2020-10-23sync: document that Once must not be copiedDmitri Shuralyov
2019-07-01sync: document implementation of Once.DoRuss Cox
2019-03-09sync: allow inlining the Once.Do fast pathCarlo Alberto Ferraris
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-16sync/once: panicking functions still marked as completeRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox