summaryrefslogtreecommitdiff
path: root/src/runtime/map_faststr.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-28/+28
* [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui2021-05-211-4/+5
* runtime: overwrite existing keys for mapassign_faststr variantCuong Manh Le2021-03-281-0/+3
* runtime: code cleanup about mapmengxiaodong2020-09-301-2/+2
* runtime: rotate map key seed on clearing up mapsCuong Manh Le2020-09-071-0/+5
* cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall2019-09-031-7/+7
* all: refer to map elements as elements instead of valuesJosh Bleecher Snyder2019-04-301-24/+23
* runtime: remove kindNoPointersKeith Randall2019-03-251-2/+2
* runtime: during map delete, update entries after new last elementKeith Randall2018-11-131-1/+31
* runtime: exit early when scanning map bucketsKeith Randall2018-10-311-7/+24
* runtime: catch concurrent stacks more oftenZachary Amsden2018-08-221-2/+2
* cmd/compile: map delete should clear value alwaysVladimir Kuzmin2018-06-261-2/+3
* runtime: move map fast functions into type specific filesMartin Möhrmann2018-02-171-0/+429