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
/
runtime
/
atomic_pointer.go
Age
Commit message (
Expand
)
Author
2025-03-11
runtime/internal: clean up completely
Jes Cok
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2022-10-18
runtime/internal/atomic: add write barrier-enabled pointer atomics
Russ Cox
2018-08-22
runtime: remove unused function casp
Ian Lance Taylor
2018-02-13
runtime: eliminate all writebarrierptr* calls
Austin Clements
2016-10-28
runtime: perform write barrier before pointer write
Austin Clements
2016-04-14
sync/atomic: don't atomically write pointers twice
Austin Clements
2016-04-14
runtime: make sync_atomic_SwapPointer signature match sync/atomic
Austin Clements
2016-04-13
runtime/internal/atomic: rename Storep1 to StorepNoWB
Austin Clements
2016-04-13
runtime/internal/atomic: remove write barrier from Storep1 on s390x
Austin Clements
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-08-27
runtime: remove unused xchgp/xchgp1
Michael Hudson-Doyle
2015-05-11
runtime: remove wbshadow mode
Russ Cox
2015-01-06
runtime, sync/atomic: add write barrier for atomic write of pointer
Russ Cox