aboutsummaryrefslogtreecommitdiff
path: root/src/sync/atomic/atomic_test.go
AgeCommit message (Expand)Author
2024-05-17sync/atomic: public And/Or ops and race instrumentationMauri de Souza Meneguzzo
2022-11-15sync/atomic: allow linked list of atomic pointers againRuss Cox
2022-08-05sync/atomic: remove test64err in testRuss Cox
2022-05-06sync/atomic: don't run 64-bit uintptr tests on 32-bit systemsIan Lance Taylor
2022-05-04sync/atomic: add typed atomic valuesRuss Cox
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-04sync/atomic: disable GC during TestHammerStoreLoadMichael Anthony Knyszek
2020-10-16runtime/internal/atomic: panic nicely on unaligned 64-bit atomicsAustin Clements
2020-04-02sync/atomic: fix TestSwapPointer testKeith Randall
2019-10-22sync/atomic: suppress checkptr errors for hammerStoreLoadPointerMatthew Dempsky
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-25sync/atomic: remove references to old atomic pointer hammer testsTom Levy
2017-04-19cmd/vet: skip unreachable "if" and "case" code in shift check.Aliaksandr Valialkin
2016-11-22runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPSCherry Zhang
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-11-03sync/atomic: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-08-30cmd/compile: intrinsify sync/atomic for amd64Keith Randall
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-30sync/atomic: reenable TestNilDeref everywhereRuss Cox
2015-04-12sync/atomic: skip issue 7338 test on darwin/arm64David Crawshaw
2015-03-09sync/atomic: skip test on darwin/armDavid Crawshaw
2015-01-06sync/atomic: remove atomic pointer hammer testsRuss Cox
2014-10-30[dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarr...Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox