index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
map.go
Age
Commit message (
Expand
)
Author
2020-09-18
reflect: use zero buffer to back the Value returned by Zero
Keith Randall
2020-09-07
runtime: rotate map key seed on clearing up maps
Cuong Manh Le
2020-09-03
runtime: opportunistically rotate map key seed
Benjamin Barenblat
2020-04-01
runtime: fix typo in loadFactor comment
maronghe
2019-09-03
cmd/compile,runtime: generate hash functions only for types which are map keys
Keith Randall
2019-08-29
cmd/compile: refactor zero value size to be a constant
Agniva De Sarker
2019-04-30
all: refer to map elements as elements instead of values
Josh Bleecher Snyder
2019-03-31
runtime: always mask shift amount regardless of architecture
Michael Munday
2019-03-28
runtime: fix minor doc typo
Josh Bleecher Snyder
2019-03-27
sort, internal/reflectlite: flesh out reflectlite enough for use by sort
Brad Fitzpatrick
2019-03-25
runtime: remove kindNoPointers
Keith Randall
2018-12-29
runtime: panic on uncomparable map key, even if map is empty
Keith Randall
2018-11-13
runtime: during map delete, update entries after new last element
Keith Randall
2018-10-31
runtime: exit early when scanning map buckets
Keith Randall
2018-10-23
runtime: use multiplication with overflow check for makemap
Martin Möhrmann
2018-08-22
runtime: catch concurrent stacks more often
Zachary Amsden
2018-08-22
reflect: add Value.MapRange method and MapIter type
Alan Donovan
2018-07-02
runtime: fix typo in mapextra comment
cch123
2018-06-26
cmd/compile: map delete should clear value always
Vladimir Kuzmin
2018-05-08
cmd/compile: optimize map-clearing range idiom
Martin Möhrmann
2018-05-06
runtime: remove hmap field from maptypes
Martin Möhrmann
2018-04-30
runtime,cmd/compile: adjust and correct path names in comments of map code
Martin Möhrmann
2018-02-17
runtime: rename map implementation and test files to use a common prefix
Martin Möhrmann
[prev]