summaryrefslogtreecommitdiff
path: root/src/runtime/map_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: don't panic for bad size hint in hashmapFilip Gruszczynski2017-05-021-0/+8
* runtime: add mapdelete_fast*Hugues Bruant2017-03-211-13/+63
* runtime: add mapassign_fast*Hugues Bruant2017-03-131-0/+34
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+1
* cmd/compile: change the way we handle large map valuesKeith Randall2016-04-201-0/+16
* cmd/gc: fix noscan mapsDmitry Vyukov2015-02-151-0/+55
* cmd/gc: allocate non-escaping maps on stackDmitry Vyukov2015-02-121-0/+10
* runtime: try harder to get different iteration orders.Keith Randall2014-09-151-2/+3
* runtime: test iteration order of sparse mapsJosh Bleecher Snyder2014-09-121-0/+35
* runtime: map iterators: always use intrabucket randomessKeith Randall2014-09-091-20/+23
* runtime: on bigger maps, start iterator at a random bucket.Keith Randall2014-09-081-0/+21
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+477