| Age | Commit message (Expand) | Author |
| 2023-01-26 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 2023-01-24 | runtime: use explicit NOFRAME on windows/amd64 | qmuntal |
| 2023-01-23 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 | qmuntal |
| 2022-11-14 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64 | qmuntal |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 2021-06-11 | [dev.typeparams] all: always enable regabig on AMD64 | Cherry Mui |
| 2021-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-04-15 | runtime,runtime/cgo: save all necessary registers on entry to Go on Windows | Austin Clements |
| 2021-04-05 | cmd/compile: untangle Wrapper and ABIWrapper flags | Cherry Zhang |
| 2021-04-05 | cmd/internal/obj/x86: simplify huge frame prologue | Austin Clements |
| 2021-04-02 | cmd/internal/obj: use REGENTRYTMP* in a few more places | Austin Clements |
| 2021-03-31 | cmd/internal/obj/x86: use ABI scratch registers for WRAPPER prologue | Michael Anthony Knyszek |
| 2021-03-18 | all: explode GOEXPERIMENT=regabi into 5 sub-experiments | Austin Clements |
| 2021-03-16 | cmd/asm: when dynamic linking, reject code that uses a clobbered R15 | Keith Randall |
| 2021-03-04 | cmd/compile: register abi, morestack work and mole whacking | David Chase |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2021-02-08 | [dev.regabi] cmd/internal/obj/x86: use g register in stack bounds check | Cherry Zhang |
| 2021-01-13 | [dev.regabi] cmd/compile: add code to support register ABI spills around more... | David Chase |
| 2020-12-22 | [dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappers | Than McIntosh |
| 2020-10-30 | reflect,runtime: use internal ABI for selected ASM routines, attempt 2 | Than McIntosh |
| 2020-10-16 | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox |
| 2020-08-31 | cmd/compile,cmd/asm: simplify recording of branch targets, take 2 | Keith Randall |
| 2020-08-28 | Revert "cmd/compile,cmd/asm: simplify recording of branch targets" | Keith Randall |
| 2020-08-27 | cmd/compile,cmd/asm: simplify recording of branch targets | Keith Randall |
| 2020-08-27 | runtime: framepointers are no longer an experiment - hard code them | Keith Randall |
| 2020-06-04 | all: fix dead links to inferno-os bitbucket repository | Tobias Klauser |
| 2019-11-27 | cmd/internal/obj: mark split-stack prologue nonpreemptible | Cherry Zhang |
| 2019-10-25 | cmd/internal/obj/x86: correct pcsp for ADJSP | Austin Clements |
| 2019-10-24 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-10-17 | cmd/asm: add missing x86 instructions | Artem Alekseev |
| 2019-10-10 | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick |
| 2019-10-09 | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick |
| 2019-04-30 | cmd/asm: reject BSWAPW on amd64 | Iskander Sharipov |
| 2019-04-03 | cmd/compile: handle new panicindex/slice names in optimizations | Keith Randall |
| 2019-03-29 | cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic | Elias Naur |
| 2019-02-15 | cmd/compile: implement shifts by signed amounts | Keith Randall |
| 2019-01-09 | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot |
| 2018-05-22 | cmd/internal/obj: consolidate emitting entry stack map | Austin Clements |
| 2018-05-14 | cmd/compile: plumb prologueEnd into DWARF | David Chase |
| 2018-04-02 | cmd: remove some unused parameters | Daniel Martí |
| 2018-03-21 | all: enable c-shared/c-archive support for freebsd/amd64 | Tim Wright |
| 2018-02-27 | cmd/internal/obj/x86: add missing legacy insts | isharipo |
| 2018-02-12 | cmd/internal/obj/x86: adjust SP correctly for tail calls | Austin Clements |
| 2017-11-16 | cmd/compile: fix buglet/typo in DWARF x86 setup | Than McIntosh |
| 2017-09-15 | cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr) | isharipo |
| 2017-09-06 | cmd/asm: add amd64 CLFLUSH instruction | isharipo |
| 2017-08-26 | all: remove some double spaces from comments | Daniel Martí |
| 2017-07-27 | [dev.debug] cmd/compile: better DWARF with optimizations on | Heschi Kreinick |
| 2017-05-01 | cmd/internal/obj/x86: use LEAx rather than ADDx when calling DUFFxxxx via GOT | Michael Hudson-Doyle |
| 2017-04-20 | cmd/internal/obj: eliminate LSym.Version | Josh Bleecher Snyder |