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_fast32.go
Age
Commit message (
Expand
)
Author
2025-07-30
all: remove redundant Swiss prefixes
Michael Pratt
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2024-08-02
all: create swissmap experiment and fork files
Michael Pratt
2024-05-23
all: document legacy //go:linkname for modules with ≥200 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-05-22
all: document legacy //go:linkname for modules with ≥50,000 dependents
Russ Cox
2024-05-22
runtime: revert "move zeroVal to internal/abi"
Russ Cox
2024-05-03
runtime,reflect: move zeroVal to internal/abi
qiulaidongfeng
2024-03-08
runtime: gofmt
Russ Cox
2024-03-04
runtime: use .Pointers() instead of manual checking
Pouriya
2024-02-27
runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi
qiulaidongfeng
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-05-11
runtime: move per-type types to internal/abi
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
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
2020-09-30
runtime: code cleanup about map
mengxiaodong
2020-09-07
runtime: rotate map key seed on clearing up maps
Cuong Manh Le
2020-08-17
runtime: avoid memclr call for keys in mapdelete_fast
Martin Möhrmann
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