| Age | Commit message (Expand) | Author |
| 2024-07-30 | cmd/link: add variable_parameter attr to functype outparams | Than McIntosh |
| 2024-07-30 | cmd/internal/obj/loong64, cmd/asm: remove useless instructions | limeidan |
| 2024-07-30 | cmd/internal/obj/loong64: remove unuseless functions | limeidan |
| 2024-07-30 | cmd/internal/obj/loong64: fixed operand assignment error for BFPT/BFPF instru... | limeidan |
| 2024-07-30 | cmd/internal/obj: add stmt prologueEnd to DWARF for loong64 | limeidan |
| 2024-07-30 | cmd/internal/obj/loong64: return an error when getting address of tls variable | limeidan |
| 2024-07-29 | cmd/internal/script/scriptest: add new apis for tool test use | Than McIntosh |
| 2024-07-29 | cmd: relocate cmd/go/internal/script to cmd/internal/script | Than McIntosh |
| 2024-07-29 | cmd: extract cmd/go's cfg.LookPath into separate pathcache package | Than McIntosh |
| 2024-07-29 | cmd: relocate cmd/go/internal/robustio to cmd/internal/robustio | Than McIntosh |
| 2024-07-29 | cmd: relocate cmd/go/internal/par to cmd/internal/par | Than McIntosh |
| 2024-07-29 | cmd/internal/obj/loong64, cmd/asm: remove invalid optab items | limeidan |
| 2024-07-29 | cmd/asm: change register type for loong64 floating-point | Xiaolin Zhao |
| 2024-07-27 | cmd/internal/obj/loong64: add CPUCFG instructions support | Guoqi Chen |
| 2024-07-24 | cmd/internal/obj/arm64: support MSR DIT | Roland Shoemaker |
| 2024-07-24 | test: re-enabled fixedbugs/notinheap.go test | Cuong Manh Le |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2024-07-23 | runtime,internal: move runtime/internal/math to internal/runtime/math | David Chase |
| 2024-07-22 | cmd/compile: don't inline runtime functions in -d=checkptr build | Cherry Mui |
| 2024-07-16 | cmd/internal/cov: close counter data files eagerly | Than McIntosh |
| 2024-06-25 | cmd/internal/obj/arm64: fix return with register | Joel Sing |
| 2024-06-24 | cmd/internal/obj/arm64: Enable arm64 assembler tests for cross-compiler builds | Sebastian Nickolls |
| 2024-06-21 | cmd/internal: separate counter package from telemetry package | Michael Matloob |
| 2024-06-13 | cmd/go: call telemetry.MaybeChild at start of go command | Michael Matloob |
| 2024-05-23 | runtime: move exit hooks into internal/runtime/exithook | Russ Cox |
| 2024-05-22 | all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 | Paul E. Murphy |
| 2024-05-22 | cmd/internal/obj/loong64: add atomic memory access instructions support | Guoqi Chen |
| 2024-05-21 | cmd/compile: for rangefunc, add checks and tests, fix panic interactions | David Chase |
| 2024-05-21 | runtime: increase profiling stack depth to 128 | Felix Geisendörfer |
| 2024-05-20 | cmd/internal/telemetry: fix typo in comments | guoguangwu |
| 2024-05-17 | runtime: make use of stringslite.{HasPrefix, HasSuffix} | Jes Cok |
| 2024-05-16 | cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIR | Michael Matloob |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-15 | cmd/compile, cmd/internal: fine-grained fiddling with loop alignment | David Chase |
| 2024-05-15 | cmd/internal/obj/x86: make SEH symbols content-addressable | Cherry Mui |
| 2024-05-15 | cmd/internal/obj: print symbol index at -S=3 | Cherry Mui |
| 2024-05-15 | cmd/compile,cmd/asm: on PPC64, generate compares against constant 0 | Paul E. Murphy |
| 2024-05-13 | internal/chacha8rand: use internal/byteorder | Mateusz Poliwczak |
| 2024-05-13 | cmd/internal/obj/loong64: improve the definition of plan9 assembly format in ... | Guoqi Chen |
| 2024-05-10 | cmd/compile, cmd/link: disallow linkname of some newly added internal functions | Cherry Mui |
| 2024-05-08 | cmd/go: rename flag counters and add buildmode values separately | Michael Matloob |
| 2024-05-01 | cmd/internal/telemetry: add NewStackCounter functions | Michael Matloob |
| 2024-04-24 | cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M... | Paul E. Murphy |
| 2024-04-16 | cmd,crypto/elliptic: fix typos in comments | apocelipes |
| 2024-04-15 | cmd/internal/obj/loong64: recheck jump offset boundary after auto-aligning lo... | Guoqi Chen |
| 2024-04-07 | cmd/internal/obj/riscv: check immediate for rotation instructions | Joel Sing |
| 2024-04-04 | cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constants | Paul E. Murphy |
| 2024-04-02 | all: use kind* of abi | qiulaidongfeng |
| 2024-04-01 | cmd/compile: support float min/max instructions on PPC64 | Paul E. Murphy |
| 2024-03-27 | cmd/compile,cmd/preprofile: move logic to shared common package | Michael Pratt |