| Age | Commit message (Expand) | Author |
| 2017-10-11 | runtime: unify amd64 -buildmode=exe entry point code | Ian Lance Taylor |
| 2017-09-22 | cmd/compile: add intrinsic for reading caller's pc | David Chase |
| 2017-08-22 | cmd/compile: replace eqstring with memequal | Martin Möhrmann |
| 2017-08-11 | runtime, cmd/compile: add intrinsic getclosureptr | Cholerae Hu |
| 2017-08-08 | runtime: remove unused prefetch functions | Martin Möhrmann |
| 2017-05-10 | runtime: remove unused cpuid_X variables | Martin Möhrmann |
| 2017-05-10 | internal/cpu: new package to detect cpu features | Martin Möhrmann |
| 2017-05-01 | runtime: refactor cpu feature detection for 386 & amd64 | Martin Möhrmann |
| 2017-04-25 | runtime: simplify detection of preference to use AVX memmove | Martin Möhrmann |
| 2017-04-07 | strings: optimize Count for amd64 | Josselin Costanzi |
| 2017-03-21 | bytes: add optimized countByte for amd64 | Josselin Costanzi |
| 2017-03-07 | cmd/compile, runtime: simplify multiway select implementation | Matthew Dempsky |
| 2017-02-14 | runtime: remove stack barriers | Austin Clements |
| 2017-02-10 | runtime: implement fastrand in go | Sokolov Yura |
| 2017-01-05 | crypto: detect BMI usability on AMD64 for sha1 and sha256 | Lion Yang |
| 2016-12-07 | runtime: on stack copy, adjust BP | Keith Randall |
| 2016-10-28 | runtime: add deletion barriers on gobuf.ctxt | Austin Clements |
| 2016-10-26 | runtime: simplify reflectcall write barriers | Austin Clements |
| 2016-10-24 | runtime: make morestack less subtle | Austin Clements |
| 2016-10-17 | runtime: print a message on bad morestack | Austin Clements |
| 2016-09-26 | runtime: implement getcallersp in Go | Austin Clements |
| 2016-09-07 | strings: use AVX2 for Index if available | Ilya Tocar |
| 2016-09-01 | bytes: Use the same algorithm as strings for Index | Ilya Tocar |
| 2016-08-30 | runtime: rename fastrand1 to fastrand | Josh Bleecher Snyder |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-06-11 | runtime: aeshash, xor seed in earlier | Keith Randall |
| 2016-05-27 | strings: fix and reenable amd64 Index for 17-31 byte strings | Ilya Tocar |
| 2016-05-26 | runtime: unwind BP in jmpdefer to match SP unwind | Austin Clements |
| 2016-05-15 | strings: fix Contains on amd64 | Keith Randall |
| 2016-04-29 | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor |
| 2016-04-26 | strings: use SSE4.2 in strings.Index on AMD64 | Ilya Tocar |
| 2016-03-31 | runtime: don't use REP;MOVSB if CPUID doesn't say it is fast | Keith Randall |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-26 | runtime: avoid using REP prefix for IndexByte | Keith Randall |
| 2016-02-23 | runtime: unify memeq and memequal | Keith Randall |
| 2016-01-24 | cmd/asm: correct, complete newly added AVX instructions | Russ Cox |
| 2016-01-13 | cmd/internal/obj/x86: add new instructions, cleanup. | Ilya Tocar |
| 2015-12-03 | runtime: fix sanity check in stackBarrier | Austin Clements |
| 2015-11-25 | runtime: check that masks and shifts are correct aligned | Shenghou Ma |
| 2015-11-20 | runtime: make asmcgocall work without a g | Russ Cox |
| 2015-11-13 | runtime: replace tls0 with m0.tls | Matthew Dempsky |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-11-06 | runtime: optimize indexbytebody on amd64 | Ilya Tocar |
| 2015-11-05 | runtime: optimize string comparison on amd64 | Ilya Tocar |
| 2015-11-03 | strings: add asm version of Index() for short strings on amd64 | Ilya Tocar |
| 2015-11-02 | bytes: speed up Compare() on amd64 | Ilya Tocar |
| 2015-10-23 | runtime: replace is{plan9,solaris,windows} with GOOS tests | Matthew Dempsky |
| 2015-10-08 | runtime: make aeshash more DOS-proof | Keith Randall |
| 2015-09-15 | runtime: fix aeshash of empty string | Keith Randall |
| 2015-08-30 | runtime: check that stack barrier unwind is in sync | Austin Clements |