aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/map_test.go
AgeCommit message (Expand)Author
2020-08-17runtime: avoid memclr call for keys in mapdelete_fastMartin Möhrmann
2019-09-09src: gofmt -sAinar Garipov
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2018-11-13runtime: during map delete, update entries after new last elementKeith Randall
2018-11-11runtime: gofmt all improperly formatted codeMichael Anthony Knyszek
2018-06-26cmd/compile: map delete should clear value alwaysVladimir Kuzmin
2018-05-06runtime: remove hmap field from maptypesMartin Möhrmann
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-20cmd/compile: avoid mapaccess at m[k]=append(m[k]..Vladimir Kuzmin
2018-03-12cmd/compile: avoid extra mapaccess in "m[k] op= r"Vladimir Kuzmin
2018-03-06cmd/compile: fix miscompilation of "defer delete(m, k)"Matthew Dempsky
2018-02-17runtime: rename map implementation and test files to use a common prefixMartin Möhrmann
2017-11-02cmd/compile: specialize map creation for small hint sizesMartin Möhrmann
2017-10-31runtime: shorten tests in all.bashRuss Cox
2017-10-21runtime: more reliable mapdelete benchmarkHugues Bruant
2017-09-11cmd/compile: preserve escape information for map literalsMartin Möhrmann
2017-09-06cmd/compile: avoid stack allocation of a map bucket for large constant hintsMartin Möhrmann
2017-09-02runtime: fix hashmap load factor computationKeith Randall
2017-08-14runtime: make map deletion benchmarks faster to runJosh Bleecher Snyder
2017-05-02runtime: don't panic for bad size hint in hashmapFilip Gruszczynski
2017-03-21runtime: add mapdelete_fast*Hugues Bruant
2017-03-13runtime: add mapassign_fast*Hugues Bruant
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-04-20cmd/compile: change the way we handle large map valuesKeith Randall
2015-02-15cmd/gc: fix noscan mapsDmitry Vyukov
2015-02-12cmd/gc: allocate non-escaping maps on stackDmitry Vyukov
2014-09-15runtime: try harder to get different iteration orders.Keith Randall
2014-09-12runtime: test iteration order of sparse mapsJosh Bleecher Snyder
2014-09-09runtime: map iterators: always use intrabucket randomessKeith Randall
2014-09-08runtime: on bigger maps, start iterator at a random bucket.Keith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox