aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/map.go
AgeCommit message (Expand)Author
2021-04-11runtime: simplify syntax for pointer arithmetic in mapaccess functionsDan Kortschak
2021-04-07runtime/map: update comment for gc/reflectMakdon
2020-11-05runtime: fix file references in hiter's commentsVee Zhang
2020-09-30runtime: code cleanup about mapmengxiaodong
2020-09-18reflect: use zero buffer to back the Value returned by ZeroKeith Randall
2020-09-07runtime: rotate map key seed on clearing up mapsCuong Manh Le
2020-09-03runtime: opportunistically rotate map key seedBenjamin Barenblat
2020-04-01runtime: fix typo in loadFactor commentmaronghe
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2019-08-29cmd/compile: refactor zero value size to be a constantAgniva De Sarker
2019-04-30all: refer to map elements as elements instead of valuesJosh Bleecher Snyder
2019-03-31runtime: always mask shift amount regardless of architectureMichael Munday
2019-03-28runtime: fix minor doc typoJosh Bleecher Snyder
2019-03-27sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick
2019-03-25runtime: remove kindNoPointersKeith Randall
2018-12-29runtime: panic on uncomparable map key, even if map is emptyKeith Randall
2018-11-13runtime: during map delete, update entries after new last elementKeith Randall
2018-10-31runtime: exit early when scanning map bucketsKeith Randall
2018-10-23runtime: use multiplication with overflow check for makemapMartin Möhrmann
2018-08-22runtime: catch concurrent stacks more oftenZachary Amsden
2018-08-22reflect: add Value.MapRange method and MapIter typeAlan Donovan
2018-07-02runtime: fix typo in mapextra commentcch123
2018-06-26cmd/compile: map delete should clear value alwaysVladimir Kuzmin
2018-05-08cmd/compile: optimize map-clearing range idiomMartin Möhrmann
2018-05-06runtime: remove hmap field from maptypesMartin Möhrmann
2018-04-30runtime,cmd/compile: adjust and correct path names in comments of map codeMartin Möhrmann
2018-02-17runtime: rename map implementation and test files to use a common prefixMartin Möhrmann