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
/
doc.go
Age
Commit message (
Expand
)
Author
12 days
all: add export linknames for assembly symbols accessed from other package
Cherry Mui
2024-11-15
sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and uns...
Jorropo
2024-06-07
sync: include links to the Go memory model in package documentation
Rodrigo Orselli
2024-05-17
sync/atomic: public And/Or ops and race instrumentation
Mauri de Souza Meneguzzo
2023-03-25
all: add a few links in package godocs
Daniel Martí
2022-11-17
sync/atomic: hint users of old API to use new type-based API instead
Keith Randall
2022-06-07
sync/atomic: clarify that 8-byte alignment of variables is due to escape
Will Hawkins
2022-06-06
runtime, sync, sync/atomic: document happens-before guarantees
Russ Cox
2022-06-03
sync/atomic: note that alignment responsibility doesn't apply to types
Michael Pratt
2022-05-19
all: gofmt main repo
Russ Cox
2020-11-23
sync: use 386 instead of x86-32 to refer to the 32 bit x86 architecture
Martin Möhrmann
2020-03-19
sync/atomic: remove panic64
Daniel Martí
2019-02-09
sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement
Ian Lance Taylor
2017-07-11
sync/atomic: clarify 64-bit alignment bug
Austin Clements
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox