aboutsummaryrefslogtreecommitdiff
path: root/src/sync/atomic/value.go
AgeCommit message (Expand)Author
2023-02-09runtime: fix signature for linked functionsAdin Scannell
2023-01-09sync/atomic: fix the note of atomic.Storecsuzhang
2022-09-29sync/atomic: rename "ifaceWords" to "efaceWords"hopehook
2022-04-29sync/atomic: use consistent first-store-in-progress markerKeith Randall
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26sync/atomic: use a better first-store-in-progress markerKeith Randall
2021-08-14sync/atomic: fix documentation for CompareAndSwapJeff Wentworth
2021-05-04sync/atomic: add (*Value).Swap and (*Value).CompareAndSwapColin Arnott
2017-12-01sync/atomic: remove noCopy from ValueRuss Cox
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-06-07sync: remove note about creating with structuresJoonas Kuorilehto
2016-05-06cmd/vet: check sync.* types' copyingAliaksandr Valialkin
2014-10-31sync/atomic: fix comment referencing Value.Store's argument nameBrad Fitzpatrick
2014-09-17sync/atomic: remove unnecessary race instrumentation in ValueDmitriy Vyukov
2014-09-16sync/atomic: add ValueDmitriy Vyukov