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
/
once.go
Age
Commit message (
Expand
)
Author
2025-10-27
sync: update comments for Once.done
Jes Cok
2025-04-22
sync: use atomic.Bool for Once.done
Prabhav Dogra
2024-11-18
sync: add explicit noCopy fields to Map, Mutex, and Once
Michael Anthony Knyszek
2024-06-07
sync: include links to the Go memory model in package documentation
Rodrigo Orselli
2024-02-26
sync: add available godoc link
cui fliter
2023-10-06
sync: use atomic.Uint32 in Once
mstmdev
2022-09-07
Revert "sync: convert Once.done to atomic type"
Ian Lance Taylor
2022-09-06
sync: convert Once.done to atomic type
cuiweixie
2022-06-06
runtime, sync, sync/atomic: document happens-before guarantees
Russ Cox
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2020-11-23
sync: use 386 instead of x86-32 to refer to the 32 bit x86 architecture
Martin Möhrmann
2020-10-23
sync: document that Once must not be copied
Dmitri Shuralyov
2019-07-01
sync: document implementation of Once.Do
Russ Cox
2019-03-09
sync: allow inlining the Once.Do fast path
Carlo Alberto Ferraris
2016-03-02
all: single space after period.
Brad Fitzpatrick
2014-09-16
sync/once: panicking functions still marked as complete
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox