summaryrefslogtreecommitdiff
path: root/src/runtime/map_faststr.go
Commit message (Expand)AuthorAgeFilesLines
* 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