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
2023-02-06
cmd/link: linker portion of dead map removal
Than McIntosh
2023-01-30
reflect,runtime: add Value.Clear
Cuong Manh Le
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2022-11-18
all: add missing periods in comments
cui fliter
2022-04-28
runtime: differentiate "user" and "system" throws
Michael Pratt
2022-04-21
runtime: use fastrand64 in mapiterinit
zhangyunhao
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-09-11
reflect: optimize for maps with string keys
Joe Tsai
2021-09-05
reflect: allocate hiter as part of MapIter
Josh Bleecher Snyder
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-04-11
runtime: simplify syntax for pointer arithmetic in mapaccess functions
Dan Kortschak
2021-04-07
runtime/map: update comment for gc/reflect
Makdon
2020-11-05
runtime: fix file references in hiter's comments
Vee Zhang
2020-09-30
runtime: code cleanup about map
mengxiaodong
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