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
/
atomic
/
value.go
Age
Commit message (
Expand
)
Author
2023-02-09
runtime: fix signature for linked functions
Adin Scannell
2023-01-09
sync/atomic: fix the note of atomic.Store
csuzhang
2022-09-29
sync/atomic: rename "ifaceWords" to "efaceWords"
hopehook
2022-04-29
sync/atomic: use consistent first-store-in-progress marker
Keith Randall
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
sync/atomic: use a better first-store-in-progress marker
Keith Randall
2021-08-14
sync/atomic: fix documentation for CompareAndSwap
Jeff Wentworth
2021-05-04
sync/atomic: add (*Value).Swap and (*Value).CompareAndSwap
Colin Arnott
2017-12-01
sync/atomic: remove noCopy from Value
Russ Cox
2017-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
2017-06-07
sync: remove note about creating with structures
Joonas Kuorilehto
2016-05-06
cmd/vet: check sync.* types' copying
Aliaksandr Valialkin
2014-10-31
sync/atomic: fix comment referencing Value.Store's argument name
Brad Fitzpatrick
2014-09-17
sync/atomic: remove unnecessary race instrumentation in Value
Dmitriy Vyukov
2014-09-16
sync/atomic: add Value
Dmitriy Vyukov