aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/map_faststr.go
AgeCommit message (Expand)Author
2024-05-23all: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥20,000 dependentsRuss Cox
2024-05-22all: document legacy //go:linkname for modules with ≥50,000 dependentsRuss Cox
2024-05-22runtime: revert "move zeroVal to internal/abi"Russ Cox
2024-05-03runtime,reflect: move zeroVal to internal/abiqiulaidongfeng
2024-03-08runtime: gofmtRuss Cox
2024-03-04runtime: use .Pointers() instead of manual checkingPouriya
2024-02-27runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abiqiulaidongfeng
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-05-11runtime: move per-type types to internal/abiDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2022-04-28runtime: differentiate "user" and "system" throwsMichael 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.FuncPCABIInternalCherry Mui
2021-03-28runtime: overwrite existing keys for mapassign_faststr variantCuong Manh Le
2020-09-30runtime: code cleanup about mapmengxiaodong
2020-09-07runtime: rotate map key seed on clearing up mapsCuong Manh Le
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2019-04-30all: refer to map elements as elements instead of valuesJosh Bleecher Snyder
2019-03-25runtime: remove kindNoPointersKeith Randall
2018-11-13runtime: during map delete, update entries after new last elementKeith Randall
2018-10-31runtime: exit early when scanning map bucketsKeith Randall
2018-08-22runtime: catch concurrent stacks more oftenZachary Amsden
2018-06-26cmd/compile: map delete should clear value alwaysVladimir Kuzmin
2018-02-17runtime: move map fast functions into type specific filesMartin Möhrmann