| Age | Commit message (Expand) | Author |
| 2016-09-13 | runtime: limit the number of map overflow buckets | Josh Bleecher Snyder |
| 2016-08-30 | runtime: rename fastrand1 to fastrand | Josh Bleecher Snyder |
| 2016-08-16 | runtime: fix map iterator concurrent map check | Keith Randall |
| 2016-04-21 | runtime: use type int to specify size for newarray | Martin Möhrmann |
| 2016-04-20 | cmd/compile: change the way we handle large map values | Keith Randall |
| 2016-04-13 | runtime/internal/atomic: rename Storep1 to StorepNoWB | Austin Clements |
| 2016-04-10 | runtime: avoid unnecessary map iteration write barrier | Josh Bleecher Snyder |
| 2016-04-10 | runtime: make execution error panic values implement the Error interface | Emmanuel Odeke |
| 2016-03-07 | runtime: eliminate unnecessary type conversions | Matthew Dempsky |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-23 | Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go" | Matthew Dempsky |
| 2016-02-22 | cmd/compile: move hiter, hmap, and scase definitions into builtin.go | Matthew Dempsky |
| 2015-12-07 | runtime: best-effort detection of concurrent misuse of maps | Russ Cox |
| 2015-11-12 | runtime: break out system-specific constants into package sys | Michael Matloob |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-10-21 | runtime, syscall: add calls to msan functions | Ian Lance Taylor |
| 2015-09-09 | runtime: on map update, don't overwrite key if we don't need to. | Keith Randall |
| 2015-08-26 | cmd/compile, runtime: stop returning t.zero on hashmap miss | Michael Hudson-Doyle |
| 2015-07-31 | cmd/compile, runtime: fix placement of map bucket overflow pointer on nacl | Russ Cox |
| 2015-05-15 | runtime: make mapzero not crash on arm | Russ Cox |
| 2015-05-15 | runtime: allocate map element zero values for reflect-created types on demand | Russ Cox |
| 2015-04-02 | runtime: remove checkgc code from hashmap | Austin Clements |
| 2015-03-11 | runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files | Keith Randall |
| 2015-02-15 | cmd/gc: fix noscan maps | Dmitry Vyukov |
| 2015-02-12 | cmd/gc: allocate non-escaping maps on stack | Dmitry Vyukov |
| 2015-01-27 | runtime: do not scan maps when k/v do not contain pointers | Dmitry Vyukov |
| 2015-01-07 | runtime: remove size argument from hash and equal algorithms | Keith Randall |
| 2015-01-06 | runtime: use typed memmove (write barriers) for chan, map, interface content | Russ Cox |
| 2014-12-28 | runtime: get rid of goalg, no longer needed | Keith Randall |
| 2014-12-28 | runtime: rename gothrow to throw | Keith Randall |
| 2014-12-26 | reflect, runtime: gofmt | mattn |
| 2014-12-23 | runtime: remove thunk.s | Russ Cox |
| 2014-12-22 | runtime: fix nacl build, hashmap overflow field offset was incorrect. | Keith Randall |
| 2014-12-22 | runtime: hashmap: move overflow pointer to end of bucket | Keith Randall |
| 2014-12-15 | runtime: if key type is reflexive, don't call equal(k, k) | Keith Randall |
| 2014-09-09 | runtime: map iterators: always use intrabucket randomess | Keith Randall |
| 2014-09-08 | runtime: on bigger maps, start iterator at a random bucket. | Keith Randall |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |