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_faststr.go
Age
Commit message (
Expand
)
Author
2022-04-28
runtime: differentiate "user" and "system" throws
Michael Pratt
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-03-28
runtime: overwrite existing keys for mapassign_faststr variant
Cuong Manh Le
2020-09-30
runtime: code cleanup about map
mengxiaodong
2020-09-07
runtime: rotate map key seed on clearing up maps
Cuong Manh Le
2019-09-03
cmd/compile,runtime: generate hash functions only for types which are map keys
Keith Randall
2019-04-30
all: refer to map elements as elements instead of values
Josh Bleecher Snyder
2019-03-25
runtime: remove kindNoPointers
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-08-22
runtime: catch concurrent stacks more often
Zachary Amsden
2018-06-26
cmd/compile: map delete should clear value always
Vladimir Kuzmin
2018-02-17
runtime: move map fast functions into type specific files
Martin Möhrmann