| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2024-01-24 | cmd/go: add GORISCV64 environment variable | Mark Ryan |
| 2023-12-15 | cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0. | Keith Randall |
| 2023-12-15 | cmd/asm: fix encoding for arm right shift by constant 0 | Keith Randall |
| 2023-12-08 | cmd/internal/obj/arm64: fix invalid register pair for LDP | eric fang |
| 2023-12-06 | iter, runtime: add coroutine support | Russ Cox |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-11-29 | cmd/internal/moddeps: walk GOROOT when it is a symlink | qiulaidongfeng |
| 2023-11-22 | cmd/asm: fix the KMCTR instruction encoding and argument passing | Srinivas Pokala |
| 2023-11-22 | cmd/internal/obj/riscv: add support of PCALIGN directive | Meng Zhuo |
| 2023-11-21 | cmd/trace: add almost full support for v2 traces in the trace viewer | Michael Anthony Knyszek |
| 2023-11-21 | cmd/internal/obj: set morestack arg spilling and regabi prologue on loong64 | Guoqi Chen |
| 2023-11-21 | cmd/compile,cmd/internal,runtime: change registers on loong64 to avoid regABI... | Guoqi Chen |
| 2023-11-21 | cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo... | Guoqi Chen |
| 2023-11-21 | cmd/compile, cmd/internal, runtime: change the registers used by the duff dev... | Guoqi Chen |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-11-17 | cmd/internal/obj/ppc64: cleanup and remove usage of getimpliedreg | Paul E. Murphy |
| 2023-11-17 | cmd/internal/obj/ppc64: remove unused C_XER optab class | Paul E. Murphy |
| 2023-11-15 | cmd/compile: check for iteration after range func loop exit | David Chase |
| 2023-11-09 | cmd/internal/obj/ppc64: remove C_UCON optab matching class | Paul E. Murphy |
| 2023-11-09 | cmd/internal/obj/riscv: improve handling of invalid assembly | Joel Sing |
| 2023-11-08 | cmd/internal/obj/arm64: fix frame pointer restore in epilogue | Keith Randall |
| 2023-11-07 | cmd/internal/obj/riscv: support subtraction with a constant | Joel Sing |
| 2023-11-07 | cmd/internal/obj/riscv: fix the offset of JALR transformed from JAL | Wang Yaduo |
| 2023-11-06 | cmd/internal/asm/ppc64: avoid generating exser nops | Paul E. Murphy |
| 2023-10-20 | cmd/internal/obj/ppc64: refactor maskgen | Paul E. Murphy |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-10-18 | cmd/internal/obj/ppc64: refactor maskgen64 usage | Paul E. Murphy |
| 2023-10-18 | cmd/internal/obj/arm64: replace the migrated url address | cui fliter |
| 2023-10-17 | cmd/internal/testdir: accept build go1.x build tag | Cuong Manh Le |
| 2023-10-13 | cmd/internal/objabi: add inverse of PathToPrefix | Michael Pratt |
| 2023-10-05 | cmd/internal/obj/ppc64: generate MOVD mask constants in register | Paul E. Murphy |
| 2023-10-05 | runtime: support SetUnhandledExceptionFilter on Windows | qmuntal |
| 2023-10-04 | cmd/internal/obj/ppc64: generate small, shifted constants in register | Paul E. Murphy |
| 2023-10-03 | cmd/internal/asm/ppc64: support 34b ADD/MOVD $const, Rx | Paul E. Murphy |
| 2023-10-03 | cmd: fix mismatched symbols | cui fliter |
| 2023-09-30 | internal,cmd/internal: relocate covcmd package from std to cmd | Than McIntosh |
| 2023-09-29 | cmd/internal/obj/ppc64: fix rebuilding of optab for asm tests | Paul E. Murphy |
| 2023-09-20 | all: stop using fmt.Sprintf in t.Error/t.Fatal | Kir Kolyshkin |
| 2023-09-19 | cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocations | Joel Sing |
| 2023-09-17 | cmd/internal/obj/riscv: clean up immediate checking | Joel Sing |
| 2023-09-15 | cmd/internal/obj/ppc64: improve RLWNM encoding | Paul E. Murphy |
| 2023-09-08 | cmd/internal/obj: mark unspill code in prologue preemptible | zhouguangyuan |
| 2023-09-08 | cmd/internal/obj/riscv: clean up error checking for encoding | Joel Sing |
| 2023-09-08 | cmd/internal/obj/riscv: correct message in regVal panic | Joel Sing |
| 2023-09-08 | cmd/internal/obj/riscv: simplify instructionsForMOV | Joel Sing |
| 2023-09-07 | cmd/internal/obj/ppc64: do not assemble non-constant rotate RLWMI | Paul E. Murphy |
| 2023-09-05 | cmd/asm: add KMA and KMCTR instructions on s390x. | root |
| 2023-09-02 | cmd: fix some comments | cui fliter |