| 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-15 | cmd/internal/obj: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-14 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64 | qmuntal |
| 2022-11-09 | all: add missing copyright header | cui fliter |
| 2022-09-29 | cmd/internal/obj/x86: return comparison directly | cuiweixie |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-04-14 | cmd/compile: implement jump tables | Keith Randall |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2021-11-24 | cmd/internal/obj/x86: modify the threshold of assert loop for span6 | zhouguangyuan |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 2021-10-18 | cmd/asm: report an error when trying to do spectre on 386 | Keith Randall |
| 2021-10-08 | cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W} | Matthew Dempsky |
| 2021-08-03 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-07-30 | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements |
| 2021-07-30 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | 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-09 | cmd/compile: fix failure to communicate between ABIinfo producer&consumer | David Chase |
| 2021-03-04 | cmd/compile: register abi, morestack work and mole whacking | David Chase |
| 2021-02-24 | docs: fix spelling | John Bampton |
| 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-02-05 | [dev.regabi] cmd/asm: define g register on AMD64 | 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-11-02 | cmd: remove Go115AMD64 | Cherry Zhang |
| 2020-10-30 | reflect,runtime: use internal ABI for selected ASM routines, attempt 2 | Than McIntosh |
| 2020-10-29 | cmd/internal/obj/arm64: add CASx/CASPx instructions | fanzha02 |
| 2020-10-16 | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox |
| 2020-09-28 | cmd/link: consider interface conversions only in reachable code | Cherry Zhang |
| 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 |
| 2020-05-06 | cmd/internal/obj, runtime: preempt & restart some instruction sequences | Cherry Zhang |
| 2020-05-01 | cmd/internal/obj/x86: prevent jumps crossing 32 byte boundaries | Mark Ryan |
| 2020-03-13 | cmd/asm, cmd/compile, runtime: add -spectre=ret mode | Russ Cox |
| 2019-11-27 | cmd/internal/obj: mark split-stack prologue nonpreemptible | Cherry Zhang |
| 2019-11-15 | cmd/internal/obj/x86: mark 2-instruction TLS access nonpreemptible | Cherry Zhang |