aboutsummaryrefslogtreecommitdiff
path: root/src/sync/map.go
AgeCommit message (Expand)Author
2023-01-20sync: document memory model for Swap/CompareAnd{Swap,Delete} in MapChangkun Ou
2022-11-15sync: add new Map method Swap, CompareAndSwap, CompareAndDeleteChangkun Ou
2022-10-31sync: use atomic.Pointer for entryChangkun Ou
2022-08-29sync: switch Map to use atomic.PointerJoe Tsai
2022-06-06runtime, sync, sync/atomic: document happens-before guaranteesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11sync: clarify the validity to call Map methods inside RangeChangkun Ou
2021-04-08sync: update misleading comment in map.go about entry typepanchenglong01
2020-08-24sync: delete dirty keys inside Map.LoadAndDeleteChangkun Ou
2020-02-25sync: add new Map method LoadAndDeleteChangkun Ou
2018-09-27sync: simplify (*entry).tryStoreIan Lance Taylor
2018-01-04sync: document when and when not to use MapRuss Cox
2017-07-21sync: delete a sentence from the Map docsBrad Fitzpatrick
2017-07-21sync: update Map documentation with usage rule of thumbMichael Stapelberg
2017-04-26sync: import Map from x/sync/syncmapBryan C. Mills