| Age | Commit message (Expand) | Author |
| 2024-03-26 | cmd/internal/obj/riscv: use native rotation instructions for rva22u64 | Joel Sing |
| 2024-03-26 | runtime: fix the failures from longtest builders | Andy Pan |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2024-03-22 | cmd/internal/obj/riscv: improve register MOVB/MOVH/MOVBU/MOVHU for rva22u64 | Joel Sing |
| 2024-03-21 | cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo... | Andrey Bokhanko |
| 2024-03-21 | cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer... | qmuntal |
| 2024-03-20 | cmd/internal/obj: support Zba, Zbb, Zbs extensions in riscv64 assembler | Wang Yaduo |
| 2024-03-19 | cmd/internal/obj/ppc64: don't modify runtime.elf_* symbols | Paul E. Murphy |
| 2024-03-19 | all: use "unix" build tag where appropriate | Tobias Klauser |
| 2024-03-15 | cmd/internal/obj: replace bytes.Index call with bytes.Contains | guoguangwu |
| 2024-03-14 | cmd/internal/telemetry: add a shim package around telemetry | Michael Matloob |
| 2024-03-13 | cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds... | Paul E. Murphy |
| 2024-03-07 | cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64 | Joel Sing |
| 2024-03-06 | cmd/compile: mark DIEs of captured variables | Alessandro Arzilli |
| 2024-03-04 | cmd/internal/buildid: fix typo in comment | guoguangwu |
| 2024-02-29 | cmd/internal/testdir: support -godebug | Cuong Manh Le |
| 2024-02-28 | cmd/internal/obj/ppc64: generate smaller machine code for OR/XOR of uint32 va... | Paul E. Murphy |
| 2024-02-27 | cmd/internal, cmd/link: unify the relocation naming style of loong64 | limeidan |
| 2024-02-26 | cmd/compile/internal/dwarfgen: refactor putvar and putAbstractVar | Alessandro Arzilli |
| 2024-02-21 | cmd: remove support for GOROOT_FINAL | Constantin Konstantinidis |
| 2024-02-21 | runtime: migrate internal/syscall to internal/runtime | Andy Pan |
| 2024-02-21 | cmd/asm, cmd/internal/obj: enable rounding mode suffix for riscv64 | Meng Zhuo |
| 2024-02-16 | cmd/internal/obj/ppc64: cleanup optab entries after renaming | Paul E. Murphy |
| 2024-02-13 | cmd/internal/obj/ppc64: rename and remove aliased optab classifiers | Paul E. Murphy |
| 2024-02-09 | cmd/internal/obj/ppc64: add new constant optab classifications | Paul E. Murphy |
| 2024-02-07 | cmd/internal/obj/ppc64: combine C_SBRA and C_LBRA optab classes | Paul E. Murphy |
| 2024-01-30 | cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer and fix it for | Alessandro Arzilli |
| 2024-01-27 | cmd/internal/moddeps: fix test fail when the last element of GOROOT start wit... | qiulaidongfeng |
| 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 |