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
/
atomic_test.go
Age
Commit message (
Expand
)
Author
2022-11-15
sync/atomic: allow linked list of atomic pointers again
Russ Cox
2022-08-05
sync/atomic: remove test64err in test
Russ Cox
2022-05-06
sync/atomic: don't run 64-bit uintptr tests on 32-bit systems
Ian Lance Taylor
2022-05-04
sync/atomic: add typed atomic values
Russ Cox
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-04
sync/atomic: disable GC during TestHammerStoreLoad
Michael Anthony Knyszek
2020-10-16
runtime/internal/atomic: panic nicely on unaligned 64-bit atomics
Austin Clements
2020-04-02
sync/atomic: fix TestSwapPointer test
Keith Randall
2019-10-22
sync/atomic: suppress checkptr errors for hammerStoreLoadPointer
Matthew Dempsky
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2017-08-26
all: remove some double spaces from comments
Daniel MartÃ
2017-08-25
sync/atomic: remove references to old atomic pointer hammer tests
Tom Levy
2017-04-19
cmd/vet: skip unreachable "if" and "case" code in shift check.
Aliaksandr Valialkin
2016-11-22
runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS
Cherry Zhang
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-03
sync/atomic: add support for GOARCH=mips{,le}
Vladimir Stefanovic
2016-08-30
cmd/compile: intrinsify sync/atomic for amd64
Keith Randall
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-07-30
sync/atomic: reenable TestNilDeref everywhere
Russ Cox
2015-04-12
sync/atomic: skip issue 7338 test on darwin/arm64
David Crawshaw
2015-03-09
sync/atomic: skip test on darwin/arm
David Crawshaw
2015-01-06
sync/atomic: remove atomic pointer hammer tests
Russ Cox
2014-10-30
[dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarr...
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox