| Age | Commit message (Expand) | Author |
| 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 |
| 2023-09-01 | cmd/internal/dwarf: replace Sym.Length with Context.Size | Matthew Dempsky |
| 2023-09-01 | cmd/internal/obj: simplify filename handling | Matthew Dempsky |
| 2023-09-01 | cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD. | Dominique Lefevre |
| 2023-08-29 | cmd/internal/obj: add Func type to replace "curfn any" | Matthew Dempsky |
| 2023-08-29 | cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefix | Matthew Dempsky |
| 2023-08-29 | cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behavior | Matthew Dempsky |
| 2023-08-29 | cmd: simplify some handling of package paths | Matthew Dempsky |
| 2023-08-28 | cmd/internal/obj/arm64: avoid unnecessary pool literal usage for load/store p... | Joel Sing |
| 2023-08-25 | cmd/internal/obj/arm64: load large constants into vector registers from rodata | Joel Sing |
| 2023-08-24 | cmd/internal/goobj: fix the size of Header | mstmdev |
| 2023-08-24 | cmd/internal/testdir: parse past gofmt'd //go:build lines | Bryan C. Mills |
| 2023-08-23 | cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64 | Joel Sing |
| 2023-08-22 | cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgS... | Austin Clements |
| 2023-08-22 | cmd/internal/objabi: test runtime package list | Austin Clements |
| 2023-08-22 | cmd/compile,cmd/dist,cmd/go: compute -+ flag from package path | Austin Clements |
| 2023-08-22 | cmd/internal/objabi: generalize "is runtime package" check | Austin Clements |
| 2023-08-22 | cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flag | Austin Clements |
| 2023-08-22 | cmd/internal/obj/arm64: add test coverage for VMOVS and VMOVD | Joel Sing |
| 2023-08-17 | internal/sysinfo: print cpu type from cpuinfo when internal cpu name is empty... | Guoqi Chen |
| 2023-08-17 | cmd/internal/buildid: don't crash on 0 phdr.p_align field | Ian Lance Taylor |
| 2023-08-15 | cmd/internal/archive: skip sentinel archive entries created by Go cmd | Than McIntosh |
| 2023-08-11 | cmd/asm: add KDSA instruction support | Srinivas Pokala |
| 2023-08-10 | cmd/internal/objabi: add support for bisect.Matcher debug flags | Matthew Dempsky |