| Age | Commit message (Expand) | Author |
| 2023-05-02 | cmd/link: remove allocation in decoding type name | Cherry Mui |
| 2023-05-02 | cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF info | Cherry Mui |
| 2023-04-28 | cmd/internal/obj/arm64: pass obj.As to oaddi rather than an instruction | Joel Sing |
| 2023-04-28 | cmd/internal/obj/arm64: use appropriate return type for regoff | Joel Sing |
| 2023-04-28 | Revert "cmd/compile: constant-fold loads from constant dictionaries and types" | Chressie Himpel |
| 2023-04-27 | cmd/compile: constant-fold loads from constant dictionaries and types | Keith Randall |
| 2023-04-21 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2023-04-21 | cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment | Lynn Boger |
| 2023-04-21 | cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linux | Paul E. Murphy |
| 2023-04-20 | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | Austin Clements |
| 2023-04-20 | Revert "runtime, cmd: rationalize StackLimit and StackGuard" | Austin Clements |
| 2023-04-20 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-04-20 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-14 | cmd/link: establish dependable package initialization order | Keith Randall |
| 2023-04-13 | cmd/internal/moddeps: preserve PWD more carefully in commands | Bryan C. Mills |
| 2023-04-11 | all: re-run stringer | Ian Lance Taylor |
| 2023-04-11 | cmd/asm,cmd/internal/obj/x86: add RDPID instruction to x86 assembler | Joel Sing |
| 2023-04-11 | cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu... | limeidan |
| 2023-04-11 | runtime,cmd/internal/obj/ppc64: cleanup ppc64le runtime.racecallbackthunk | Paul E. Murphy |
| 2023-04-11 | cmd/internal/obj/loong64: auto-align loop heads to 16-byte boundaries | WANG Xuerui |
| 2023-04-11 | cmd/internal/obj/arm64: improve comment and signature of pcAlignPadLength | WANG Xuerui |
| 2023-04-10 | cmd/internal/obj/loong64, cmd/link/internal: switch to LoongArch ELF psABI v2... | WANG Xuerui |
| 2023-04-07 | cmd/internal/objfile: align the load address of ELF binary | Cherry Mui |
| 2023-04-07 | cmd/link, cmd/internal/obj/loong64: support the PCALIGN directive | WANG Xuerui |
| 2023-04-06 | cmd: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2023-04-05 | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal |
| 2023-04-05 | cmd/internal/obj/arm64: use more appropriate types for olsr9s/olsr12u | Joel Sing |
| 2023-04-05 | cmd/internal/obj/arm64: use more appropriate types for opldpstp | Joel Sing |
| 2023-04-05 | cmd/internal/obj/arm64: use more appropriate types for opbfm and opextr | Joel Sing |
| 2023-04-05 | all: add wasip1 asm and link logic | Johan Brandhorst-Satzkorn |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-03-31 | cmd/internal/obj: remove redundant cnames on loong64 | Guoqi Chen |
| 2023-03-31 | cmd/internal/obj/loong64: remove Optab.family and reorganize operand class fi... | WANG Xuerui |
| 2023-03-31 | cmd/internal/obj/loong64: assemble BEQ/BNEs comparing with 0 as beqz/bnez | WANG Xuerui |
| 2023-03-30 | all: add wasip1 definitions | Johan Brandhorst-Satzkorn |
| 2023-03-29 | cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windows | qmuntal |
| 2023-03-28 | cmd/internal/obj/loong64: save LR after decrementing SP | Guoqi Chen |
| 2023-03-27 | cmd/internal/obj/loong64: clean up code for short conditional branches | WANG Xuerui |
| 2023-03-24 | cmd/internal/obj/ppc64: fix incorrect base reg causing segv | Lynn Boger |
| 2023-03-22 | cmd/internal/obj/loong64: realize all unconditional jumps with B/BL | WANG Xuerui |
| 2023-03-22 | cmd/internal/obj/ppc64: add VC[LT]ZLSBB instructions | Paul E. Murphy |
| 2023-03-21 | cmd/internal/obj/loong64: add support for movgr2cf and movcf2gr instructions | Huang Qiqi |
| 2023-03-16 | cmd/internal/obj/loong64: add the PCALAU12I instruction for reloc use | WANG Xuerui |
| 2023-03-15 | cmd/asm: improve detector for incorrect R15 usage when dynamic linking | Keith Randall |
| 2023-03-13 | cmd/internal/obj/loong64: remove invalid branch delay slots | Guoqi Chen |
| 2023-03-09 | Revert "cmd/link: establish dependable package initialization order" | Keith Randall |