aboutsummaryrefslogtreecommitdiff
path: root/src/sync/map.go
AgeCommit message (Expand)Author
2025-07-29sync: remove synchashtriemap GOEXPERIMENTMichael Anthony Knyszek
2024-11-18sync: make HashTrieMap[any, any] the default implementation of MapMichael Anthony Knyszek
2024-11-18sync: add explicit noCopy fields to Map, Mutex, and OnceMichael Anthony Knyszek
2024-06-07sync: include links to the Go memory model in package documentationRodrigo Orselli
2024-03-21sync: name the Map.CompareAndSwap return valuePeter Collingbourne
2024-02-26sync: add available godoc linkcui fliter
2024-02-01sync: update doc for Map.ClearJes Cok
2024-02-01sync: add Map.ClearHiro
2024-01-08sync: use map[any]any instead of map[interface{}]interface{} in the godocsivchari
2023-09-01sync: prevent (*Map).Range from always escapingMauri de Souza Meneguzzo
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