summaryrefslogtreecommitdiff
path: root/src/runtime/map.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek2021-06-171-1/+1
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-9/+9
* [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui2021-05-211-9/+10
* runtime: simplify syntax for pointer arithmetic in mapaccess functionsDan Kortschak2021-04-111-4/+4
* runtime/map: update comment for gc/reflectMakdon2021-04-071-5/+5
* runtime: fix file references in hiter's commentsVee Zhang2020-11-051-2/+2
* runtime: code cleanup about mapmengxiaodong2020-09-301-2/+2
* reflect: use zero buffer to back the Value returned by ZeroKeith Randall2020-09-181-1/+1
* runtime: rotate map key seed on clearing up mapsCuong Manh Le2020-09-071-0/+5
* runtime: opportunistically rotate map key seedBenjamin Barenblat2020-09-031-0/+4
* runtime: fix typo in loadFactor commentmaronghe2020-04-011-1/+1
* cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall2019-09-031-36/+21
* cmd/compile: refactor zero value size to be a constantAgniva De Sarker2019-08-291-1/+1
* all: refer to map elements as elements instead of valuesJosh Bleecher Snyder2019-04-301-87/+87
* runtime: always mask shift amount regardless of architectureMichael Munday2019-03-311-4/+2
* runtime: fix minor doc typoJosh Bleecher Snyder2019-03-281-1/+1
* sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick2019-03-271-0/+12
* runtime: remove kindNoPointersKeith Randall2019-03-251-6/+6
* runtime: panic on uncomparable map key, even if map is emptyKeith Randall2018-12-291-26/+35
* runtime: during map delete, update entries after new last elementKeith Randall2018-11-131-1/+33
* runtime: exit early when scanning map bucketsKeith Randall2018-10-311-9/+37
* runtime: use multiplication with overflow check for makemapMartin Möhrmann2018-10-231-2/+5
* runtime: catch concurrent stacks more oftenZachary Amsden2018-08-221-3/+3
* reflect: add Value.MapRange method and MapIter typeAlan Donovan2018-08-221-0/+5
* runtime: fix typo in mapextra commentcch1232018-07-021-1/+1
* cmd/compile: map delete should clear value alwaysVladimir Kuzmin2018-06-261-8/+7
* cmd/compile: optimize map-clearing range idiomMartin Möhrmann2018-05-081-28/+94
* runtime: remove hmap field from maptypesMartin Möhrmann2018-05-061-11/+0
* runtime,cmd/compile: adjust and correct path names in comments of map codeMartin Möhrmann2018-04-301-6/+6
* runtime: rename map implementation and test files to use a common prefixMartin Möhrmann2018-02-171-0/+1249