aboutsummaryrefslogtreecommitdiff
path: root/src/sync/atomic/doc.go
AgeCommit message (Expand)Author
2024-11-15sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and uns...Jorropo
2024-06-07sync: include links to the Go memory model in package documentationRodrigo Orselli
2024-05-17sync/atomic: public And/Or ops and race instrumentationMauri de Souza Meneguzzo
2023-03-25all: add a few links in package godocsDaniel Martí
2022-11-17sync/atomic: hint users of old API to use new type-based API insteadKeith Randall
2022-06-07sync/atomic: clarify that 8-byte alignment of variables is due to escapeWill Hawkins
2022-06-06runtime, sync, sync/atomic: document happens-before guaranteesRuss Cox
2022-06-03sync/atomic: note that alignment responsibility doesn't apply to typesMichael Pratt
2022-05-19all: gofmt main repoRuss Cox
2020-11-23sync: use 386 instead of x86-32 to refer to the 32 bit x86 architectureMartin Möhrmann
2020-03-19sync/atomic: remove panic64Daniel Martí
2019-02-09sync/atomic: add 32-bit MIPS to the 64-bit alignment requirementIan Lance Taylor
2017-07-11sync/atomic: clarify 64-bit alignment bugAustin Clements
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox