| Age | Commit message (Expand) | Author |
| 2020-11-25 | cmd/dist: restore GOARM=7 default for android/arm | Elias Naur |
| 2020-11-25 | cmd/internal/objabi: assume GOARM=7 on Android | Elias Naur |
| 2020-11-25 | cmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12_NC for arm64 | eric fang |
| 2020-11-02 | cmd: remove Go115AMD64 | Cherry Zhang |
| 2020-10-31 | cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputs | Michael Matloob |
| 2020-10-30 | cmd/internal/objabi, runtime: compact FUNCDATA indices | Cherry Zhang |
| 2020-10-30 | cmd/compile: delete register maps, completely | Cherry Zhang |
| 2020-10-27 | cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64 | Joel Sing |
| 2020-10-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2020-10-19 | cmd/asm: allow def/ref of func ABI when compiling runtime | Than McIntosh |
| 2020-10-06 | all: implement GO386=softfloat | Keith Randall |
| 2020-10-02 | all: drop 387 support | Keith Randall |
| 2020-09-29 | cmd/link: retain only used interface methods | Cherry Zhang |
| 2020-09-28 | cmd/link: consider interface conversions only in reachable code | Cherry Zhang |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-09-08 | runtime: make PCDATA_RegMapUnsafe more clear and remove magic number | chainhelen |
| 2020-09-03 | cmd/internal/objabi: add regabi GOEXPERIMENT | Austin Clements |
| 2020-08-27 | runtime: framepointers are no longer an experiment - hard code them | Keith Randall |
| 2020-08-26 | cmd/internal/objabi: delete doc.go | Cherry Zhang |
| 2020-08-03 | [dev.link] move FuncID creation into the compiler/assembler | Jeremy Faller |
| 2020-06-11 | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang |
| 2020-06-10 | cmd/internal/objabi: enable frame-pointer for iOS arm64 | Gawen Arab |
| 2020-06-05 | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang |
| 2020-06-04 | all: fix dead links to inferno-os bitbucket repository | Tobias Klauser |
| 2020-05-26 | [dev.link] cmd/{compile,link}: split SDWARFINFO symtype into sub-types | Than McIntosh |
| 2020-05-20 | cmd/go: remove GOAMD64 environment variable | David Chase |
| 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-04-29 | cmd/compile,runtime: stack maps only at calls, remove register maps | Austin Clements |
| 2020-04-29 | cmd/compile: fix unsafe-points with stack maps | Austin Clements |
| 2020-04-07 | runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) | Dan Scales |
| 2020-03-11 | cmd/internal/objabi: rerun stringer for sym kind | Than McIntosh |
| 2019-11-13 | cmd/internal/objabi,cmd/link: initial linker support for riscv64 | Joel Sing |
| 2019-11-06 | cmd/link,cmd/internal/objabi: factor out direct call identification | Joel Sing |
| 2019-11-05 | cmd/compile, cmd/link: add coverage instrumentation for libfuzzer | Matthew Dempsky |
| 2019-11-04 | runtime: ensure that Goexit cannot be aborted by a recursive panic/recover | Dan Scales |
| 2019-11-02 | runtime: scan stacks conservatively at async safe points | Austin Clements |
| 2019-10-24 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-10-16 | Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c... | Bryan C. Mills |
| 2019-10-16 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-10-11 | runtime: make goroutine for wasm async events short-lived | Richard Musiol |
| 2019-10-09 | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick |
| 2019-10-07 | runtime: do not omit stack trace of goroutine that handles async events | Richard Musiol |
| 2019-09-26 | cmd/compile: remove isStmt symbol from FuncInfo | Jeremy Faller |
| 2019-09-25 | cmd/compile: update object file format for DWARF file table | Jeremy Faller |
| 2019-09-24 | cmd/compile: generate debug_lines in compiler | Jeremy Faller |
| 2019-09-23 | cmd/compile: add new symbol for debug line numbers | Jeremy Faller |
| 2019-07-17 | cmd/go: include GOEXPERIMENT flags in tool id for cache key | Jay Conrod |
| 2019-05-12 | cmd/link: add support for R_AARCH64_LDST128_ABS_LO12_NC relocations | Joel Sing |
| 2019-05-02 | cmd/link: support PIE mode with internal link on linux arm64 | erifan01 |